.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-846c79a8-e4ab-4dd2-9994-a596dee69d01 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-846c79a8-e4ab-4dd2-9994-a596dee69d01 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-846c79a8-e4ab-4dd2-9994-a596dee69d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-846c79a8-e4ab-4dd2-9994-a596dee69d01.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-b385da7d-fe32-41c1-95a0-603389817c64 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b385da7d-fe32-41c1-95a0-603389817c64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b385da7d-fe32-41c1-95a0-603389817c64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b385da7d-fe32-41c1-95a0-603389817c64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b385da7d-fe32-41c1-95a0-603389817c64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b385da7d-fe32-41c1-95a0-603389817c64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b385da7d-fe32-41c1-95a0-603389817c64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b385da7d-fe32-41c1-95a0-603389817c64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-44e8a920-a7c5-4357-ac97-8164aa14db11 {
  margin-left: auto;
margin-right: auto;
padding-top: 15%;
padding-left: 30px;
padding-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-44e8a920-a7c5-4357-ac97-8164aa14db11 {
  padding-top: 10%;
padding-left: 10px;
padding-bottom: 10%;
padding-right: 10px;
}
}







#s-44e8a920-a7c5-4357-ac97-8164aa14db11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44e8a920-a7c5-4357-ac97-8164aa14db11.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-179cebbb-a288-4018-aed1-1e8b7cae99cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-179cebbb-a288-4018-aed1-1e8b7cae99cd .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-f74a8410-7adf-4593-9596-789b00f4d165 {
  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-667a21ad-825e-42a0-bd6b-36ef1f758261 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-667a21ad-825e-42a0-bd6b-36ef1f758261:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-667a21ad-825e-42a0-bd6b-36ef1f758261:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-667a21ad-825e-42a0-bd6b-36ef1f758261-root {
    text-align: center;
  }


#s-667a21ad-825e-42a0-bd6b-36ef1f758261.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-667a21ad-825e-42a0-bd6b-36ef1f758261-root {
    text-align: center;
  }


#s-667a21ad-825e-42a0-bd6b-36ef1f758261.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-667a21ad-825e-42a0-bd6b-36ef1f758261-root {
    text-align: center;
  }


#s-667a21ad-825e-42a0-bd6b-36ef1f758261.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-667a21ad-825e-42a0-bd6b-36ef1f758261-root {
    text-align: center;
  }


#s-667a21ad-825e-42a0-bd6b-36ef1f758261.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-667a21ad-825e-42a0-bd6b-36ef1f758261-root {
    text-align: center;
  }


#s-667a21ad-825e-42a0-bd6b-36ef1f758261.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Open Sans;
  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-7e037177-bf7e-4521-b325-cb5141a39e4d {
  margin-left: auto;
margin-right: auto;
max-width: 680px;
aspect-ratio: 665/315;
text-align: right;
}



.shg-image-margin-container-s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
    
    
  }


.s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e037177-bf7e-4521-b325-cb5141a39e4d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
      position: relative;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  
  
  
  
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
    
    
  }


.s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e037177-bf7e-4521-b325-cb5141a39e4d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
      position: relative;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d 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-7e037177-bf7e-4521-b325-cb5141a39e4d {
  
  
  
  
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
    
    
  }


.s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e037177-bf7e-4521-b325-cb5141a39e4d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
      position: relative;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d 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-7e037177-bf7e-4521-b325-cb5141a39e4d {
  
  
  
  
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
    
    
  }


.s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e037177-bf7e-4521-b325-cb5141a39e4d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
      position: relative;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  
  
  
  
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      aspect-ratio: 665/315;
      width: 100%;
      height: 100%;
    }

    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-link {
      aspect-ratio: 665/315;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e037177-bf7e-4521-b325-cb5141a39e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
    
    
  }


.s-7e037177-bf7e-4521-b325-cb5141a39e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e037177-bf7e-4521-b325-cb5141a39e4d {
      --shg-aspect-ratio: calc(665/315); 
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container {
      position: relative;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e037177-bf7e-4521-b325-cb5141a39e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9aea30c1-0608-4adf-94ac-5d63ffbfbb54 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-9aea30c1-0608-4adf-94ac-5d63ffbfbb54 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-9aea30c1-0608-4adf-94ac-5d63ffbfbb54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aea30c1-0608-4adf-94ac-5d63ffbfbb54.shg-box.shg-c {
  justify-content: center;
}

#s-c4ad87c9-ba8b-48d2-a937-505e8615bb52 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c4ad87c9-ba8b-48d2-a937-505e8615bb52 .shogun-heading-component h4 {
  
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-37929453-a17e-4216-a078-e52497097d93 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-37929453-a17e-4216-a078-e52497097d93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-37929453-a17e-4216-a078-e52497097d93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-37929453-a17e-4216-a078-e52497097d93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-37929453-a17e-4216-a078-e52497097d93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-e0e6cb82-cf9e-4cf7-8bbd-663c2f9b7321 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e0e6cb82-cf9e-4cf7-8bbd-663c2f9b7321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0e6cb82-cf9e-4cf7-8bbd-663c2f9b7321.shg-box.shg-c {
  justify-content: center;
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
    
    
  }


.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
      position: relative;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  
  
  
  
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
    
    
  }


.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
      position: relative;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 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-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  
  
  
  
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
    
    
  }


.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
      position: relative;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 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-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  
  
  
  
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
    
    
  }


.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
      position: relative;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  
  
  
  
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
    
    
  }


.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container {
      position: relative;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cdf8ac-5fa5-4f1e-b073-17813e3fbbe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0e254bab-3f57-4403-b606-f408de1c53a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e254bab-3f57-4403-b606-f408de1c53a2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-0e254bab-3f57-4403-b606-f408de1c53a2 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-a396be36-195c-420f-878b-c9a83be16f8e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a396be36-195c-420f-878b-c9a83be16f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a396be36-195c-420f-878b-c9a83be16f8e.shg-box.shg-c {
  justify-content: center;
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
    
    
  }


.s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-content {
  
    align-items: center;
  
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb887190-45f9-4044-9b7e-d91812b7a90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
      position: relative;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  
  
  
  
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
    
    
  }


.s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-content {
  
    align-items: center;
  
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb887190-45f9-4044-9b7e-d91812b7a90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
      position: relative;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b 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-eb887190-45f9-4044-9b7e-d91812b7a90b {
  
  
  
  
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
    
    
  }


.s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-content {
  
    align-items: center;
  
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb887190-45f9-4044-9b7e-d91812b7a90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
      position: relative;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b 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-eb887190-45f9-4044-9b7e-d91812b7a90b {
  
  
  
  
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
    
    
  }


.s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-content {
  
    align-items: center;
  
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb887190-45f9-4044-9b7e-d91812b7a90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
      position: relative;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  
  
  
  
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb887190-45f9-4044-9b7e-d91812b7a90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
    
    
  }


.s-eb887190-45f9-4044-9b7e-d91812b7a90b .shogun-image-content {
  
    align-items: center;
  
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb887190-45f9-4044-9b7e-d91812b7a90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container {
      position: relative;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb887190-45f9-4044-9b7e-d91812b7a90b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b6c47d16-9722-40a1-b333-62d6bada80e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6c47d16-9722-40a1-b333-62d6bada80e2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-b6c47d16-9722-40a1-b333-62d6bada80e2 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-2b67b9de-a304-4116-9033-b9075b78772c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2b67b9de-a304-4116-9033-b9075b78772c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b67b9de-a304-4116-9033-b9075b78772c.shg-box.shg-c {
  justify-content: center;
}

#s-30865188-1116-4121-bf6a-e9da319bfb84 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-30865188-1116-4121-bf6a-e9da319bfb84 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-30865188-1116-4121-bf6a-e9da319bfb84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
    
    
  }


.s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-content {
  
    align-items: center;
  
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30865188-1116-4121-bf6a-e9da319bfb84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
      position: relative;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-30865188-1116-4121-bf6a-e9da319bfb84 {
  
  
  
  
}

#s-30865188-1116-4121-bf6a-e9da319bfb84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
    
    
  }


.s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-content {
  
    align-items: center;
  
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30865188-1116-4121-bf6a-e9da319bfb84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
      position: relative;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84 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-30865188-1116-4121-bf6a-e9da319bfb84 {
  
  
  
  
}

#s-30865188-1116-4121-bf6a-e9da319bfb84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
    
    
  }


.s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-content {
  
    align-items: center;
  
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30865188-1116-4121-bf6a-e9da319bfb84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
      position: relative;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84 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-30865188-1116-4121-bf6a-e9da319bfb84 {
  
  
  
  
}

#s-30865188-1116-4121-bf6a-e9da319bfb84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
    
    
  }


.s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-content {
  
    align-items: center;
  
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30865188-1116-4121-bf6a-e9da319bfb84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
      position: relative;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-30865188-1116-4121-bf6a-e9da319bfb84 {
  
  
  
  
}

#s-30865188-1116-4121-bf6a-e9da319bfb84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30865188-1116-4121-bf6a-e9da319bfb84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
    
    
  }


.s-30865188-1116-4121-bf6a-e9da319bfb84 .shogun-image-content {
  
    align-items: center;
  
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30865188-1116-4121-bf6a-e9da319bfb84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container {
      position: relative;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30865188-1116-4121-bf6a-e9da319bfb84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-14aed7ed-95a2-478d-8631-b16053765109 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14aed7ed-95a2-478d-8631-b16053765109 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-14aed7ed-95a2-478d-8631-b16053765109 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-e3f3829d-c071-4e47-a720-31e46c7dda8e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e3f3829d-c071-4e47-a720-31e46c7dda8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3f3829d-c071-4e47-a720-31e46c7dda8e.shg-box.shg-c {
  justify-content: center;
}

#s-9b83b513-8876-4793-856f-a4454b1298c4 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b83b513-8876-4793-856f-a4454b1298c4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9b83b513-8876-4793-856f-a4454b1298c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
    
    
  }


.s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b83b513-8876-4793-856f-a4454b1298c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
      position: relative;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b83b513-8876-4793-856f-a4454b1298c4 {
  
  
  
  
}

#s-9b83b513-8876-4793-856f-a4454b1298c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
    
    
  }


.s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b83b513-8876-4793-856f-a4454b1298c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
      position: relative;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4 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-9b83b513-8876-4793-856f-a4454b1298c4 {
  
  
  
  
}

#s-9b83b513-8876-4793-856f-a4454b1298c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
    
    
  }


.s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b83b513-8876-4793-856f-a4454b1298c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
      position: relative;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4 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-9b83b513-8876-4793-856f-a4454b1298c4 {
  
  
  
  
}

#s-9b83b513-8876-4793-856f-a4454b1298c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
    
    
  }


.s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b83b513-8876-4793-856f-a4454b1298c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
      position: relative;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b83b513-8876-4793-856f-a4454b1298c4 {
  
  
  
  
}

#s-9b83b513-8876-4793-856f-a4454b1298c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b83b513-8876-4793-856f-a4454b1298c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
    
    
  }


.s-9b83b513-8876-4793-856f-a4454b1298c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b83b513-8876-4793-856f-a4454b1298c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container {
      position: relative;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b83b513-8876-4793-856f-a4454b1298c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8311a3db-97ea-4de8-aa70-53fab61693af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8311a3db-97ea-4de8-aa70-53fab61693af .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-8311a3db-97ea-4de8-aa70-53fab61693af .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-38057e90-4099-4299-b581-c162f988c252 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-38057e90-4099-4299-b581-c162f988c252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38057e90-4099-4299-b581-c162f988c252.shg-box.shg-c {
  justify-content: center;
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
    
    
  }


.s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b0522b0-86be-4317-8162-0b91f25afc9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
      position: relative;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  
  
  
  
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
    
    
  }


.s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b0522b0-86be-4317-8162-0b91f25afc9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
      position: relative;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a 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-9b0522b0-86be-4317-8162-0b91f25afc9a {
  
  
  
  
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
    
    
  }


.s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b0522b0-86be-4317-8162-0b91f25afc9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
      position: relative;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a 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-9b0522b0-86be-4317-8162-0b91f25afc9a {
  
  
  
  
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
    
    
  }


.s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b0522b0-86be-4317-8162-0b91f25afc9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
      position: relative;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  
  
  
  
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b0522b0-86be-4317-8162-0b91f25afc9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
    
    
  }


.s-9b0522b0-86be-4317-8162-0b91f25afc9a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b0522b0-86be-4317-8162-0b91f25afc9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container {
      position: relative;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b0522b0-86be-4317-8162-0b91f25afc9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3a357a12-0139-4d21-bb2e-783755084593 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a357a12-0139-4d21-bb2e-783755084593 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-3a357a12-0139-4d21-bb2e-783755084593 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-72a8143f-dd60-4ccf-bf1e-a75681cea5d7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-72a8143f-dd60-4ccf-bf1e-a75681cea5d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72a8143f-dd60-4ccf-bf1e-a75681cea5d7.shg-box.shg-c {
  justify-content: center;
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
    
    
  }


.s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
      position: relative;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  
  
  
  
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
    
    
  }


.s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
      position: relative;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 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-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  
  
  
  
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
    
    
  }


.s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
      position: relative;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 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-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  
  
  
  
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
    
    
  }


.s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
      position: relative;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  
  
  
  
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
    
    
  }


.s-6e73547f-f9e1-4997-bd6b-cabb4623be54 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container {
      position: relative;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e73547f-f9e1-4997-bd6b-cabb4623be54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-00e06522-0925-4142-9b8b-c1d9cead2833 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00e06522-0925-4142-9b8b-c1d9cead2833 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-00e06522-0925-4142-9b8b-c1d9cead2833 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-30420622-b007-43f7-9043-37732d7e042a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-30420622-b007-43f7-9043-37732d7e042a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-30420622-b007-43f7-9043-37732d7e042a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-30420622-b007-43f7-9043-37732d7e042a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-30420622-b007-43f7-9043-37732d7e042a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-c64447c1-0dda-4496-aa96-13cef935ebc3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c64447c1-0dda-4496-aa96-13cef935ebc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c64447c1-0dda-4496-aa96-13cef935ebc3.shg-box.shg-c {
  justify-content: center;
}

#s-87847e46-bd13-4416-ae2d-e76b41831206 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-87847e46-bd13-4416-ae2d-e76b41831206 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-87847e46-bd13-4416-ae2d-e76b41831206 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
    
    
  }


.s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-content {
  
    align-items: center;
  
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87847e46-bd13-4416-ae2d-e76b41831206 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
      position: relative;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87847e46-bd13-4416-ae2d-e76b41831206 {
  
  
  
  
}

#s-87847e46-bd13-4416-ae2d-e76b41831206 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
    
    
  }


.s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-content {
  
    align-items: center;
  
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87847e46-bd13-4416-ae2d-e76b41831206 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
      position: relative;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206 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-87847e46-bd13-4416-ae2d-e76b41831206 {
  
  
  
  
}

#s-87847e46-bd13-4416-ae2d-e76b41831206 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
    
    
  }


.s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-content {
  
    align-items: center;
  
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87847e46-bd13-4416-ae2d-e76b41831206 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
      position: relative;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206 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-87847e46-bd13-4416-ae2d-e76b41831206 {
  
  
  
  
}

#s-87847e46-bd13-4416-ae2d-e76b41831206 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
    
    
  }


.s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-content {
  
    align-items: center;
  
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87847e46-bd13-4416-ae2d-e76b41831206 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
      position: relative;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87847e46-bd13-4416-ae2d-e76b41831206 {
  
  
  
  
}

#s-87847e46-bd13-4416-ae2d-e76b41831206 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87847e46-bd13-4416-ae2d-e76b41831206 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
    
    
  }


.s-87847e46-bd13-4416-ae2d-e76b41831206 .shogun-image-content {
  
    align-items: center;
  
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87847e46-bd13-4416-ae2d-e76b41831206 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container {
      position: relative;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87847e46-bd13-4416-ae2d-e76b41831206 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3c96a1d4-3504-4a9c-a5a5-867bd14dd578 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c96a1d4-3504-4a9c-a5a5-867bd14dd578 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-3c96a1d4-3504-4a9c-a5a5-867bd14dd578 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-b92d6fe7-76aa-40e3-bb63-bd845afbca57 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b92d6fe7-76aa-40e3-bb63-bd845afbca57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b92d6fe7-76aa-40e3-bb63-bd845afbca57.shg-box.shg-c {
  justify-content: center;
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
    
    
  }


.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-content {
  
    align-items: center;
  
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
      position: relative;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  
  
  
  
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
    
    
  }


.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-content {
  
    align-items: center;
  
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
      position: relative;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a 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-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  
  
  
  
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
    
    
  }


.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-content {
  
    align-items: center;
  
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
      position: relative;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a 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-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  
  
  
  
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
    
    
  }


.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-content {
  
    align-items: center;
  
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
      position: relative;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  
  
  
  
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
    
    
  }


.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a .shogun-image-content {
  
    align-items: center;
  
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container {
      position: relative;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a76ee368-e6ec-4ec1-a94d-eae72d9c212a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-82b7c889-ebbb-4e8a-b3ae-d29a8a57e490 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82b7c889-ebbb-4e8a-b3ae-d29a8a57e490 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-82b7c889-ebbb-4e8a-b3ae-d29a8a57e490 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-c5c17523-823e-4ed8-a259-f0989683d524 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5c17523-823e-4ed8-a259-f0989683d524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5c17523-823e-4ed8-a259-f0989683d524.shg-box.shg-c {
  justify-content: center;
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
    
    
  }


.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
      position: relative;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  
  
  
  
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
    
    
  }


.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
      position: relative;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef 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-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  
  
  
  
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
    
    
  }


.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
      position: relative;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef 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-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  
  
  
  
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
    
    
  }


.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
      position: relative;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  
  
  
  
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
    
    
  }


.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container {
      position: relative;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a246694-bc23-4bd6-bcdc-c9150dcd04ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-faa31d80-e72c-4fa1-bcc0-94929f43511f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faa31d80-e72c-4fa1-bcc0-94929f43511f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-faa31d80-e72c-4fa1-bcc0-94929f43511f .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-64276a2d-3c96-4582-a482-c16ba4eae3dd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-64276a2d-3c96-4582-a482-c16ba4eae3dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64276a2d-3c96-4582-a482-c16ba4eae3dd.shg-box.shg-c {
  justify-content: center;
}

#s-9414be11-ae85-4e00-94ca-c814749b5161 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9414be11-ae85-4e00-94ca-c814749b5161 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9414be11-ae85-4e00-94ca-c814749b5161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
    
    
  }


.s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-content {
  
    align-items: center;
  
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9414be11-ae85-4e00-94ca-c814749b5161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
      position: relative;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9414be11-ae85-4e00-94ca-c814749b5161 {
  
  
  
  
}

#s-9414be11-ae85-4e00-94ca-c814749b5161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
    
    
  }


.s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-content {
  
    align-items: center;
  
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9414be11-ae85-4e00-94ca-c814749b5161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
      position: relative;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161 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-9414be11-ae85-4e00-94ca-c814749b5161 {
  
  
  
  
}

#s-9414be11-ae85-4e00-94ca-c814749b5161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
    
    
  }


.s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-content {
  
    align-items: center;
  
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9414be11-ae85-4e00-94ca-c814749b5161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
      position: relative;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161 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-9414be11-ae85-4e00-94ca-c814749b5161 {
  
  
  
  
}

#s-9414be11-ae85-4e00-94ca-c814749b5161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
    
    
  }


.s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-content {
  
    align-items: center;
  
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9414be11-ae85-4e00-94ca-c814749b5161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
      position: relative;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9414be11-ae85-4e00-94ca-c814749b5161 {
  
  
  
  
}

#s-9414be11-ae85-4e00-94ca-c814749b5161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9414be11-ae85-4e00-94ca-c814749b5161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
    
    
  }


.s-9414be11-ae85-4e00-94ca-c814749b5161 .shogun-image-content {
  
    align-items: center;
  
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9414be11-ae85-4e00-94ca-c814749b5161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container {
      position: relative;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9414be11-ae85-4e00-94ca-c814749b5161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dc943e19-ff18-4b1b-940e-39e1af231a99 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc943e19-ff18-4b1b-940e-39e1af231a99 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-dc943e19-ff18-4b1b-940e-39e1af231a99 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-7c4d3239-dfa9-48ec-baa5-82007171ee3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7c4d3239-dfa9-48ec-baa5-82007171ee3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c4d3239-dfa9-48ec-baa5-82007171ee3e.shg-box.shg-c {
  justify-content: center;
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
    
    
  }


.s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
      position: relative;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  
  
  
  
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
    
    
  }


.s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
      position: relative;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 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-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  
  
  
  
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
    
    
  }


.s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
      position: relative;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 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-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  
  
  
  
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
    
    
  }


.s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
      position: relative;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  
  
  
  
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
    
    
  }


.s-c049e46b-cafa-41cc-88dd-862a1da5a543 .shogun-image-content {
  
    align-items: center;
  
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container {
      position: relative;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c049e46b-cafa-41cc-88dd-862a1da5a543 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-19eb1345-4379-4824-9168-814a814f54e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19eb1345-4379-4824-9168-814a814f54e2 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-19eb1345-4379-4824-9168-814a814f54e2 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-51d571be-edd2-4e1e-ad56-1183ab090743 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-51d571be-edd2-4e1e-ad56-1183ab090743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51d571be-edd2-4e1e-ad56-1183ab090743.shg-box.shg-c {
  justify-content: center;
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  margin-left: auto;
margin-right: auto;
max-width: 185px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
    
    
  }


.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
      position: relative;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  
  
  
  
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
    
    
  }


.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
      position: relative;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 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-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  
  
  
  
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
    
    
  }


.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
      position: relative;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 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-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  
  
  
  
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
    
    
  }


.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
      position: relative;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  
  
  
  
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
    
    
  }


.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container {
      position: relative;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35b8d0fb-0191-466f-a8cd-64131e0b40b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-78d0804b-6276-4d1b-9349-46ec6b857525 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78d0804b-6276-4d1b-9349-46ec6b857525 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}


#s-78d0804b-6276-4d1b-9349-46ec6b857525 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-3b399bd3-4a76-4d82-afef-76ec9d62a5f9 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 236, 227, 1);
}
@media (max-width: 767px){#s-3b399bd3-4a76-4d82-afef-76ec9d62a5f9 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-3b399bd3-4a76-4d82-afef-76ec9d62a5f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b399bd3-4a76-4d82-afef-76ec9d62a5f9.shg-box.shg-c {
  justify-content: center;
}

#s-bf543326-205a-4e97-b251-e4c66b63e9b7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf543326-205a-4e97-b251-e4c66b63e9b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf543326-205a-4e97-b251-e4c66b63e9b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bf543326-205a-4e97-b251-e4c66b63e9b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bf543326-205a-4e97-b251-e4c66b63e9b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bf543326-205a-4e97-b251-e4c66b63e9b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf543326-205a-4e97-b251-e4c66b63e9b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bf543326-205a-4e97-b251-e4c66b63e9b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  margin-left: auto;
margin-right: auto;
max-width: 909px;
aspect-ratio: 909/400;
text-align: left;
}



.shg-image-margin-container-s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
    
    
  }


.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
      position: relative;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  
  
  
  
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
    
    
  }


.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
      position: relative;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 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-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  
  
  
  
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
    
    
  }


.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
      position: relative;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 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-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  
  
  
  
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
    
    
  }


.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
      position: relative;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  
  
  
  
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      aspect-ratio: 909/400;
      width: 100%;
      height: 100%;
    }

    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-link {
      aspect-ratio: 909/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
    
    
  }


.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 {
      --shg-aspect-ratio: calc(909/400); 
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container {
      position: relative;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1d767a-1f94-4527-8b4d-8fedf37c6405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d5f481a0-e4d0-4837-8630-f9f15ee4735d {
  margin-left: auto;
margin-right: auto;
padding-top: 30%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-d5f481a0-e4d0-4837-8630-f9f15ee4735d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 15%;
}
}







#s-d5f481a0-e4d0-4837-8630-f9f15ee4735d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5f481a0-e4d0-4837-8630-f9f15ee4735d.shg-box.shg-c {
  justify-content: center;
}

#s-1e0983c7-3c5a-406b-8b98-e4954a5918d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-1e0983c7-3c5a-406b-8b98-e4954a5918d2 .shogun-heading-component h3 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-74d88f44-3638-4937-9eea-40a01da2f395 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
}

#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6-root {
    text-align: left;
  }


#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6-root {
    text-align: left;
  }


#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6-root {
    text-align: left;
  }


#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6-root {
    text-align: left;
  }


#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6-root {
    text-align: left;
  }


#s-8ef246f7-eced-46d2-9c7f-cc182a6d9aa6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-58be9dfc-b654-43d5-b126-dc23eeacfe51 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-58be9dfc-b654-43d5-b126-dc23eeacfe51 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0px;
padding-right: 0px;
}
}







#s-58be9dfc-b654-43d5-b126-dc23eeacfe51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58be9dfc-b654-43d5-b126-dc23eeacfe51.shg-box.shg-c {
  justify-content: center;
}

#s-95b7e726-df63-43f9-88a1-da6f7e001e65 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-95b7e726-df63-43f9-88a1-da6f7e001e65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95b7e726-df63-43f9-88a1-da6f7e001e65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95b7e726-df63-43f9-88a1-da6f7e001e65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95b7e726-df63-43f9-88a1-da6f7e001e65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-58e48790-ddf1-4a92-8c80-17950937cbd5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-58e48790-ddf1-4a92-8c80-17950937cbd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58e48790-ddf1-4a92-8c80-17950937cbd5.shg-box.shg-c {
  justify-content: center;
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  margin-left: auto;
margin-right: auto;
max-width: 795px;
aspect-ratio: 595/370;
text-align: center;
}



.shg-image-margin-container-s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
    
    
  }


.s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d423600-5d18-456c-9b42-cc1f3219f701 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
      position: relative;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  
  
  
  
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
    
    
  }


.s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d423600-5d18-456c-9b42-cc1f3219f701 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
      position: relative;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701 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-5d423600-5d18-456c-9b42-cc1f3219f701 {
  
  
  
  
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
    
    
  }


.s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d423600-5d18-456c-9b42-cc1f3219f701 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
      position: relative;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701 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-5d423600-5d18-456c-9b42-cc1f3219f701 {
  
  
  
  
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
    
    
  }


.s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d423600-5d18-456c-9b42-cc1f3219f701 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
      position: relative;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  
  
  
  
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d423600-5d18-456c-9b42-cc1f3219f701 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
    
    
  }


.s-5d423600-5d18-456c-9b42-cc1f3219f701 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d423600-5d18-456c-9b42-cc1f3219f701 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container {
      position: relative;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d423600-5d18-456c-9b42-cc1f3219f701 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d3b8f08c-a2e6-419b-8d2e-027d0043331a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3b8f08c-a2e6-419b-8d2e-027d0043331a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-bba52ce9-71e6-4957-81c8-784d51bbe3a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bba52ce9-71e6-4957-81c8-784d51bbe3a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f2e3e62a-951f-41cb-b00d-42764aaa8c72 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-f2e3e62a-951f-41cb-b00d-42764aaa8c72 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f2e3e62a-951f-41cb-b00d-42764aaa8c72 .shogun-heading-component h4 a {
  color: rgba(0, 0, 0, 1);
}


#s-878607fa-f5c5-4f9a-ac01-0ada2852f461 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-878607fa-f5c5-4f9a-ac01-0ada2852f461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-878607fa-f5c5-4f9a-ac01-0ada2852f461.shg-box.shg-c {
  justify-content: center;
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  margin-left: auto;
margin-right: auto;
max-width: 795px;
aspect-ratio: 595/370;
text-align: center;
}



.shg-image-margin-container-s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
    
    
  }


.s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-content {
  
    align-items: center;
  
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
      position: relative;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  
  
  
  
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
    
    
  }


.s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-content {
  
    align-items: center;
  
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
      position: relative;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 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-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  
  
  
  
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
    
    
  }


.s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-content {
  
    align-items: center;
  
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
      position: relative;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 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-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  
  
  
  
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
    
    
  }


.s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-content {
  
    align-items: center;
  
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
      position: relative;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  
  
  
  
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      aspect-ratio: 595/370;
      width: 100%;
      height: 100%;
    }

    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-link {
      aspect-ratio: 595/370;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
    
    
  }


.s-9605fabc-de89-40b6-8ea5-1cf698bf9196 .shogun-image-content {
  
    align-items: center;
  
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 {
      --shg-aspect-ratio: calc(595/370); 
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container {
      position: relative;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9605fabc-de89-40b6-8ea5-1cf698bf9196 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1aaa46fe-d664-40da-81b7-1a8266035d1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1aaa46fe-d664-40da-81b7-1a8266035d1d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-7667d9d9-3728-477b-b969-c39c801c8b1b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7667d9d9-3728-477b-b969-c39c801c8b1b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-cb17a7e0-381d-4fed-864a-1f9f1481d77c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-cb17a7e0-381d-4fed-864a-1f9f1481d77c .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cb17a7e0-381d-4fed-864a-1f9f1481d77c .shogun-heading-component h4 a {
  color: rgba(0, 0, 0, 1);
}


#s-691f87a6-0952-4d1b-905f-809076dcd458 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-691f87a6-0952-4d1b-905f-809076dcd458 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0px;
padding-right: 0px;
}
}







#s-691f87a6-0952-4d1b-905f-809076dcd458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-691f87a6-0952-4d1b-905f-809076dcd458.shg-box.shg-c {
  justify-content: center;
}

#s-e7aed315-dd73-437c-8880-7257ae0a780b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e7aed315-dd73-437c-8880-7257ae0a780b .shogun-heading-component h2 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-99fa7c3c-1858-450b-9965-6d988f9b1acf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-99fa7c3c-1858-450b-9965-6d988f9b1acf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99fa7c3c-1858-450b-9965-6d988f9b1acf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-99fa7c3c-1858-450b-9965-6d988f9b1acf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-99fa7c3c-1858-450b-9965-6d988f9b1acf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-331a6cfa-5921-4534-9ce9-7ad62be3d67b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-331a6cfa-5921-4534-9ce9-7ad62be3d67b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-331a6cfa-5921-4534-9ce9-7ad62be3d67b.shg-box.shg-c {
  justify-content: center;
}

#s-b360549f-3bed-4cf8-a077-0930135d439e {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b360549f-3bed-4cf8-a077-0930135d439e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b360549f-3bed-4cf8-a077-0930135d439e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
    
    
  }


.s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-content {
  
    align-items: center;
  
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b360549f-3bed-4cf8-a077-0930135d439e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
      position: relative;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b360549f-3bed-4cf8-a077-0930135d439e {
  
  
  
  
}

#s-b360549f-3bed-4cf8-a077-0930135d439e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
    
    
  }


.s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-content {
  
    align-items: center;
  
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b360549f-3bed-4cf8-a077-0930135d439e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
      position: relative;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e 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-b360549f-3bed-4cf8-a077-0930135d439e {
  
  
  
  
}

#s-b360549f-3bed-4cf8-a077-0930135d439e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
    
    
  }


.s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-content {
  
    align-items: center;
  
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b360549f-3bed-4cf8-a077-0930135d439e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
      position: relative;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e 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-b360549f-3bed-4cf8-a077-0930135d439e {
  
  
  
  
}

#s-b360549f-3bed-4cf8-a077-0930135d439e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
    
    
  }


.s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-content {
  
    align-items: center;
  
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b360549f-3bed-4cf8-a077-0930135d439e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
      position: relative;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b360549f-3bed-4cf8-a077-0930135d439e {
  
  
  
  
}

#s-b360549f-3bed-4cf8-a077-0930135d439e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b360549f-3bed-4cf8-a077-0930135d439e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
    
    
  }


.s-b360549f-3bed-4cf8-a077-0930135d439e .shogun-image-content {
  
    align-items: center;
  
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b360549f-3bed-4cf8-a077-0930135d439e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container {
      position: relative;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b360549f-3bed-4cf8-a077-0930135d439e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a408abf1-7a3d-4eb8-b3a3-1aa29446f084 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-a408abf1-7a3d-4eb8-b3a3-1aa29446f084 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-a408abf1-7a3d-4eb8-b3a3-1aa29446f084 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-a33bf93b-4398-4ddc-b189-d175ef176e03 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a33bf93b-4398-4ddc-b189-d175ef176e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a33bf93b-4398-4ddc-b189-d175ef176e03.shg-box.shg-c {
  justify-content: center;
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
    
    
  }


.s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-content {
  
    align-items: center;
  
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
      position: relative;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  
  
  
  
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
    
    
  }


.s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-content {
  
    align-items: center;
  
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
      position: relative;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 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-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  
  
  
  
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
    
    
  }


.s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-content {
  
    align-items: center;
  
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
      position: relative;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 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-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  
  
  
  
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
    
    
  }


.s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-content {
  
    align-items: center;
  
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
      position: relative;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  
  
  
  
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
    
    
  }


.s-00474e87-9f3a-49e4-8225-edfe54bc8915 .shogun-image-content {
  
    align-items: center;
  
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container {
      position: relative;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00474e87-9f3a-49e4-8225-edfe54bc8915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-77510bd1-fb41-445d-934c-c8c093621608 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77510bd1-fb41-445d-934c-c8c093621608 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-77510bd1-fb41-445d-934c-c8c093621608 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-23e3ace1-12aa-4104-a189-28844256bfca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-23e3ace1-12aa-4104-a189-28844256bfca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23e3ace1-12aa-4104-a189-28844256bfca.shg-box.shg-c {
  justify-content: center;
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
    
    
  }


.s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-content {
  
    align-items: center;
  
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4990674a-7947-4ebf-99c6-c69327f7b959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
      position: relative;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  
  
  
  
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
    
    
  }


.s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-content {
  
    align-items: center;
  
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4990674a-7947-4ebf-99c6-c69327f7b959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
      position: relative;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959 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-4990674a-7947-4ebf-99c6-c69327f7b959 {
  
  
  
  
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
    
    
  }


.s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-content {
  
    align-items: center;
  
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4990674a-7947-4ebf-99c6-c69327f7b959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
      position: relative;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959 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-4990674a-7947-4ebf-99c6-c69327f7b959 {
  
  
  
  
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
    
    
  }


.s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-content {
  
    align-items: center;
  
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4990674a-7947-4ebf-99c6-c69327f7b959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
      position: relative;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  
  
  
  
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4990674a-7947-4ebf-99c6-c69327f7b959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
    
    
  }


.s-4990674a-7947-4ebf-99c6-c69327f7b959 .shogun-image-content {
  
    align-items: center;
  
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4990674a-7947-4ebf-99c6-c69327f7b959 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container {
      position: relative;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4990674a-7947-4ebf-99c6-c69327f7b959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cca1312c-6549-434f-928c-6ac43caa7b86 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-cca1312c-6549-434f-928c-6ac43caa7b86 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cca1312c-6549-434f-928c-6ac43caa7b86 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-1e336649-5243-4e1a-9f9b-7d44a7ba2c4d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1e336649-5243-4e1a-9f9b-7d44a7ba2c4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e336649-5243-4e1a-9f9b-7d44a7ba2c4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e336649-5243-4e1a-9f9b-7d44a7ba2c4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e336649-5243-4e1a-9f9b-7d44a7ba2c4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-89080248-a5bc-4c98-89eb-4c01edc4309f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-89080248-a5bc-4c98-89eb-4c01edc4309f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89080248-a5bc-4c98-89eb-4c01edc4309f.shg-box.shg-c {
  justify-content: center;
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
    
    
  }


.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
      position: relative;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  
  
  
  
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
    
    
  }


.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
      position: relative;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 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-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  
  
  
  
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
    
    
  }


.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
      position: relative;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 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-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  
  
  
  
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
    
    
  }


.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
      position: relative;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  
  
  
  
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
    
    
  }


.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container {
      position: relative;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce7f418-fe7a-4a2d-8241-2e53cb64f286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8966e00a-9c63-4936-a162-f413c8e5ba1f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-8966e00a-9c63-4936-a162-f413c8e5ba1f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-8966e00a-9c63-4936-a162-f413c8e5ba1f .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-1a179de1-373d-4dde-a7ae-f3cb594bc1d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1a179de1-373d-4dde-a7ae-f3cb594bc1d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a179de1-373d-4dde-a7ae-f3cb594bc1d5.shg-box.shg-c {
  justify-content: center;
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
    
    
  }


.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-content {
  
    align-items: center;
  
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
      position: relative;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  
  
  
  
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
    
    
  }


.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-content {
  
    align-items: center;
  
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
      position: relative;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 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-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  
  
  
  
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
    
    
  }


.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-content {
  
    align-items: center;
  
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
      position: relative;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 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-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  
  
  
  
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
    
    
  }


.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-content {
  
    align-items: center;
  
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
      position: relative;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  
  
  
  
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
    
    
  }


.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 .shogun-image-content {
  
    align-items: center;
  
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container {
      position: relative;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6650218f-ee36-41eb-bf9c-9fe19d8b7044 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8037cb85-bc73-4d81-b90a-df8c8b79f910 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-8037cb85-bc73-4d81-b90a-df8c8b79f910 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-8037cb85-bc73-4d81-b90a-df8c8b79f910 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-c6bb5600-2393-4844-99da-1cc846d45921 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c6bb5600-2393-4844-99da-1cc846d45921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6bb5600-2393-4844-99da-1cc846d45921.shg-box.shg-c {
  justify-content: center;
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  margin-left: auto;
margin-right: auto;
max-width: 436px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
    
    
  }


.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
      position: relative;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  
  
  
  
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
    
    
  }


.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
      position: relative;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b 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-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  
  
  
  
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
    
    
  }


.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
      position: relative;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b 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-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  
  
  
  
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
    
    
  }


.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
      position: relative;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  
  
  
  
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
    
    
  }


.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container {
      position: relative;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a03390e-ca70-4cf9-aee2-8367f3bdd49b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-de476bf9-2249-4cfe-93d7-bfc1b9286484 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-de476bf9-2249-4cfe-93d7-bfc1b9286484 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-de476bf9-2249-4cfe-93d7-bfc1b9286484 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-de476bf9-2249-4cfe-93d7-bfc1b9286484 .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-d551f0a5-8ee8-493d-ac04-1f0136b463ec {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d551f0a5-8ee8-493d-ac04-1f0136b463ec {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-d551f0a5-8ee8-493d-ac04-1f0136b463ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d551f0a5-8ee8-493d-ac04-1f0136b463ec.shg-box.shg-c {
  justify-content: center;
}

#s-13bffd52-8f54-449b-b5d9-bf58e82f1ec7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-13bffd52-8f54-449b-b5d9-bf58e82f1ec7 .shogun-heading-component h3 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-7189c901-bf88-49d6-aa32-07a264b3e770 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(225, 234, 224, 1);
}

@media (min-width: 0px) {
[id="s-7189c901-bf88-49d6-aa32-07a264b3e770"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7189c901-bf88-49d6-aa32-07a264b3e770"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7189c901-bf88-49d6-aa32-07a264b3e770"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7189c901-bf88-49d6-aa32-07a264b3e770"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7189c901-bf88-49d6-aa32-07a264b3e770"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7189c901-bf88-49d6-aa32-07a264b3e770"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-7189c901-bf88-49d6-aa32-07a264b3e770"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  margin-left: auto;
margin-right: auto;
max-width: 909px;
aspect-ratio: 908/400;
text-align: left;
}



.shg-image-margin-container-s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
    
    
  }


.s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80889b61-43d9-49c2-8198-8d6497c878f8 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
      position: relative;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  
  
  
  
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
    
    
  }


.s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80889b61-43d9-49c2-8198-8d6497c878f8 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
      position: relative;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8 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-80889b61-43d9-49c2-8198-8d6497c878f8 {
  
  
  
  
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
    
    
  }


.s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80889b61-43d9-49c2-8198-8d6497c878f8 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
      position: relative;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8 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-80889b61-43d9-49c2-8198-8d6497c878f8 {
  
  
  
  
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
    
    
  }


.s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80889b61-43d9-49c2-8198-8d6497c878f8 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
      position: relative;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  
  
  
  
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      aspect-ratio: 908/400;
      width: 100%;
      height: 100%;
    }

    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-link {
      aspect-ratio: 908/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80889b61-43d9-49c2-8198-8d6497c878f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
    
    
  }


.s-80889b61-43d9-49c2-8198-8d6497c878f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80889b61-43d9-49c2-8198-8d6497c878f8 {
      --shg-aspect-ratio: calc(908/400); 
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container {
      position: relative;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80889b61-43d9-49c2-8198-8d6497c878f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-deee14ae-038f-4a32-9488-2820a2d0e2e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 30%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-deee14ae-038f-4a32-9488-2820a2d0e2e4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 15%;
}
}







#s-deee14ae-038f-4a32-9488-2820a2d0e2e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-deee14ae-038f-4a32-9488-2820a2d0e2e4.shg-box.shg-c {
  justify-content: center;
}

#s-79dd8125-6fa3-4c9b-8af7-fd7f7ef9e507 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-79dd8125-6fa3-4c9b-8af7-fd7f7ef9e507 .shogun-heading-component h3 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1a1432bb-6c38-49ad-ad16-c30bdb3a0f76 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
}

#s-54495f7d-75ea-485c-85e7-ec33a97230d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-54495f7d-75ea-485c-85e7-ec33a97230d0:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-54495f7d-75ea-485c-85e7-ec33a97230d0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-54495f7d-75ea-485c-85e7-ec33a97230d0-root {
    text-align: left;
  }


#s-54495f7d-75ea-485c-85e7-ec33a97230d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54495f7d-75ea-485c-85e7-ec33a97230d0-root {
    text-align: left;
  }


#s-54495f7d-75ea-485c-85e7-ec33a97230d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54495f7d-75ea-485c-85e7-ec33a97230d0-root {
    text-align: left;
  }


#s-54495f7d-75ea-485c-85e7-ec33a97230d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54495f7d-75ea-485c-85e7-ec33a97230d0-root {
    text-align: left;
  }


#s-54495f7d-75ea-485c-85e7-ec33a97230d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54495f7d-75ea-485c-85e7-ec33a97230d0-root {
    text-align: left;
  }


#s-54495f7d-75ea-485c-85e7-ec33a97230d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-85e5d705-9fa7-446b-bbbc-4dabd91900e2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-85e5d705-9fa7-446b-bbbc-4dabd91900e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85e5d705-9fa7-446b-bbbc-4dabd91900e2.shg-box.shg-c {
  justify-content: center;
}

.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);
}

.swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.swiper-container > .swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper:not(.swiper-initialized) ~ .swiper-pagination,
.swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.swiper-container > .swiper-button-prev,
.swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.swiper-container > .swiper-button-prev {
  left: 0;
}

.swiper-container > .swiper-button-next {
  right: 0;
}

.swiper-container > .swiper-button-next:after,
.swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.swiper-container > .swiper-button-next svg,
.swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}
#s-75edc009-185f-46b8-a383-c8c799fdffb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-75edc009-185f-46b8-a383-c8c799fdffb2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-75edc009-185f-46b8-a383-c8c799fdffb2 > .swiper-button-prev,
#slider-v3-s-75edc009-185f-46b8-a383-c8c799fdffb2 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-75edc009-185f-46b8-a383-c8c799fdffb2 > .swiper-button-next svg,
#slider-v3-s-75edc009-185f-46b8-a383-c8c799fdffb2 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-e01d6016-0ce1-4f29-a267-8cd682a6cd1d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e01d6016-0ce1-4f29-a267-8cd682a6cd1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e01d6016-0ce1-4f29-a267-8cd682a6cd1d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-e01d6016-0ce1-4f29-a267-8cd682a6cd1d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-e01d6016-0ce1-4f29-a267-8cd682a6cd1d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-dbc653bf-c33a-4da7-823b-21ad058657ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-dbc653bf-c33a-4da7-823b-21ad058657ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbc653bf-c33a-4da7-823b-21ad058657ab.shg-box.shg-c {
  justify-content: center;
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
    
    
  }


.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
      position: relative;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  
  
  
  
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
    
    
  }


.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
      position: relative;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 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-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  
  
  
  
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
    
    
  }


.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
      position: relative;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 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-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  
  
  
  
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
    
    
  }


.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
      position: relative;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  
  
  
  
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
    
    
  }


.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container {
      position: relative;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cc4bd18-5fe7-46ce-be1d-662f62e3da92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e102580c-9e0b-4d09-a358-7b1e04918c7a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e102580c-9e0b-4d09-a358-7b1e04918c7a .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0c144da8-3a42-432c-be9e-ad3bed23b7ab-root {
    text-align: left;
  }


#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c144da8-3a42-432c-be9e-ad3bed23b7ab-root {
    text-align: left;
  }


#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c144da8-3a42-432c-be9e-ad3bed23b7ab-root {
    text-align: left;
  }


#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c144da8-3a42-432c-be9e-ad3bed23b7ab-root {
    text-align: left;
  }


#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c144da8-3a42-432c-be9e-ad3bed23b7ab-root {
    text-align: left;
  }


#s-0c144da8-3a42-432c-be9e-ad3bed23b7ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-8ad4a4fa-428a-4fea-bd30-1af8de1fde9d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-8ad4a4fa-428a-4fea-bd30-1af8de1fde9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ad4a4fa-428a-4fea-bd30-1af8de1fde9d.shg-box.shg-c {
  justify-content: center;
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
    
    
  }


.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
      position: relative;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  
  
  
  
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
    
    
  }


.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
      position: relative;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 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-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  
  
  
  
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
    
    
  }


.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
      position: relative;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 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-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  
  
  
  
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
    
    
  }


.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
      position: relative;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  
  
  
  
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
    
    
  }


.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container {
      position: relative;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3fa7ddc-0186-4c35-bcb3-05d2d11de261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-47c294d7-59e8-4e15-8f6d-7ad4b190c98a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47c294d7-59e8-4e15-8f6d-7ad4b190c98a .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4-root {
    text-align: left;
  }


#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4-root {
    text-align: left;
  }


#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4-root {
    text-align: left;
  }


#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4-root {
    text-align: left;
  }


#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4-root {
    text-align: left;
  }


#s-e9114f1f-01c1-477f-9f8f-dd5e67661ce4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-10db96bc-5de7-420a-a735-785562b09625 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-10db96bc-5de7-420a-a735-785562b09625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10db96bc-5de7-420a-a735-785562b09625.shg-box.shg-c {
  justify-content: center;
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
    
    
  }


.s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecc13d93-2e33-47d2-83bb-37283042be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
      position: relative;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  
  
  
  
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
    
    
  }


.s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecc13d93-2e33-47d2-83bb-37283042be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
      position: relative;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c 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-ecc13d93-2e33-47d2-83bb-37283042be6c {
  
  
  
  
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
    
    
  }


.s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecc13d93-2e33-47d2-83bb-37283042be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
      position: relative;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c 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-ecc13d93-2e33-47d2-83bb-37283042be6c {
  
  
  
  
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
    
    
  }


.s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecc13d93-2e33-47d2-83bb-37283042be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
      position: relative;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  
  
  
  
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecc13d93-2e33-47d2-83bb-37283042be6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
    
    
  }


.s-ecc13d93-2e33-47d2-83bb-37283042be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecc13d93-2e33-47d2-83bb-37283042be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container {
      position: relative;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecc13d93-2e33-47d2-83bb-37283042be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fdc88840-21ce-435e-b448-4b39f2ccd896 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fdc88840-21ce-435e-b448-4b39f2ccd896 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d6e2972c-35a7-4376-aa91-f920de98c5f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d6e2972c-35a7-4376-aa91-f920de98c5f8:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d6e2972c-35a7-4376-aa91-f920de98c5f8:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d6e2972c-35a7-4376-aa91-f920de98c5f8-root {
    text-align: left;
  }


#s-d6e2972c-35a7-4376-aa91-f920de98c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6e2972c-35a7-4376-aa91-f920de98c5f8-root {
    text-align: left;
  }


#s-d6e2972c-35a7-4376-aa91-f920de98c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6e2972c-35a7-4376-aa91-f920de98c5f8-root {
    text-align: left;
  }


#s-d6e2972c-35a7-4376-aa91-f920de98c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6e2972c-35a7-4376-aa91-f920de98c5f8-root {
    text-align: left;
  }


#s-d6e2972c-35a7-4376-aa91-f920de98c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6e2972c-35a7-4376-aa91-f920de98c5f8-root {
    text-align: left;
  }


#s-d6e2972c-35a7-4376-aa91-f920de98c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-d2f9cbc4-cc04-4cf7-9685-fe5a43f92bc1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d2f9cbc4-cc04-4cf7-9685-fe5a43f92bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2f9cbc4-cc04-4cf7-9685-fe5a43f92bc1.shg-box.shg-c {
  justify-content: center;
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
    
    
  }


.s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-content {
  
    align-items: center;
  
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
      position: relative;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  
  
  
  
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
    
    
  }


.s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-content {
  
    align-items: center;
  
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
      position: relative;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 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-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  
  
  
  
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
    
    
  }


.s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-content {
  
    align-items: center;
  
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
      position: relative;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 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-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  
  
  
  
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
    
    
  }


.s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-content {
  
    align-items: center;
  
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
      position: relative;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  
  
  
  
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
    
    
  }


.s-79601f52-ba0a-4793-87fd-1592ba7b7773 .shogun-image-content {
  
    align-items: center;
  
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container {
      position: relative;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79601f52-ba0a-4793-87fd-1592ba7b7773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-35b58304-f5a1-42eb-bdd5-e903f1ccdb0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35b58304-f5a1-42eb-bdd5-e903f1ccdb0d .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f-root {
    text-align: left;
  }


#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f-root {
    text-align: left;
  }


#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f-root {
    text-align: left;
  }


#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f-root {
    text-align: left;
  }


#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f-root {
    text-align: left;
  }


#s-e93e63fd-f2e9-446f-ae03-ca64cfd37c2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c390a3b0-d506-4ecb-86bb-e5609c2584d1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c390a3b0-d506-4ecb-86bb-e5609c2584d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c390a3b0-d506-4ecb-86bb-e5609c2584d1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-c390a3b0-d506-4ecb-86bb-e5609c2584d1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-c390a3b0-d506-4ecb-86bb-e5609c2584d1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-042c16d6-5e6f-4052-873e-de58c3f6c280 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-042c16d6-5e6f-4052-873e-de58c3f6c280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-042c16d6-5e6f-4052-873e-de58c3f6c280.shg-box.shg-c {
  justify-content: center;
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
    
    
  }


.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
      position: relative;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  
  
  
  
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
    
    
  }


.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
      position: relative;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 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-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  
  
  
  
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
    
    
  }


.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
      position: relative;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 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-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  
  
  
  
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
    
    
  }


.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
      position: relative;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  
  
  
  
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
    
    
  }


.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 .shogun-image-content {
  
    align-items: center;
  
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container {
      position: relative;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-461d6bf8-b307-4425-9c00-4bbd9aefdc90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3c18face-04ba-4cbc-8fe0-71f802e3da29 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c18face-04ba-4cbc-8fe0-71f802e3da29 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-db90ef64-8e3d-42c0-b049-582fcdc91d4a-root {
    text-align: left;
  }


#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db90ef64-8e3d-42c0-b049-582fcdc91d4a-root {
    text-align: left;
  }


#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db90ef64-8e3d-42c0-b049-582fcdc91d4a-root {
    text-align: left;
  }


#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db90ef64-8e3d-42c0-b049-582fcdc91d4a-root {
    text-align: left;
  }


#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db90ef64-8e3d-42c0-b049-582fcdc91d4a-root {
    text-align: left;
  }


#s-db90ef64-8e3d-42c0-b049-582fcdc91d4a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-de31ec05-4440-41e1-8ab1-e12a5699b40c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-de31ec05-4440-41e1-8ab1-e12a5699b40c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de31ec05-4440-41e1-8ab1-e12a5699b40c.shg-box.shg-c {
  justify-content: center;
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
    
    
  }


.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-content {
  
    align-items: center;
  
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
      position: relative;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  
  
  
  
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
    
    
  }


.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-content {
  
    align-items: center;
  
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
      position: relative;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a 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-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  
  
  
  
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
    
    
  }


.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-content {
  
    align-items: center;
  
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
      position: relative;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a 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-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  
  
  
  
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
    
    
  }


.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-content {
  
    align-items: center;
  
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
      position: relative;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  
  
  
  
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
    
    
  }


.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a .shogun-image-content {
  
    align-items: center;
  
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container {
      position: relative;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d3f85df-cedf-4bc1-85f7-6758ae22956a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-edb3601b-3fc2-416e-8cb0-902a2da01e4f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-edb3601b-3fc2-416e-8cb0-902a2da01e4f .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364-root {
    text-align: left;
  }


#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364-root {
    text-align: left;
  }


#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364-root {
    text-align: left;
  }


#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364-root {
    text-align: left;
  }


#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364-root {
    text-align: left;
  }


#s-9d476e4c-0dcf-4c8d-a724-b7433bcd1364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e920bb3c-396d-4ce4-b74a-96d3cabac3f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e920bb3c-396d-4ce4-b74a-96d3cabac3f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e920bb3c-396d-4ce4-b74a-96d3cabac3f5.shg-box.shg-c {
  justify-content: center;
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
    
    
  }


.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
      position: relative;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  
  
  
  
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
    
    
  }


.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
      position: relative;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 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-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  
  
  
  
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
    
    
  }


.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
      position: relative;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 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-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  
  
  
  
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
    
    
  }


.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
      position: relative;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  
  
  
  
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
    
    
  }


.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container {
      position: relative;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1088b19f-beb9-4ed3-92f3-4380dec2edf6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3dd38c8c-fc88-4496-9daa-f01a3653e496 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3dd38c8c-fc88-4496-9daa-f01a3653e496 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15-root {
    text-align: left;
  }


#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15-root {
    text-align: left;
  }


#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15-root {
    text-align: left;
  }


#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15-root {
    text-align: left;
  }


#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15-root {
    text-align: left;
  }


#s-c57d8d7a-4526-4f1d-a690-ccb2ba136c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-bf319bc3-25db-475f-9661-d1b610d94671 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-bf319bc3-25db-475f-9661-d1b610d94671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf319bc3-25db-475f-9661-d1b610d94671.shg-box.shg-c {
  justify-content: center;
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
    
    
  }


.s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
      position: relative;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  
  
  
  
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
    
    
  }


.s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
      position: relative;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 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-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  
  
  
  
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
    
    
  }


.s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
      position: relative;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 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-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  
  
  
  
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
    
    
  }


.s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
      position: relative;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  
  
  
  
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
    
    
  }


.s-ca61bd3c-7e50-4816-91c4-6c8586036519 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container {
      position: relative;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca61bd3c-7e50-4816-91c4-6c8586036519 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0b214f10-9c1d-4f4b-956c-f2151d9fb4ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b214f10-9c1d-4f4b-956c-f2151d9fb4ae .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1-root {
    text-align: left;
  }


#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1-root {
    text-align: left;
  }


#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1-root {
    text-align: left;
  }


#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1-root {
    text-align: left;
  }


#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1-root {
    text-align: left;
  }


#s-e5534934-9a6d-48b3-8dd0-5e5748ee5de1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-33e4541d-e7a8-4c87-a492-1a7c077b6220 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-33e4541d-e7a8-4c87-a492-1a7c077b6220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33e4541d-e7a8-4c87-a492-1a7c077b6220.shg-box.shg-c {
  justify-content: center;
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  margin-left: auto;
margin-right: auto;
max-width: 243px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
    
    
  }


.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
      position: relative;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  
  
  
  
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
    
    
  }


.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
      position: relative;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 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-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  
  
  
  
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
    
    
  }


.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
      position: relative;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 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-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  
  
  
  
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
    
    
  }


.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
      position: relative;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  
  
  
  
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
    
    
  }


.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container {
      position: relative;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7543447b-5d66-4fef-91c4-9ff0906ee2f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-44bab4ad-08c7-443e-99d0-0c26cb554f21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44bab4ad-08c7-443e-99d0-0c26cb554f21 .shogun-heading-component h6 {
  
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dd0d5008-f688-444d-87f6-cd7ce0b8c902-root {
    text-align: left;
  }


#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd0d5008-f688-444d-87f6-cd7ce0b8c902-root {
    text-align: left;
  }


#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd0d5008-f688-444d-87f6-cd7ce0b8c902-root {
    text-align: left;
  }


#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd0d5008-f688-444d-87f6-cd7ce0b8c902-root {
    text-align: left;
  }


#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd0d5008-f688-444d-87f6-cd7ce0b8c902-root {
    text-align: left;
  }


#s-dd0d5008-f688-444d-87f6-cd7ce0b8c902.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a625d8c6-8ad2-433c-bf8c-8efc2e8543c9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(55, 53, 52, 1);
}
@media (max-width: 767px){#s-a625d8c6-8ad2-433c-bf8c-8efc2e8543c9 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-a625d8c6-8ad2-433c-bf8c-8efc2e8543c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a625d8c6-8ad2-433c-bf8c-8efc2e8543c9.shg-box.shg-c {
  justify-content: center;
}

#s-d47ebf1c-600e-4883-9cad-7e0d8721ee29 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d47ebf1c-600e-4883-9cad-7e0d8721ee29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d47ebf1c-600e-4883-9cad-7e0d8721ee29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d47ebf1c-600e-4883-9cad-7e0d8721ee29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d47ebf1c-600e-4883-9cad-7e0d8721ee29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d47ebf1c-600e-4883-9cad-7e0d8721ee29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d47ebf1c-600e-4883-9cad-7e0d8721ee29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d47ebf1c-600e-4883-9cad-7e0d8721ee29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

#s-7f1b36b3-ccaa-4425-b6fc-19314d570ede {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 20%;
padding-bottom: 10%;
padding-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-7f1b36b3-ccaa-4425-b6fc-19314d570ede {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-7f1b36b3-ccaa-4425-b6fc-19314d570ede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f1b36b3-ccaa-4425-b6fc-19314d570ede.shg-box.shg-c {
  justify-content: center;
}

#s-7d44fadc-33a5-4997-a247-e574affe5b17 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 3px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7d44fadc-33a5-4997-a247-e574affe5b17:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7d44fadc-33a5-4997-a247-e574affe5b17:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-7d44fadc-33a5-4997-a247-e574affe5b17-root {
    text-align: left;
  }


#s-7d44fadc-33a5-4997-a247-e574affe5b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d44fadc-33a5-4997-a247-e574affe5b17-root {
    text-align: left;
  }


#s-7d44fadc-33a5-4997-a247-e574affe5b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d44fadc-33a5-4997-a247-e574affe5b17-root {
    text-align: left;
  }


#s-7d44fadc-33a5-4997-a247-e574affe5b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d44fadc-33a5-4997-a247-e574affe5b17-root {
    text-align: left;
  }


#s-7d44fadc-33a5-4997-a247-e574affe5b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d44fadc-33a5-4997-a247-e574affe5b17-root {
    text-align: left;
  }


#s-7d44fadc-33a5-4997-a247-e574affe5b17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-edc461eb-119a-4a23-93f8-baa509efdfef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-edc461eb-119a-4a23-93f8-baa509efdfef .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-f216efea-fef0-4bef-a93d-54f4a3339f53 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f216efea-fef0-4bef-a93d-54f4a3339f53:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f216efea-fef0-4bef-a93d-54f4a3339f53:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f216efea-fef0-4bef-a93d-54f4a3339f53-root {
    text-align: left;
  }


#s-f216efea-fef0-4bef-a93d-54f4a3339f53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f216efea-fef0-4bef-a93d-54f4a3339f53-root {
    text-align: left;
  }


#s-f216efea-fef0-4bef-a93d-54f4a3339f53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f216efea-fef0-4bef-a93d-54f4a3339f53-root {
    text-align: left;
  }


#s-f216efea-fef0-4bef-a93d-54f4a3339f53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f216efea-fef0-4bef-a93d-54f4a3339f53-root {
    text-align: left;
  }


#s-f216efea-fef0-4bef-a93d-54f4a3339f53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f216efea-fef0-4bef-a93d-54f4a3339f53-root {
    text-align: left;
  }


#s-f216efea-fef0-4bef-a93d-54f4a3339f53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-887c39a8-e3da-4628-b013-c78704c94bdf {
  margin-left: auto;
margin-right: auto;
max-width: 856px;
aspect-ratio: 826/400;
text-align: right;
}



.shg-image-margin-container-s-887c39a8-e3da-4628-b013-c78704c94bdf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      aspect-ratio: 826/400;
      width: 100%;
      height: 100%;
    }

    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-link {
      aspect-ratio: 826/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
    
    
  }


.s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887c39a8-e3da-4628-b013-c78704c94bdf {
      --shg-aspect-ratio: calc(826/400); 
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
      position: relative;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-887c39a8-e3da-4628-b013-c78704c94bdf {
  
  
  
  
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      aspect-ratio: 826/400;
      width: 100%;
      height: 100%;
    }

    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-link {
      aspect-ratio: 826/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
    
    
  }


.s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887c39a8-e3da-4628-b013-c78704c94bdf {
      --shg-aspect-ratio: calc(826/400); 
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
      position: relative;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf 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-887c39a8-e3da-4628-b013-c78704c94bdf {
  
  
  
  
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      aspect-ratio: 826/400;
      width: 100%;
      height: 100%;
    }

    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-link {
      aspect-ratio: 826/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
    
    
  }


.s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887c39a8-e3da-4628-b013-c78704c94bdf {
      --shg-aspect-ratio: calc(826/400); 
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
      position: relative;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf 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-887c39a8-e3da-4628-b013-c78704c94bdf {
  
  
  
  
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      aspect-ratio: 826/400;
      width: 100%;
      height: 100%;
    }

    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-link {
      aspect-ratio: 826/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
    
    
  }


.s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887c39a8-e3da-4628-b013-c78704c94bdf {
      --shg-aspect-ratio: calc(826/400); 
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
      position: relative;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-887c39a8-e3da-4628-b013-c78704c94bdf {
  
  
  
  
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      aspect-ratio: 826/400;
      width: 100%;
      height: 100%;
    }

    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-link {
      aspect-ratio: 826/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887c39a8-e3da-4628-b013-c78704c94bdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
    
    
  }


.s-887c39a8-e3da-4628-b013-c78704c94bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887c39a8-e3da-4628-b013-c78704c94bdf {
      --shg-aspect-ratio: calc(826/400); 
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container {
      position: relative;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887c39a8-e3da-4628-b013-c78704c94bdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-85ab257f-7854-4a05-b3d2-c1d391d4d705 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-85ab257f-7854-4a05-b3d2-c1d391d4d705 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-85ab257f-7854-4a05-b3d2-c1d391d4d705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ab257f-7854-4a05-b3d2-c1d391d4d705.shg-box.shg-c {
  justify-content: center;
}

#s-5ca84e1e-2159-46aa-9041-84e5369e6882 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ca84e1e-2159-46aa-9041-84e5369e6882 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-0ba441f0-1805-4de1-8401-cb7d62882916 {
  margin-left: auto;
margin-right: auto;
}

#s-39e172c4-e408-4028-b985-e77526f43c5a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39e172c4-e408-4028-b985-e77526f43c5a .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-5ad3a657-ea37-483e-abaf-89c6b970c58c {
  margin-left: auto;
margin-right: auto;
}

#s-1be628a7-be3a-47b7-8d5b-57a38624d1ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1be628a7-be3a-47b7-8d5b-57a38624d1ed .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-fea2b958-08c5-49e0-9544-d18ebaaa1162 {
  margin-left: auto;
margin-right: auto;
}

#s-9ba664f7-f09c-4e45-82de-a9657acdcad7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ba664f7-f09c-4e45-82de-a9657acdcad7 .shogun-heading-component h4 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-9a9bf45a-3cdc-4b3a-aeae-db6b7fc36ad1 {
  margin-left: auto;
margin-right: auto;
}

#s-0d2b5bde-0dd4-4ab0-b627-6b0ab344c663 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-0d2b5bde-0dd4-4ab0-b627-6b0ab344c663 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-0d2b5bde-0dd4-4ab0-b627-6b0ab344c663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d2b5bde-0dd4-4ab0-b627-6b0ab344c663.shg-box.shg-c {
  justify-content: center;
}

#s-797dc750-9e74-4732-a049-8e883023ef6f {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
  }
}
