.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-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  padding-left: 20px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  padding-left: 15px;
padding-right: 25px;
}
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f {
  background-image: url(https://i.shgcdn.com/38ed0b16-49da-4305-91b5-85c7aa2f18a0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ae9f223-a031-44e0-aedb-7b4c7b8d772f.shg-box.shg-c {
  justify-content: center;
}

#s-2ccb6ecd-9d8f-4967-9317-9c6bc20998d8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-2ccb6ecd-9d8f-4967-9317-9c6bc20998d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ccb6ecd-9d8f-4967-9317-9c6bc20998d8.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;
}

#s-2cc24749-67a7-4786-b897-8052aa5b4c88 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2cc24749-67a7-4786-b897-8052aa5b4c88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cc24749-67a7-4786-b897-8052aa5b4c88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2cc24749-67a7-4786-b897-8052aa5b4c88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cc24749-67a7-4786-b897-8052aa5b4c88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-2cc24749-67a7-4786-b897-8052aa5b4c88"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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-b3ef061a-c3fa-4810-9f08-d81fa99c7817 {
  margin-left: auto;
margin-right: auto;
}

#s-185ab819-c635-4d51-b9dd-faaac8b5e0a0 {
  margin-left: auto;
margin-right: auto;
}

.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-fa1ef0c5-053f-4677-867e-f0dc504b3d7b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 37, 63, 1);
}
#s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(28, 37, 63, 1) !important;}#s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b-root {
    text-align: left;
  }


#s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b-root {
    text-align: left;
  }


#s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b-root {
    text-align: left;
  }


#s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b-root {
    text-align: left;
  }


#s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b-root {
    text-align: left;
  }


#s-fa1ef0c5-053f-4677-867e-f0dc504b3d7b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin-left: auto;
margin-right: auto;
max-width: 981px;
aspect-ratio: 981/729;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin-top: 20px;
max-width: 600px;
}
}@media (max-width: 767px){#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  
}
}


.shg-image-margin-container-s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      aspect-ratio: 981/729;
      width: 100%;
      height: 100%;
    }

    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-link {
      aspect-ratio: 981/729;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
    
    
  }


.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
      --shg-aspect-ratio: calc(981/729); 
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
      position: relative;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  
  
  
  
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      aspect-ratio: 981/729;
      width: 100%;
      height: 100%;
    }

    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-link {
      aspect-ratio: 981/729;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
    
    
  }


.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
      --shg-aspect-ratio: calc(981/729); 
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
      position: relative;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  
  
  
  
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      aspect-ratio: 981/729;
      width: 100%;
      height: 100%;
    }

    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-link {
      aspect-ratio: 981/729;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
    
    
  }


.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
      --shg-aspect-ratio: calc(981/729); 
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
      position: relative;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  
  
  margin-top: 20px;
  
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      aspect-ratio: 981/729;
      width: 100%;
      height: 100%;
    }

    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-link {
      aspect-ratio: 981/729;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
    
    
  }


.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
      --shg-aspect-ratio: calc(981/729); 
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
      position: relative;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  
  
  
  
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      aspect-ratio: 981/729;
      width: 100%;
      height: 100%;
    }

    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-link {
      aspect-ratio: 981/729;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
    
    
  }


.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e {
      --shg-aspect-ratio: calc(981/729); 
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container {
      position: relative;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f67e3f1-813a-4116-ad9c-8cfbd0a8dd4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin-top: -90px;
margin-left: -140px;
margin-right: auto;
max-width: 243px;
aspect-ratio: 901/636;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin-left: auto;
text-align: center;
}
}@media (max-width: 767px){#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  display: none;
}
#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e, #wrap-s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e { display: none !important; }}


.shg-image-margin-container-s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin-left: -140px;
  margin-right: auto;
  margin-top: -90px;
  
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      aspect-ratio: 901/636;
      width: 100%;
      height: 100%;
    }

    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-link {
      aspect-ratio: 901/636;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
    
    
  }


.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-content {
  
    align-items: center;
  
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
      --shg-aspect-ratio: calc(901/636); 
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
      position: relative;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  
  
  
  
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      aspect-ratio: 901/636;
      width: 100%;
      height: 100%;
    }

    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-link {
      aspect-ratio: 901/636;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
    
    
  }


.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-content {
  
    align-items: center;
  
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
      --shg-aspect-ratio: calc(901/636); 
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
      position: relative;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  
  
  
  
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      aspect-ratio: 901/636;
      width: 100%;
      height: 100%;
    }

    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-link {
      aspect-ratio: 901/636;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
    
    
  }


.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-content {
  
    align-items: center;
  
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
      --shg-aspect-ratio: calc(901/636); 
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
      position: relative;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin-left: auto;
  
  
  
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      aspect-ratio: 901/636;
      width: 100%;
      height: 100%;
    }

    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-link {
      aspect-ratio: 901/636;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
    
    
  }


.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-content {
  
    align-items: center;
  
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
      --shg-aspect-ratio: calc(901/636); 
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
      position: relative;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  
  
  
  
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      aspect-ratio: 901/636;
      width: 100%;
      height: 100%;
    }

    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-link {
      aspect-ratio: 901/636;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
    
    
  }


.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e .shogun-image-content {
  
    align-items: center;
  
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e {
      --shg-aspect-ratio: calc(901/636); 
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container {
      position: relative;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e40c6ea2-36c8-448c-aeaa-944ee51e5a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7d97e732-c9c5-4c61-8f2f-bf4f2608e4e8 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-7d97e732-c9c5-4c61-8f2f-bf4f2608e4e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d97e732-c9c5-4c61-8f2f-bf4f2608e4e8.shg-box.shg-c {
  justify-content: center;
}

#s-2e28bbb6-5abf-4b9b-90d8-8a9b26e68718 {
  margin-left: auto;
margin-right: auto;
}

#s-fd459d63-71cb-462e-8cfe-abf528062eef {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fd459d63-71cb-462e-8cfe-abf528062eef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd459d63-71cb-462e-8cfe-abf528062eef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fd459d63-71cb-462e-8cfe-abf528062eef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd459d63-71cb-462e-8cfe-abf528062eef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d9819780-fc30-40ab-9b05-f43ef8329189 {
  margin-left: auto;
margin-right: auto;
}

#s-6499d286-af30-4fca-83ba-fb1658897b97 {
  margin-left: auto;
margin-right: auto;
}

#s-6a3111f9-f69a-4fe6-a2dc-2dc955122758 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}








#s-6a3111f9-f69a-4fe6-a2dc-2dc955122758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a3111f9-f69a-4fe6-a2dc-2dc955122758.shg-box.shg-c {
  justify-content: center;
}

#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-repeat: no-repeat;
background-size: 115% undefined;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  padding-left: 15px;
padding-right: 30px;
}
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f {
  background-image: url(https://i.shgcdn.com/2e712c77-547e-47f2-9abb-6ec2ed3bf26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d05d011a-b2ef-40f7-aa43-d217d74aeb3f.shg-box.shg-c {
  justify-content: center;
}

#s-ebbe80f0-c7b2-4c25-90d4-083d307799a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 470px;
}
@media (max-width: 767px){#s-ebbe80f0-c7b2-4c25-90d4-083d307799a0 {
  padding-left: 80px;
padding-right: 80px;
}
}







#s-ebbe80f0-c7b2-4c25-90d4-083d307799a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebbe80f0-c7b2-4c25-90d4-083d307799a0.shg-box.shg-c {
  justify-content: center;
}

#s-1ea2caf8-db21-4ddc-af4c-7b012875146a {
  margin-left: auto;
margin-right: auto;
}

#s-304929db-fcb2-4b59-94f6-15e127e8e98a {
  margin-left: auto;
margin-right: auto;
}

#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 37, 63, 1);
}
#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(28, 37, 63, 1) !important;}#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f-root {
    text-align: center;
  }


#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f-root {
    text-align: center;
  }


#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f-root {
    text-align: center;
  }


#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f-root {
    text-align: center;
  }


#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f-root {
    text-align: center;
  }


#s-67097b6a-8c3e-497f-8df6-eb76a07c7f5f.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}
#s-dfe2c8a4-049e-4fd5-8aed-7b6f87271594 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dfe2c8a4-049e-4fd5-8aed-7b6f87271594"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfe2c8a4-049e-4fd5-8aed-7b6f87271594"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dfe2c8a4-049e-4fd5-8aed-7b6f87271594"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dfe2c8a4-049e-4fd5-8aed-7b6f87271594"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e4ddb82e-4a1a-4823-a2d3-08e0be7e3cc7 {
  box-shadow:0px 8px 18px 1px rgba(49, 89, 91, 0.24);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4ddb82e-4a1a-4823-a2d3-08e0be7e3cc7 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-e4ddb82e-4a1a-4823-a2d3-08e0be7e3cc7 {
  margin-bottom: 20px;
}
}







#s-e4ddb82e-4a1a-4823-a2d3-08e0be7e3cc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4ddb82e-4a1a-4823-a2d3-08e0be7e3cc7.shg-box.shg-c {
  justify-content: center;
}

#s-fc8467f2-fb84-4615-8ae9-f841d41c2e6e {
  margin-left: auto;
margin-right: auto;
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  margin-left: auto;
margin-right: auto;
max-width: 35px;
aspect-ratio: 35/34;
text-align: center;
}



.shg-image-margin-container-s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      aspect-ratio: 35/34;
      width: 100%;
      height: 100%;
    }

    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-link {
      aspect-ratio: 35/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
    
    
  }


.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
      --shg-aspect-ratio: calc(35/34); 
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
      position: relative;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  
  
  
  
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      aspect-ratio: 35/34;
      width: 100%;
      height: 100%;
    }

    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-link {
      aspect-ratio: 35/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
    
    
  }


.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
      --shg-aspect-ratio: calc(35/34); 
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
      position: relative;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  
  
  
  
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      aspect-ratio: 35/34;
      width: 100%;
      height: 100%;
    }

    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-link {
      aspect-ratio: 35/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
    
    
  }


.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
      --shg-aspect-ratio: calc(35/34); 
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
      position: relative;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  
  
  
  
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      aspect-ratio: 35/34;
      width: 100%;
      height: 100%;
    }

    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-link {
      aspect-ratio: 35/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
    
    
  }


.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
      --shg-aspect-ratio: calc(35/34); 
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
      position: relative;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  
  
  
  
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      aspect-ratio: 35/34;
      width: 100%;
      height: 100%;
    }

    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-link {
      aspect-ratio: 35/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
    
    
  }


.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 {
      --shg-aspect-ratio: calc(35/34); 
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container {
      position: relative;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7559e1c-75b9-41e1-b237-99bbeb9d40f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5c68cfc0-6f07-42f2-a966-b3a5fc0f10dc {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}

#s-ef53cfdf-9d24-4eef-80eb-1b1d5c57ae95 {
  box-shadow:0px 8px 18px 1px rgba(49, 89, 91, 0.24);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef53cfdf-9d24-4eef-80eb-1b1d5c57ae95 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-ef53cfdf-9d24-4eef-80eb-1b1d5c57ae95 {
  margin-bottom: 20px;
}
}







#s-ef53cfdf-9d24-4eef-80eb-1b1d5c57ae95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef53cfdf-9d24-4eef-80eb-1b1d5c57ae95.shg-box.shg-c {
  justify-content: center;
}

#s-0e8b8657-29b6-4ea1-8b87-35adfffa1793 {
  margin-left: auto;
margin-right: auto;
}

#s-992454e0-0722-496b-beca-8ca25f286f30 {
  margin-left: auto;
margin-right: auto;
max-width: 20px;
aspect-ratio: 20/34;
text-align: center;
}



.shg-image-margin-container-s-992454e0-0722-496b-beca-8ca25f286f30 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-992454e0-0722-496b-beca-8ca25f286f30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      aspect-ratio: 20/34;
      width: 100%;
      height: 100%;
    }

    #s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-link {
      aspect-ratio: 20/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
    
    
  }


.s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-content {
  
    align-items: center;
  
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992454e0-0722-496b-beca-8ca25f286f30 {
      --shg-aspect-ratio: calc(20/34); 
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
      position: relative;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-992454e0-0722-496b-beca-8ca25f286f30 {
  
  
  
  
}

#s-992454e0-0722-496b-beca-8ca25f286f30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      aspect-ratio: 20/34;
      width: 100%;
      height: 100%;
    }

    #s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-link {
      aspect-ratio: 20/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
    
    
  }


.s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-content {
  
    align-items: center;
  
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992454e0-0722-496b-beca-8ca25f286f30 {
      --shg-aspect-ratio: calc(20/34); 
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
      position: relative;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-992454e0-0722-496b-beca-8ca25f286f30 {
  
  
  
  
}

#s-992454e0-0722-496b-beca-8ca25f286f30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      aspect-ratio: 20/34;
      width: 100%;
      height: 100%;
    }

    #s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-link {
      aspect-ratio: 20/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
    
    
  }


.s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-content {
  
    align-items: center;
  
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992454e0-0722-496b-beca-8ca25f286f30 {
      --shg-aspect-ratio: calc(20/34); 
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
      position: relative;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-992454e0-0722-496b-beca-8ca25f286f30 {
  
  
  
  
}

#s-992454e0-0722-496b-beca-8ca25f286f30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      aspect-ratio: 20/34;
      width: 100%;
      height: 100%;
    }

    #s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-link {
      aspect-ratio: 20/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
    
    
  }


.s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-content {
  
    align-items: center;
  
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992454e0-0722-496b-beca-8ca25f286f30 {
      --shg-aspect-ratio: calc(20/34); 
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
      position: relative;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-992454e0-0722-496b-beca-8ca25f286f30 {
  
  
  
  
}

#s-992454e0-0722-496b-beca-8ca25f286f30 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      aspect-ratio: 20/34;
      width: 100%;
      height: 100%;
    }

    #s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-link {
      aspect-ratio: 20/34;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992454e0-0722-496b-beca-8ca25f286f30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
    
    
  }


.s-992454e0-0722-496b-beca-8ca25f286f30 .shogun-image-content {
  
    align-items: center;
  
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992454e0-0722-496b-beca-8ca25f286f30 {
      --shg-aspect-ratio: calc(20/34); 
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container {
      position: relative;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992454e0-0722-496b-beca-8ca25f286f30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-001c7db9-6aa6-45e1-8fa3-5f45d2aee66f {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
}

#s-5f8d909e-2581-48e7-a1bb-4b63ced787f9 {
  box-shadow:0px 8px 18px 1px rgba(49, 89, 91, 0.24);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-5f8d909e-2581-48e7-a1bb-4b63ced787f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f8d909e-2581-48e7-a1bb-4b63ced787f9.shg-box.shg-c {
  justify-content: center;
}

#s-056bf1c5-b474-42c5-ba43-a2d7163ae697 {
  margin-left: auto;
margin-right: auto;
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  margin-left: auto;
margin-right: auto;
max-width: 35px;
aspect-ratio: 42/29;
text-align: center;
}



.shg-image-margin-container-s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      aspect-ratio: 42/29;
      width: 100%;
      height: 100%;
    }

    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-link {
      aspect-ratio: 42/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
    
    
  }


.s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-content {
  
    align-items: center;
  
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35997ee5-96d0-4f28-8b7c-574696b649bd {
      --shg-aspect-ratio: calc(42/29); 
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
      position: relative;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  
  
  
  
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      aspect-ratio: 42/29;
      width: 100%;
      height: 100%;
    }

    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-link {
      aspect-ratio: 42/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
    
    
  }


.s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-content {
  
    align-items: center;
  
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35997ee5-96d0-4f28-8b7c-574696b649bd {
      --shg-aspect-ratio: calc(42/29); 
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
      position: relative;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  
  
  
  
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      aspect-ratio: 42/29;
      width: 100%;
      height: 100%;
    }

    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-link {
      aspect-ratio: 42/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
    
    
  }


.s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-content {
  
    align-items: center;
  
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35997ee5-96d0-4f28-8b7c-574696b649bd {
      --shg-aspect-ratio: calc(42/29); 
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
      position: relative;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  
  
  
  
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      aspect-ratio: 42/29;
      width: 100%;
      height: 100%;
    }

    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-link {
      aspect-ratio: 42/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
    
    
  }


.s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-content {
  
    align-items: center;
  
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35997ee5-96d0-4f28-8b7c-574696b649bd {
      --shg-aspect-ratio: calc(42/29); 
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
      position: relative;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  
  
  
  
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      aspect-ratio: 42/29;
      width: 100%;
      height: 100%;
    }

    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-link {
      aspect-ratio: 42/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35997ee5-96d0-4f28-8b7c-574696b649bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
    
    
  }


.s-35997ee5-96d0-4f28-8b7c-574696b649bd .shogun-image-content {
  
    align-items: center;
  
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35997ee5-96d0-4f28-8b7c-574696b649bd {
      --shg-aspect-ratio: calc(42/29); 
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container {
      position: relative;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35997ee5-96d0-4f28-8b7c-574696b649bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c2d142d7-754a-4379-91ef-d9de6f451a45 {
  margin-left: auto;
margin-right: auto;
max-width: 190px;
}

#s-94461b9d-7ccb-44c4-bdb8-d3a3c745d44b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-position: center center;
}








#s-94461b9d-7ccb-44c4-bdb8-d3a3c745d44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94461b9d-7ccb-44c4-bdb8-d3a3c745d44b.shg-box.shg-c {
  justify-content: center;
}

#s-a0d3e498-79ea-42fd-9896-0f4126e0dc07 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-a0d3e498-79ea-42fd-9896-0f4126e0dc07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0d3e498-79ea-42fd-9896-0f4126e0dc07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a0d3e498-79ea-42fd-9896-0f4126e0dc07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0d3e498-79ea-42fd-9896-0f4126e0dc07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-dacd0c8d-9032-4e70-9d54-00569a7fcf36 {
  margin-left: auto;
margin-right: auto;
}

#s-ccedff8e-a496-4fde-9e5e-dc3af43f9c04 {
  margin-left: auto;
margin-right: auto;
}

#s-f87d40bd-06ec-47b8-81ed-74c550ba2d69 {
  margin-left: auto;
margin-right: auto;
}

#s-445167a1-4be0-4d45-a6fd-0a433d6b8223 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-445167a1-4be0-4d45-a6fd-0a433d6b8223"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-445167a1-4be0-4d45-a6fd-0a433d6b8223"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-445167a1-4be0-4d45-a6fd-0a433d6b8223"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-445167a1-4be0-4d45-a6fd-0a433d6b8223"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin-left: auto;
margin-right: auto;
max-width: 210px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
    
    
  }


.s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
      position: relative;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  
  
  
  
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
    
    
  }


.s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
      position: relative;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  
  
  
  
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
    
    
  }


.s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
      position: relative;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  
  
  
  margin-bottom: 20px;
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
    
    
  }


.s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
      position: relative;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  
  
  
  margin-bottom: 20px;
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
    
    
  }


.s-7d3722e3-ccfc-41e0-beca-38afc733d137 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container {
      position: relative;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d3722e3-ccfc-41e0-beca-38afc733d137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  margin-left: auto;
margin-right: auto;
max-width: 210px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
    
    
  }


.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
      position: relative;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  
  
  
  
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
    
    
  }


.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
      position: relative;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  
  
  
  
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
    
    
  }


.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
      position: relative;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  
  
  
  
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
    
    
  }


.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
      position: relative;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  
  
  
  
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
    
    
  }


.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf .shogun-image-content {
  
    align-items: center;
  
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container {
      position: relative;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d880fcb-bd63-47dc-8ac5-e2d7f48fcfaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9f914cf6-b309-4b56-8196-613f976203e9 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 37, 63, 1);
}
#s-9f914cf6-b309-4b56-8196-613f976203e9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(28, 37, 63, 1) !important;}#s-9f914cf6-b309-4b56-8196-613f976203e9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f914cf6-b309-4b56-8196-613f976203e9-root {
    text-align: center;
  }


#s-9f914cf6-b309-4b56-8196-613f976203e9.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f914cf6-b309-4b56-8196-613f976203e9-root {
    text-align: center;
  }


#s-9f914cf6-b309-4b56-8196-613f976203e9.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f914cf6-b309-4b56-8196-613f976203e9-root {
    text-align: center;
  }


#s-9f914cf6-b309-4b56-8196-613f976203e9.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f914cf6-b309-4b56-8196-613f976203e9-root {
    text-align: center;
  }


#s-9f914cf6-b309-4b56-8196-613f976203e9.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f914cf6-b309-4b56-8196-613f976203e9-root {
    text-align: center;
  }


#s-9f914cf6-b309-4b56-8196-613f976203e9.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  block ;
}
}
#s-95c7eed3-0c81-480c-8ab8-8b87e8708048 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(244, 242, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-95c7eed3-0c81-480c-8ab8-8b87e8708048 {
  display: none;
}
#s-95c7eed3-0c81-480c-8ab8-8b87e8708048, #wrap-s-95c7eed3-0c81-480c-8ab8-8b87e8708048 { display: none !important; }}@media (max-width: 767px){#s-95c7eed3-0c81-480c-8ab8-8b87e8708048 {
  display: none;
}
#s-95c7eed3-0c81-480c-8ab8-8b87e8708048, #wrap-s-95c7eed3-0c81-480c-8ab8-8b87e8708048 { display: none !important; }}







#s-95c7eed3-0c81-480c-8ab8-8b87e8708048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95c7eed3-0c81-480c-8ab8-8b87e8708048.shg-box.shg-c {
  justify-content: center;
}

#s-057b012f-bad4-4973-bc7c-2d80e1d06d3b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-057b012f-bad4-4973-bc7c-2d80e1d06d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-057b012f-bad4-4973-bc7c-2d80e1d06d3b.shg-box.shg-c {
  justify-content: center;
}

#s-a6b7e39c-ac8c-48f6-96bc-cd82382d7cb6 {
  margin-left: auto;
margin-right: auto;
}

#s-e7676a09-8878-4777-bdc4-7b88450308cf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-sm-3_6 {
  width: calc(30.000000000000004% - 8.0px);
}

[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-sm-0_8 {
  width: calc(6.666666666666668% - 8.0px);
}

[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-md-3_6 {
  width: calc(30.000000000000004% - 8.0px);
}

[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-md-0_8 {
  width: calc(6.666666666666668% - 8.0px);
}

[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-lg-3_6 {
  width: calc(30.000000000000004% - 8.0px);
}

[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-lg-0_8 {
  width: calc(6.666666666666668% - 8.0px);
}

[id="s-e7676a09-8878-4777-bdc4-7b88450308cf"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

#s-f4266b14-ee33-445a-90c9-fcb6037459ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f4266b14-ee33-445a-90c9-fcb6037459ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4266b14-ee33-445a-90c9-fcb6037459ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2155cfd2-4e4d-4265-9680-15ad05395a56 {
  margin-left: auto;
margin-right: auto;
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 384/195;
text-align: center;
}



.shg-image-margin-container-s-1097bd98-bc12-44b5-a95f-e40745579cba {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
    
    
  }


.s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-content {
  
    align-items: center;
  
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1097bd98-bc12-44b5-a95f-e40745579cba {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
      position: relative;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1097bd98-bc12-44b5-a95f-e40745579cba {
  
  
  
  
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
    
    
  }


.s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-content {
  
    align-items: center;
  
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1097bd98-bc12-44b5-a95f-e40745579cba {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
      position: relative;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1097bd98-bc12-44b5-a95f-e40745579cba {
  
  
  
  
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
    
    
  }


.s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-content {
  
    align-items: center;
  
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1097bd98-bc12-44b5-a95f-e40745579cba {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
      position: relative;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1097bd98-bc12-44b5-a95f-e40745579cba {
  
  
  
  
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
    
    
  }


.s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-content {
  
    align-items: center;
  
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1097bd98-bc12-44b5-a95f-e40745579cba {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
      position: relative;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1097bd98-bc12-44b5-a95f-e40745579cba {
  
  
  
  
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1097bd98-bc12-44b5-a95f-e40745579cba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
    
    
  }


.s-1097bd98-bc12-44b5-a95f-e40745579cba .shogun-image-content {
  
    align-items: center;
  
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1097bd98-bc12-44b5-a95f-e40745579cba {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container {
      position: relative;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1097bd98-bc12-44b5-a95f-e40745579cba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1a02c91d-709b-400a-8a9f-667ff8d07788 {
  margin-left: auto;
margin-right: auto;
}

#s-40d7fe60-e180-42a1-8478-1bef5016ba46 {
  margin-left: -10px;
margin-right: auto;
min-height: 50px;
}








#s-40d7fe60-e180-42a1-8478-1bef5016ba46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40d7fe60-e180-42a1-8478-1bef5016ba46.shg-box.shg-c {
  justify-content: center;
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  margin-left: auto;
max-width: 25px;
aspect-ratio: 22/16;
text-align: center;
}



.shg-image-margin-container-s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  margin-left: auto;
  
  
  
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
    
    
  }


.s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6573cad0-66e7-428e-921b-50f25b347cc8 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
      position: relative;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  
  
  
  
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
    
    
  }


.s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6573cad0-66e7-428e-921b-50f25b347cc8 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
      position: relative;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  
  
  
  
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
    
    
  }


.s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6573cad0-66e7-428e-921b-50f25b347cc8 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
      position: relative;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  
  
  
  
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
    
    
  }


.s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6573cad0-66e7-428e-921b-50f25b347cc8 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
      position: relative;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  
  
  
  
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6573cad0-66e7-428e-921b-50f25b347cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
    
    
  }


.s-6573cad0-66e7-428e-921b-50f25b347cc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6573cad0-66e7-428e-921b-50f25b347cc8 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container {
      position: relative;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6573cad0-66e7-428e-921b-50f25b347cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5c387c05-cbf7-48e1-bd7e-759847edbf27 {
  margin-left: -10px;
margin-right: -10px;
min-height: 50px;
}








#s-5c387c05-cbf7-48e1-bd7e-759847edbf27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c387c05-cbf7-48e1-bd7e-759847edbf27.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84d0d7bd-57ab-4afc-8ed8-5c09076cb486 {
  margin-left: auto;
margin-right: auto;
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 384/197;
text-align: center;
}



.shg-image-margin-container-s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
    
    
  }


.s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
      position: relative;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  
  
  
  
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
    
    
  }


.s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
      position: relative;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  
  
  
  
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
    
    
  }


.s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
      position: relative;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  
  
  
  
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
    
    
  }


.s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
      position: relative;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  
  
  
  
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
    
    
  }


.s-8f382b27-9c68-4a7b-98cf-ce0cae279810 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container {
      position: relative;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f382b27-9c68-4a7b-98cf-ce0cae279810 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7da4ff1e-c705-441a-8e23-2661d3df89b5 {
  margin-left: auto;
margin-right: auto;
}

#s-9f773c34-02d7-404e-9a03-03c2c498a358 {
  margin-left: auto;
margin-right: -10px;
min-height: 50px;
}








#s-9f773c34-02d7-404e-9a03-03c2c498a358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f773c34-02d7-404e-9a03-03c2c498a358.shg-box.shg-c {
  justify-content: center;
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
aspect-ratio: 22/16;
text-align: center;
}



.shg-image-margin-container-s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
    
    
  }


.s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7eada1-f588-4cce-888e-73620eebcf34 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
      position: relative;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  
  
  
  
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
    
    
  }


.s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7eada1-f588-4cce-888e-73620eebcf34 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
      position: relative;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  
  
  
  
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
    
    
  }


.s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7eada1-f588-4cce-888e-73620eebcf34 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
      position: relative;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  
  
  
  
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
    
    
  }


.s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7eada1-f588-4cce-888e-73620eebcf34 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
      position: relative;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  
  
  
  
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      aspect-ratio: 22/16;
      width: 100%;
      height: 100%;
    }

    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-link {
      aspect-ratio: 22/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e7eada1-f588-4cce-888e-73620eebcf34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
    
    
  }


.s-4e7eada1-f588-4cce-888e-73620eebcf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7eada1-f588-4cce-888e-73620eebcf34 {
      --shg-aspect-ratio: calc(22/16); 
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container {
      position: relative;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7eada1-f588-4cce-888e-73620eebcf34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cda65a6b-5560-4d9d-a4bb-b2104d4213af {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cda65a6b-5560-4d9d-a4bb-b2104d4213af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cda65a6b-5560-4d9d-a4bb-b2104d4213af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8c09630-b428-4390-8d9a-044e4e14839f {
  margin-left: auto;
margin-right: auto;
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 384/195;
text-align: center;
}



.shg-image-margin-container-s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
    
    
  }


.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
      position: relative;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  
  
  
  
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
    
    
  }


.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
      position: relative;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  
  
  
  
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
    
    
  }


.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
      position: relative;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  
  
  
  
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
    
    
  }


.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
      position: relative;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  
  
  
  
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
    
    
  }


.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container {
      position: relative;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f3eb784-9ed5-4f1c-b891-85182ce2b953 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c0af4af1-d4f9-4d29-b2fa-1bbedf4f88a0 {
  margin-left: auto;
margin-right: auto;
}

#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(244, 242, 241, 1);
}
@media (min-width: 1200px){#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c {
  display: none;
}
#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c, #wrap-s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c {
  display: none;
}
#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c, #wrap-s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c {
  padding-left: 20px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c {
  padding-left: 15px;
padding-right: 30px;
}
}







#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02735ab1-9d92-40e3-919a-ab1c8b07dc4c.shg-box.shg-c {
  justify-content: center;
}

#s-5a64be41-2b3d-4884-9acf-0f4e72fe7748 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-5a64be41-2b3d-4884-9acf-0f4e72fe7748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a64be41-2b3d-4884-9acf-0f4e72fe7748.shg-box.shg-c {
  justify-content: center;
}

#s-00696f4f-de53-4ea1-b6c1-dbfe1c0f7f94 {
  margin-left: auto;
margin-right: auto;
}

#s-084c93dd-d850-4410-b210-1745f203dda9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-084c93dd-d850-4410-b210-1745f203dda9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-084c93dd-d850-4410-b210-1745f203dda9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-103842bc-03d1-4861-b546-e0e275ab007e {
  margin-left: auto;
margin-right: auto;
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 384/195;
text-align: center;
}



.shg-image-margin-container-s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
    
    
  }


.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
      position: relative;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  
  
  
  
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
    
    
  }


.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
      position: relative;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  
  
  
  
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
    
    
  }


.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
      position: relative;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  
  
  
  
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
    
    
  }


.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
      position: relative;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  
  
  
  
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
    
    
  }


.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container {
      position: relative;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aeb0bcba-8994-41ba-bde0-6e00e965b72b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-497ff749-5325-48cb-8c55-3e067f3e7218 {
  margin-left: auto;
margin-right: auto;
}

#s-a6c6b937-0145-4993-87a3-ed776444596a {
  margin-left: auto;
max-width: 20px;
aspect-ratio: 22/31;
text-align: center;
}



.shg-image-margin-container-s-a6c6b937-0145-4993-87a3-ed776444596a {
  margin-left: auto;
  
  
  
}

#s-a6c6b937-0145-4993-87a3-ed776444596a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
    
    
  }


.s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6c6b937-0145-4993-87a3-ed776444596a {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
      position: relative;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a6c6b937-0145-4993-87a3-ed776444596a {
  
  
  
  
}

#s-a6c6b937-0145-4993-87a3-ed776444596a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
    
    
  }


.s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6c6b937-0145-4993-87a3-ed776444596a {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
      position: relative;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a6c6b937-0145-4993-87a3-ed776444596a {
  
  
  
  
}

#s-a6c6b937-0145-4993-87a3-ed776444596a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
    
    
  }


.s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6c6b937-0145-4993-87a3-ed776444596a {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
      position: relative;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a6c6b937-0145-4993-87a3-ed776444596a {
  
  
  
  
}

#s-a6c6b937-0145-4993-87a3-ed776444596a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
    
    
  }


.s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6c6b937-0145-4993-87a3-ed776444596a {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
      position: relative;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a6c6b937-0145-4993-87a3-ed776444596a {
  
  
  
  
}

#s-a6c6b937-0145-4993-87a3-ed776444596a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6c6b937-0145-4993-87a3-ed776444596a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
    
    
  }


.s-a6c6b937-0145-4993-87a3-ed776444596a .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6c6b937-0145-4993-87a3-ed776444596a {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container {
      position: relative;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6c6b937-0145-4993-87a3-ed776444596a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7f4c20f1-a9f5-4ad4-ac16-d15930a78f06 {
  margin-left: -10px;
margin-right: -10px;
min-height: 50px;
}








#s-7f4c20f1-a9f5-4ad4-ac16-d15930a78f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f4c20f1-a9f5-4ad4-ac16-d15930a78f06.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86750eea-f70b-4576-a1a7-80ba1e27cee1 {
  margin-left: auto;
margin-right: auto;
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 384/197;
text-align: center;
}



.shg-image-margin-container-s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
    
    
  }


.s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8bc1689-282a-47fa-84b1-63cb36158145 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
      position: relative;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  
  
  
  
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
    
    
  }


.s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8bc1689-282a-47fa-84b1-63cb36158145 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
      position: relative;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  
  
  
  
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
    
    
  }


.s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8bc1689-282a-47fa-84b1-63cb36158145 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
      position: relative;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  
  
  
  
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
    
    
  }


.s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8bc1689-282a-47fa-84b1-63cb36158145 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
      position: relative;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  
  
  
  
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      aspect-ratio: 384/197;
      width: 100%;
      height: 100%;
    }

    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-link {
      aspect-ratio: 384/197;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8bc1689-282a-47fa-84b1-63cb36158145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
    
    
  }


.s-c8bc1689-282a-47fa-84b1-63cb36158145 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8bc1689-282a-47fa-84b1-63cb36158145 {
      --shg-aspect-ratio: calc(384/197); 
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container {
      position: relative;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8bc1689-282a-47fa-84b1-63cb36158145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2ede754-6b40-4508-a8b4-1c1ec2ec5013 {
  margin-left: auto;
margin-right: auto;
}

#s-7ef6e161-1006-4883-988b-a8566e890b99 {
  margin-left: auto;
max-width: 20px;
aspect-ratio: 22/31;
text-align: center;
}



.shg-image-margin-container-s-7ef6e161-1006-4883-988b-a8566e890b99 {
  margin-left: auto;
  
  
  
}

#s-7ef6e161-1006-4883-988b-a8566e890b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
    
    
  }


.s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ef6e161-1006-4883-988b-a8566e890b99 {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
      position: relative;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7ef6e161-1006-4883-988b-a8566e890b99 {
  
  
  
  
}

#s-7ef6e161-1006-4883-988b-a8566e890b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
    
    
  }


.s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ef6e161-1006-4883-988b-a8566e890b99 {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
      position: relative;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ef6e161-1006-4883-988b-a8566e890b99 {
  
  
  
  
}

#s-7ef6e161-1006-4883-988b-a8566e890b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
    
    
  }


.s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ef6e161-1006-4883-988b-a8566e890b99 {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
      position: relative;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ef6e161-1006-4883-988b-a8566e890b99 {
  
  
  
  
}

#s-7ef6e161-1006-4883-988b-a8566e890b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
    
    
  }


.s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ef6e161-1006-4883-988b-a8566e890b99 {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
      position: relative;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ef6e161-1006-4883-988b-a8566e890b99 {
  
  
  
  
}

#s-7ef6e161-1006-4883-988b-a8566e890b99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      aspect-ratio: 22/31;
      width: 100%;
      height: 100%;
    }

    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-link {
      aspect-ratio: 22/31;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ef6e161-1006-4883-988b-a8566e890b99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
    
    
  }


.s-7ef6e161-1006-4883-988b-a8566e890b99 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ef6e161-1006-4883-988b-a8566e890b99 {
      --shg-aspect-ratio: calc(22/31); 
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container {
      position: relative;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ef6e161-1006-4883-988b-a8566e890b99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d9ade341-5661-4579-8fc6-6359a7272c9b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d9ade341-5661-4579-8fc6-6359a7272c9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9ade341-5661-4579-8fc6-6359a7272c9b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-71d3f7f9-e538-43e6-ae1e-838f99909ad4 {
  margin-left: auto;
margin-right: auto;
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 384/195;
text-align: center;
}



.shg-image-margin-container-s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
    
    
  }


.s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2cd924-e562-439c-88f1-0abd89ac698f {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
      position: relative;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  
  
  
  
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
    
    
  }


.s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2cd924-e562-439c-88f1-0abd89ac698f {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
      position: relative;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  
  
  
  
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
    
    
  }


.s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2cd924-e562-439c-88f1-0abd89ac698f {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
      position: relative;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  
  
  
  
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
    
    
  }


.s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2cd924-e562-439c-88f1-0abd89ac698f {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
      position: relative;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  
  
  
  
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      aspect-ratio: 384/195;
      width: 100%;
      height: 100%;
    }

    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-link {
      aspect-ratio: 384/195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f2cd924-e562-439c-88f1-0abd89ac698f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
    
    
  }


.s-1f2cd924-e562-439c-88f1-0abd89ac698f .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f2cd924-e562-439c-88f1-0abd89ac698f {
      --shg-aspect-ratio: calc(384/195); 
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container {
      position: relative;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f2cd924-e562-439c-88f1-0abd89ac698f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0fca761f-fec7-4408-820a-f51558805d82 {
  margin-left: auto;
margin-right: auto;
}

#s-5b7c2be1-db9c-4592-883f-e2f74c73df8a {
  margin-left: auto;
margin-right: auto;
max-width: 660px;
}

@media (min-width: 0px) {
[id="s-5b7c2be1-db9c-4592-883f-e2f74c73df8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b7c2be1-db9c-4592-883f-e2f74c73df8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5b7c2be1-db9c-4592-883f-e2f74c73df8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b7c2be1-db9c-4592-883f-e2f74c73df8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 1280/853;
text-align: center;
}



.shg-image-margin-container-s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      width: 100%;
      height: 100%;
    }

    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
    
    
  }


.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
      position: relative;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  
  
  
  
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      width: 100%;
      height: 100%;
    }

    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
    
    
  }


.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
      position: relative;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  
  
  
  
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      width: 100%;
      height: 100%;
    }

    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
    
    
  }


.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
      position: relative;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  
  
  
  
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      width: 100%;
      height: 100%;
    }

    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
    
    
  }


.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
      position: relative;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  
  
  
  
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      aspect-ratio: 1280/853;
      width: 100%;
      height: 100%;
    }

    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-link {
      aspect-ratio: 1280/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
    
    
  }


.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 .shogun-image-content {
  
    align-items: center;
  
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 {
      --shg-aspect-ratio: calc(1280/853); 
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container {
      position: relative;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92df373a-8b26-4bb1-ae7d-ca80d30f3b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a40ff66c-e94d-4ef8-9f93-3f7a0cd94c9b {
  margin-left: auto;
margin-right: auto;
}

#s-b7ab32b7-9467-4b2f-b07b-213009436d7e {
  margin-left: auto;
margin-right: auto;
}

#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5 {
  background-image: url(https://i.shgcdn.com/57a94ac7-0ba4-49e8-a830-de3e4add0aa5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
text-align: left;
text-decoration: none;
hover-type: image;
color: rgba(28, 37, 63, 1);
}
#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5:hover {background-image: url(https://i.shgcdn.com/57a94ac7-0ba4-49e8-a830-de3e4add0aa5/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(28, 37, 63, 1) !important;}#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5:active {background-image: url(https://i.shgcdn.com/57a94ac7-0ba4-49e8-a830-de3e4add0aa5/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
hover-type: image !important;}

  #s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5-root {
    text-align: left;
  }


#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5-root {
    text-align: left;
  }


#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5-root {
    text-align: left;
  }


#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5-root {
    text-align: left;
  }


#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5-root {
    text-align: left;
  }


#s-21f03ab2-74d5-44e5-9931-bb2bda3d07d5.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  padding-left: 20px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  padding-left: 15px;
padding-right: 30px;
}
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 {
  background-image: url(https://i.shgcdn.com/e69144d2-8024-4260-85ab-345bb30f5f61/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b25ae32d-4faf-47c8-8895-6b36cf2176a6.shg-box.shg-c {
  justify-content: center;
}

#s-f53ba61f-815c-4008-beb9-e5a1612ccaaa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-f53ba61f-815c-4008-beb9-e5a1612ccaaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f53ba61f-815c-4008-beb9-e5a1612ccaaa.shg-box.shg-c {
  justify-content: center;
}

#s-94121201-0acf-4e2d-ac29-6f1332b0565c {
  margin-left: auto;
margin-right: auto;
}

#s-38f953ce-940b-45c5-9351-f8f72ad94eee {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-38f953ce-940b-45c5-9351-f8f72ad94eee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38f953ce-940b-45c5-9351-f8f72ad94eee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-38f953ce-940b-45c5-9351-f8f72ad94eee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-38f953ce-940b-45c5-9351-f8f72ad94eee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-987c5382-fe53-4c89-8c36-832c740ac176 {
  margin-left: auto;
margin-right: auto;
max-width: 940px;
aspect-ratio: 940/570;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-987c5382-fe53-4c89-8c36-832c740ac176 {
  max-width: 540px;
}
}


.shg-image-margin-container-s-987c5382-fe53-4c89-8c36-832c740ac176 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-987c5382-fe53-4c89-8c36-832c740ac176 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      aspect-ratio: 940/570;
      width: 100%;
      height: 100%;
    }

    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-link {
      aspect-ratio: 940/570;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
    
    
  }


.s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-content {
  
    align-items: center;
  
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-987c5382-fe53-4c89-8c36-832c740ac176 {
      --shg-aspect-ratio: calc(940/570); 
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
      position: relative;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-987c5382-fe53-4c89-8c36-832c740ac176 {
  
  
  
  
}

#s-987c5382-fe53-4c89-8c36-832c740ac176 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      aspect-ratio: 940/570;
      width: 100%;
      height: 100%;
    }

    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-link {
      aspect-ratio: 940/570;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
    
    
  }


.s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-content {
  
    align-items: center;
  
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-987c5382-fe53-4c89-8c36-832c740ac176 {
      --shg-aspect-ratio: calc(940/570); 
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
      position: relative;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-987c5382-fe53-4c89-8c36-832c740ac176 {
  
  
  
  
}

#s-987c5382-fe53-4c89-8c36-832c740ac176 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      aspect-ratio: 940/570;
      width: 100%;
      height: 100%;
    }

    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-link {
      aspect-ratio: 940/570;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
    
    
  }


.s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-content {
  
    align-items: center;
  
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-987c5382-fe53-4c89-8c36-832c740ac176 {
      --shg-aspect-ratio: calc(940/570); 
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
      position: relative;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-987c5382-fe53-4c89-8c36-832c740ac176 {
  
  
  
  
}

#s-987c5382-fe53-4c89-8c36-832c740ac176 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      aspect-ratio: 940/570;
      width: 100%;
      height: 100%;
    }

    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-link {
      aspect-ratio: 940/570;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
    
    
  }


.s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-content {
  
    align-items: center;
  
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-987c5382-fe53-4c89-8c36-832c740ac176 {
      --shg-aspect-ratio: calc(940/570); 
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
      position: relative;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-987c5382-fe53-4c89-8c36-832c740ac176 {
  
  
  
  
}

#s-987c5382-fe53-4c89-8c36-832c740ac176 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      aspect-ratio: 940/570;
      width: 100%;
      height: 100%;
    }

    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-link {
      aspect-ratio: 940/570;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-987c5382-fe53-4c89-8c36-832c740ac176 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
    
    
  }


.s-987c5382-fe53-4c89-8c36-832c740ac176 .shogun-image-content {
  
    align-items: center;
  
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-987c5382-fe53-4c89-8c36-832c740ac176 {
      --shg-aspect-ratio: calc(940/570); 
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container {
      position: relative;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-987c5382-fe53-4c89-8c36-832c740ac176 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6d539812-f223-44f4-bb9a-ff0d3cc4d119 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d539812-f223-44f4-bb9a-ff0d3cc4d119 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-6d539812-f223-44f4-bb9a-ff0d3cc4d119 {
  margin-top: -30px;
}
}







#s-6d539812-f223-44f4-bb9a-ff0d3cc4d119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d539812-f223-44f4-bb9a-ff0d3cc4d119.shg-box.shg-c {
  justify-content: center;
}

#s-26f79218-f312-47ca-ad8e-f4a91bc5011a {
  margin-left: auto;
margin-right: auto;
}

#s-b932abe9-299e-4ccf-9503-0303af35bd95 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(28, 37, 63, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b932abe9-299e-4ccf-9503-0303af35bd95:hover {background-color: rgba(28, 37, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b932abe9-299e-4ccf-9503-0303af35bd95:active {background-color: rgba(28, 37, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b932abe9-299e-4ccf-9503-0303af35bd95-root {
    text-align: left;
  }


#s-b932abe9-299e-4ccf-9503-0303af35bd95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b932abe9-299e-4ccf-9503-0303af35bd95-root {
    text-align: left;
  }


#s-b932abe9-299e-4ccf-9503-0303af35bd95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b932abe9-299e-4ccf-9503-0303af35bd95-root {
    text-align: left;
  }


#s-b932abe9-299e-4ccf-9503-0303af35bd95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b932abe9-299e-4ccf-9503-0303af35bd95-root {
    text-align: left;
  }


#s-b932abe9-299e-4ccf-9503-0303af35bd95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b932abe9-299e-4ccf-9503-0303af35bd95-root {
    text-align: left;
  }


#s-b932abe9-299e-4ccf-9503-0303af35bd95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
#s-7a876774-6024-4bdf-a6b9-8f8b207a2033 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(244, 242, 241, 1);
}
@media (min-width: 1200px){#s-7a876774-6024-4bdf-a6b9-8f8b207a2033 {
  display: none;
}
#s-7a876774-6024-4bdf-a6b9-8f8b207a2033, #wrap-s-7a876774-6024-4bdf-a6b9-8f8b207a2033 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a876774-6024-4bdf-a6b9-8f8b207a2033 {
  display: none;
}
#s-7a876774-6024-4bdf-a6b9-8f8b207a2033, #wrap-s-7a876774-6024-4bdf-a6b9-8f8b207a2033 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a876774-6024-4bdf-a6b9-8f8b207a2033 {
  padding-left: 20px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-7a876774-6024-4bdf-a6b9-8f8b207a2033 {
  margin-top: -80px;
padding-left: 5px;
padding-right: 20px;
}
}







#s-7a876774-6024-4bdf-a6b9-8f8b207a2033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a876774-6024-4bdf-a6b9-8f8b207a2033.shg-box.shg-c {
  justify-content: center;
}

#s-84fec289-c84e-49cc-8ac4-483df29b2007 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-84fec289-c84e-49cc-8ac4-483df29b2007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84fec289-c84e-49cc-8ac4-483df29b2007.shg-box.shg-c {
  justify-content: center;
}

#s-62c0efde-7175-4348-a5f2-ab62a7a6546f {
  margin-left: auto;
margin-right: auto;
}

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-1924ba3e-71fb-4f3f-aeec-74dc599ef99e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-1924ba3e-71fb-4f3f-aeec-74dc599ef99e {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-1924ba3e-71fb-4f3f-aeec-74dc599ef99e > .swiper-button-prev,
#slider-v3-s-1924ba3e-71fb-4f3f-aeec-74dc599ef99e > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-1924ba3e-71fb-4f3f-aeec-74dc599ef99e > .swiper-button-next svg,
#slider-v3-s-1924ba3e-71fb-4f3f-aeec-74dc599ef99e > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-be1315b3-2697-4105-888e-63b5f9718690 {
  box-shadow:0px 6px 24px 0px rgba(0, 0, 0, 0.06);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-be1315b3-2697-4105-888e-63b5f9718690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be1315b3-2697-4105-888e-63b5f9718690.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  margin-left: auto;
margin-right: auto;
max-width: 101px;
aspect-ratio: 101/20;
text-align: left;
}



.shg-image-margin-container-s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
    
    
  }


.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
      position: relative;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  
  
  
  
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
    
    
  }


.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
      position: relative;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  
  
  
  
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
    
    
  }


.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
      position: relative;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  
  
  
  
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
    
    
  }


.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
      position: relative;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  
  
  
  
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
    
    
  }


.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container {
      position: relative;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebdaaaa-e402-49c4-8fd5-ea49ba2345c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cb1d37ac-d9a7-4996-a545-b1aa0907f4a1 {
  margin-left: auto;
margin-right: auto;
}

#s-4fd344e5-d929-4bb1-9d00-dcc15136a0b1 {
  box-shadow:0px 6px 24px 0px rgba(0, 0, 0, 0.06);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4fd344e5-d929-4bb1-9d00-dcc15136a0b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fd344e5-d929-4bb1-9d00-dcc15136a0b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  margin-left: auto;
margin-right: auto;
max-width: 101px;
aspect-ratio: 101/20;
text-align: left;
}



.shg-image-margin-container-s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
    
    
  }


.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
      position: relative;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  
  
  
  
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
    
    
  }


.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
      position: relative;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  
  
  
  
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
    
    
  }


.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
      position: relative;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  
  
  
  
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
    
    
  }


.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
      position: relative;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  
  
  
  
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
    
    
  }


.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container {
      position: relative;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0935dc2-5ac4-40bd-b32c-a86aa6b23cd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e8dd39ff-25ba-4946-a99f-3506360ad8ce {
  margin-left: auto;
margin-right: auto;
}

#s-6bea7555-b54d-4968-aca2-6aa0c4481376 {
  box-shadow:0px 6px 24px 0px rgba(0, 0, 0, 0.06);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6bea7555-b54d-4968-aca2-6aa0c4481376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bea7555-b54d-4968-aca2-6aa0c4481376.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  margin-left: auto;
margin-right: auto;
max-width: 101px;
aspect-ratio: 101/20;
text-align: left;
}



.shg-image-margin-container-s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
    
    
  }


.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
      position: relative;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  
  
  
  
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
    
    
  }


.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
      position: relative;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  
  
  
  
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
    
    
  }


.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
      position: relative;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  
  
  
  
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
    
    
  }


.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
      position: relative;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  
  
  
  
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
    
    
  }


.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container {
      position: relative;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba311d4-e43e-4ee6-b5d1-f5c6015dfd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e033afe1-ca1f-4c14-8540-65f80f27357f {
  margin-left: auto;
margin-right: auto;
}

#s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(244, 242, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab {
  display: none;
}
#s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab, #wrap-s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab { display: none !important; }}@media (max-width: 767px){#s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab {
  display: none;
}
#s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab, #wrap-s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab { display: none !important; }}







#s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71440e8c-b73f-406a-bb4b-2cdadf2f73ab.shg-box.shg-c {
  justify-content: center;
}

#s-692d1e7f-1057-4a1b-88ce-d9e4ca7c6c8b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-692d1e7f-1057-4a1b-88ce-d9e4ca7c6c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-692d1e7f-1057-4a1b-88ce-d9e4ca7c6c8b.shg-box.shg-c {
  justify-content: center;
}

#s-6a74c493-a92c-4d8a-9513-acabc6842fbb {
  margin-left: auto;
margin-right: auto;
}

#s-e7e3d2d4-6873-49b7-8fee-b3fb4dcca56f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7e3d2d4-6873-49b7-8fee-b3fb4dcca56f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7e3d2d4-6873-49b7-8fee-b3fb4dcca56f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e7e3d2d4-6873-49b7-8fee-b3fb4dcca56f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e7e3d2d4-6873-49b7-8fee-b3fb4dcca56f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f439c76b-5218-4491-92ea-845456fe851c {
  box-shadow:0px 6px 24px 0px rgba(0, 0, 0, 0.06);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f439c76b-5218-4491-92ea-845456fe851c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f439c76b-5218-4491-92ea-845456fe851c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  margin-left: auto;
margin-right: auto;
max-width: 101px;
aspect-ratio: 101/20;
text-align: left;
}



.shg-image-margin-container-s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
    
    
  }


.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
      position: relative;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  
  
  
  
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
    
    
  }


.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
      position: relative;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  
  
  
  
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
    
    
  }


.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
      position: relative;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  
  
  
  
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
    
    
  }


.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
      position: relative;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  
  
  
  
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
    
    
  }


.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 .shogun-image-content {
  
    align-items: center;
  
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container {
      position: relative;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628c5d1c-63d9-4d4e-93da-5999c85c5de6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fdbd9597-7c23-47b7-a679-0959ea9e3ac4 {
  margin-left: auto;
margin-right: auto;
}

#s-f5179a2c-8a19-4d3c-b78e-ff1f0403eec4 {
  box-shadow:0px 6px 24px 0px rgba(0, 0, 0, 0.06);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f5179a2c-8a19-4d3c-b78e-ff1f0403eec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5179a2c-8a19-4d3c-b78e-ff1f0403eec4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  margin-left: auto;
margin-right: auto;
max-width: 101px;
aspect-ratio: 101/20;
text-align: left;
}



.shg-image-margin-container-s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
    
    
  }


.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
      position: relative;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  
  
  
  
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
    
    
  }


.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
      position: relative;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  
  
  
  
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
    
    
  }


.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
      position: relative;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  
  
  
  
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
    
    
  }


.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
      position: relative;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  
  
  
  
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
    
    
  }


.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container {
      position: relative;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-864e39e6-0c0e-4c50-bc4e-07d397f5eca3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-18d51f1e-f3e0-4bd1-abd6-605355b58f34 {
  margin-left: auto;
margin-right: auto;
}

#s-b47ec753-0040-465b-9b22-3bf0603a2efa {
  box-shadow:0px 6px 24px 0px rgba(0, 0, 0, 0.06);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b47ec753-0040-465b-9b22-3bf0603a2efa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b47ec753-0040-465b-9b22-3bf0603a2efa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  margin-left: auto;
margin-right: auto;
max-width: 101px;
aspect-ratio: 101/20;
text-align: left;
}



.shg-image-margin-container-s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
    
    
  }


.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
      position: relative;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  
  
  
  
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
    
    
  }


.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
      position: relative;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  
  
  
  
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
    
    
  }


.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
      position: relative;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  
  
  
  
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
    
    
  }


.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
      position: relative;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  
  
  
  
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      aspect-ratio: 101/20;
      width: 100%;
      height: 100%;
    }

    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-link {
      aspect-ratio: 101/20;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
    
    
  }


.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 {
      --shg-aspect-ratio: calc(101/20); 
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container {
      position: relative;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4722e19-41d7-4d92-b9f5-ee3f529ac155 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7511e6c0-6794-4826-ba1b-dcbf2140dc6e {
  margin-left: auto;
margin-right: auto;
}

#s-e2e8dca5-48f9-4880-a3dc-43223a9ac13f {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-e2e8dca5-48f9-4880-a3dc-43223a9ac13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2e8dca5-48f9-4880-a3dc-43223a9ac13f.shg-box.shg-c {
  justify-content: center;
}

#s-1189dfdd-555d-4b60-85d0-943cad6a572c {
  margin-left: auto;
margin-right: auto;
}

#s-57d60342-1950-415f-a099-ca43f6a8f901 {
  margin-left: auto;
margin-right: auto;
}

#s-5fd14c23-b33b-4c03-9e11-99d3760efe04 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5fd14c23-b33b-4c03-9e11-99d3760efe04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fd14c23-b33b-4c03-9e11-99d3760efe04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5fd14c23-b33b-4c03-9e11-99d3760efe04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fd14c23-b33b-4c03-9e11-99d3760efe04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-0aac1e40-c307-4851-8d17-ba8e5c195839 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0aac1e40-c307-4851-8d17-ba8e5c195839 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-0aac1e40-c307-4851-8d17-ba8e5c195839"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0aac1e40-c307-4851-8d17-ba8e5c195839"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0aac1e40-c307-4851-8d17-ba8e5c195839"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aac1e40-c307-4851-8d17-ba8e5c195839"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-572ae6a8-ae3d-49df-ac1d-98871308030b {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 {
  max-width:  100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 {
  max-width:  100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 {
  max-width:  100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 {
  max-width:  100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 {
  max-width:  100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 .shg-image-zoom,
.shg-c#s-0b2c005b-55ba-417b-8ef9-fc5d5c4e0899 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-245bd3d2-0fed-4b0b-9d6b-939319e7b422 {
  margin-left: auto;
margin-right: auto;
}

#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 37, 63, 1);
background-image: none;
hover-type: color;
}
#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91-root {
    text-align: left;
  }


#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91-root {
    text-align: left;
  }


#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91-root {
    text-align: left;
  }


#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91-root {
    text-align: left;
  }


#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91-root {
    text-align: left;
  }


#s-40a3d56c-c4c0-43d4-9f22-8cb2a96d7e91.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
#s-8ff83e96-6e0e-44cd-a023-0d25e5bcd8c3 {
  margin-left: auto;
margin-right: auto;
}

#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f {
  max-width:  100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f {
  max-width:  100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f {
  max-width:  100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f {
  max-width:  100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f {
  max-width:  100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f .shg-image-zoom,
.shg-c#s-db455783-c318-4c53-a0e3-8dd3dd2edf1f img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51cbf69a-7b66-403a-ab5c-e2992e09acf3 {
  margin-left: auto;
margin-right: auto;
}

#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 37, 63, 1);
background-image: none;
hover-type: color;
}
#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b-root {
    text-align: left;
  }


#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b-root {
    text-align: left;
  }


#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b-root {
    text-align: left;
  }


#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b-root {
    text-align: left;
  }


#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b-root {
    text-align: left;
  }


#s-66be6a09-8c6f-4ed7-bd48-0a2e4a56fa6b.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
#s-e5018bdf-1156-4a07-998c-277e16c62f17 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e5018bdf-1156-4a07-998c-277e16c62f17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e5018bdf-1156-4a07-998c-277e16c62f17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e5018bdf-1156-4a07-998c-277e16c62f17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5018bdf-1156-4a07-998c-277e16c62f17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-4755d9c2-f3bd-4b57-93bf-fb30fcd9302a {
  margin-left: auto;
margin-right: auto;
}

#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 {
  max-width:  100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 {
  max-width:  100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 {
  max-width:  100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 {
  max-width:  100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 {
  max-width:  100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 .shg-image-zoom,
.shg-c#s-21eef425-6ae3-42f3-a9cb-c57dd5e403d8 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-09c7cdd0-5981-405e-8334-29a84cc185ec {
  margin-left: auto;
margin-right: auto;
}

#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 37, 63, 1);
background-image: none;
hover-type: color;
}
#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c-root {
    text-align: left;
  }


#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c-root {
    text-align: left;
  }


#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c-root {
    text-align: left;
  }


#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c-root {
    text-align: left;
  }


#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c-root {
    text-align: left;
  }


#s-9ca44c78-4ba1-4b2b-aa4e-c35da96d752c.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
#s-a7dba414-d3f8-4a0d-9fdb-29eba1d9f31d {
  margin-left: auto;
margin-right: auto;
}

#s-6ea97f1d-4af5-40db-85e6-eadfade72066 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 {
  max-width:  100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 {
  max-width:  100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 {
  max-width:  100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 {
  max-width:  100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 {
  max-width:  100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  max-width: 1358px !important;
  
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 .shg-image-zoom,
.shg-c#s-6ea97f1d-4af5-40db-85e6-eadfade72066 img.shogun-image {
  aspect-ratio: 1358/1949;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3c0a19ed-8b4a-4be1-b708-3565087a4c34 {
  margin-left: auto;
margin-right: auto;
}

#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 37, 63, 1);
background-image: none;
hover-type: color;
}
#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db-root {
    text-align: left;
  }


#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db-root {
    text-align: left;
  }


#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db-root {
    text-align: left;
  }


#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db-root {
    text-align: left;
  }


#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db-root {
    text-align: left;
  }


#s-7b5a90c8-7d51-4759-a53b-7c7b9b9886db.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(28, 37, 63, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 37, 63, 1);
}
#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(28, 37, 63, 1) !important;}#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(28, 37, 63, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4-root {
    text-align: center;
  }


#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4-root {
    text-align: center;
  }


#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4-root {
    text-align: center;
  }


#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4-root {
    text-align: center;
  }


#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4-root {
    text-align: center;
  }


#s-ea46f55e-63e9-49ec-9128-e5f06cb15fc4.shg-btn {
  color: rgba(28, 37, 63, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Lexend;
  display:  inline-block ;
}
}
#s-df4d4829-d912-42a5-9e0f-015ab6a4e85a {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(244, 242, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-df4d4829-d912-42a5-9e0f-015ab6a4e85a {
  padding-left: 20px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-df4d4829-d912-42a5-9e0f-015ab6a4e85a {
  padding-left: 15px;
padding-right: 30px;
}
}







#s-df4d4829-d912-42a5-9e0f-015ab6a4e85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df4d4829-d912-42a5-9e0f-015ab6a4e85a.shg-box.shg-c {
  justify-content: center;
}

#s-c066717d-af46-49f5-a2ae-84d84b87f493 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-c066717d-af46-49f5-a2ae-84d84b87f493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c066717d-af46-49f5-a2ae-84d84b87f493.shg-box.shg-c {
  justify-content: center;
}

#s-07191eb1-69bf-451c-8d2d-d55d345448fd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-45c7cf22-18bf-4be8-ab86-b9927030b6ff {
  margin-left: -20px;
margin-right: -20px;
}

#s-45c7cf22-18bf-4be8-ab86-b9927030b6ff > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 242, 241, 1);
}

#s-45c7cf22-18bf-4be8-ab86-b9927030b6ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 242, 241, 1);
  padding: 20px;
}

#s-45c7cf22-18bf-4be8-ab86-b9927030b6ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 37, 63, 1);
}

#s-45c7cf22-18bf-4be8-ab86-b9927030b6ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 242, 241, 1);
  border-top: 1px solid rgba(244, 242, 241, 1);
}

#s-45c7cf22-18bf-4be8-ab86-b9927030b6ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 37, 63, 1);
  text-align: left;
  font-family: Lexend;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-45c7cf22-18bf-4be8-ab86-b9927030b6ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-35925506-2702-48a5-bf80-f331dcb4da9f {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-37d198d8-d9bd-4b36-890b-a59f2b1580be {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-43496034-a3f9-45fd-afc0-ac980a2be2bd {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-d143a795-63ad-4b0f-a840-5119fb3a6fea {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-b57694d5-1d3b-47fd-8636-c9dcfd38d92c {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-de734364-2afa-4afb-aaba-ed92260e6905 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-91cd9dcd-c771-42e9-84b8-301215f51e4b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
