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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 {
  background-image: url(https://i.shgcdn.com/6768980d-f93c-4956-88ae-9f923fe4e39f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8efe0cd3-ccea-42d3-95d5-c8dc849e28f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  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-12bec757-97d2-405d-8dd1-25b75738da90 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-12bec757-97d2-405d-8dd1-25b75738da90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12bec757-97d2-405d-8dd1-25b75738da90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12bec757-97d2-405d-8dd1-25b75738da90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12bec757-97d2-405d-8dd1-25b75738da90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12bec757-97d2-405d-8dd1-25b75738da90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12bec757-97d2-405d-8dd1-25b75738da90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12bec757-97d2-405d-8dd1-25b75738da90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-8132dd1b-c960-4196-a722-98a14d216da0 {
  text-align: left;
}

#s-47c845e0-94e7-4cbb-9e2b-9dcb2e7a328b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-47c845e0-94e7-4cbb-9e2b-9dcb2e7a328b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47c845e0-94e7-4cbb-9e2b-9dcb2e7a328b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bc888b5-9041-415f-bc9b-147b2384ccf4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8bc888b5-9041-415f-bc9b-147b2384ccf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bc888b5-9041-415f-bc9b-147b2384ccf4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8bc888b5-9041-415f-bc9b-147b2384ccf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8bc888b5-9041-415f-bc9b-147b2384ccf4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8bc888b5-9041-415f-bc9b-147b2384ccf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bc888b5-9041-415f-bc9b-147b2384ccf4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8bc888b5-9041-415f-bc9b-147b2384ccf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  margin-left: auto;
margin-right: auto;
max-width: 4798px;
aspect-ratio: 4798/4117;
text-align: center;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  margin: 0 !important;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }

    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-link {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4798px;
  }



  img.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
    
    
    
    max-height: 4798px;
  }


.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
      --shg-aspect-ratio: calc(4798/4117); 
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
      position: relative;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4798px;
    }
  }

@media (min-width: 1200px){#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  margin: 0 !important;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }

    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-link {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4798px;
  }



  img.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
    
    
    
    max-height: 4798px;
  }


.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
      --shg-aspect-ratio: calc(4798/4117); 
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
      position: relative;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4798px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  margin: 0 !important;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }

    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-link {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4798px;
  }



  img.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
    
    
    
    max-height: 4798px;
  }


.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
      --shg-aspect-ratio: calc(4798/4117); 
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
      position: relative;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4798px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  margin: 0 !important;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }

    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-link {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4798px;
  }



  img.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
    
    
    
    max-height: 4798px;
  }


.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
      --shg-aspect-ratio: calc(4798/4117); 
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
      position: relative;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4798px;
    }
  }

}@media (max-width: 767px){#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  margin: 0 !important;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }

    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-link {
      aspect-ratio: 4798/4117;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4798px;
  }



  img.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
    
    
    
    max-height: 4798px;
  }


.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 {
      --shg-aspect-ratio: calc(4798/4117); 
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container {
      position: relative;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a8706bd-1da5-4ede-ad73-176c5e4ed663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4798px;
    }
  }

}
#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 150px;
text-align: center;
}
@media (min-width: 1200px){#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  display: none;
}
#s-81424e76-464f-44e8-813a-db2f3f004ed1, #wrap-s-81424e76-464f-44e8-813a-db2f3f004ed1, #wrap-content-s-81424e76-464f-44e8-813a-db2f3f004ed1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  display: none;
}
#s-81424e76-464f-44e8-813a-db2f3f004ed1, #wrap-s-81424e76-464f-44e8-813a-db2f3f004ed1, #wrap-content-s-81424e76-464f-44e8-813a-db2f3f004ed1 { display: none !important; }}
#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  margin: 0 !important;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81424e76-464f-44e8-813a-db2f3f004ed1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  margin: 0 !important;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81424e76-464f-44e8-813a-db2f3f004ed1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  margin: 0 !important;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81424e76-464f-44e8-813a-db2f3f004ed1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  margin: 0 !important;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81424e76-464f-44e8-813a-db2f3f004ed1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  margin: 0 !important;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81424e76-464f-44e8-813a-db2f3f004ed1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81424e76-464f-44e8-813a-db2f3f004ed1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81424e76-464f-44e8-813a-db2f3f004ed1.shogun-image {
  box-sizing: border-box;
}




}
#s-3fea9bae-327c-4914-8050-6d543c8a0741 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
background-color: rgba(235, 128, 188, 1);
}








#s-3fea9bae-327c-4914-8050-6d543c8a0741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fea9bae-327c-4914-8050-6d543c8a0741.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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-66ecbf71-183f-483a-b709-a367a46fa768 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66ecbf71-183f-483a-b709-a367a46fa768 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0e793a1e-298b-428b-ba82-1c8c4bf581e5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0e793a1e-298b-428b-ba82-1c8c4bf581e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e793a1e-298b-428b-ba82-1c8c4bf581e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e793a1e-298b-428b-ba82-1c8c4bf581e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e793a1e-298b-428b-ba82-1c8c4bf581e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e793a1e-298b-428b-ba82-1c8c4bf581e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e793a1e-298b-428b-ba82-1c8c4bf581e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e793a1e-298b-428b-ba82-1c8c4bf581e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::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-725c1a04-d547-4d47-8bc1-bc1f7ef13896 {
  padding-top: 15px;
padding-left: 8%;
padding-bottom: 15px;
padding-right: 8%;
}

.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-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a {
  margin-top: 19px;
margin-left: 2%;
margin-bottom: 19px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 10, 42, 1);
border-style: none;
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a-root {
    text-align: center;
  }


#s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a-root {
    text-align: center;
  }


#s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a-root {
    text-align: center;
  }


#s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a-root {
    text-align: center;
  }


#s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a-root {
    text-align: center;
  }


#s-4aa7ff4f-be12-4206-bf09-38a8d0c0db2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  margin-top: 100px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  display: none;
}
#s-7d7bf97e-e324-4c09-ab17-deafffe50020, #wrap-s-7d7bf97e-e324-4c09-ab17-deafffe50020, #wrap-content-s-7d7bf97e-e324-4c09-ab17-deafffe50020 { display: none !important; }}@media (max-width: 767px){#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  display: none;
}
#s-7d7bf97e-e324-4c09-ab17-deafffe50020, #wrap-s-7d7bf97e-e324-4c09-ab17-deafffe50020, #wrap-content-s-7d7bf97e-e324-4c09-ab17-deafffe50020 { display: none !important; }}
#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  margin: 0 !important;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 100px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 100px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7d7bf97e-e324-4c09-ab17-deafffe50020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  margin: 0 !important;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7d7bf97e-e324-4c09-ab17-deafffe50020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  margin: 0 !important;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7d7bf97e-e324-4c09-ab17-deafffe50020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  margin: 0 !important;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7d7bf97e-e324-4c09-ab17-deafffe50020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  margin: 0 !important;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7d7bf97e-e324-4c09-ab17-deafffe50020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7d7bf97e-e324-4c09-ab17-deafffe50020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d7bf97e-e324-4c09-ab17-deafffe50020.shogun-image {
  box-sizing: border-box;
}




}
#s-aa9ea528-1526-4a75-9a1f-f0c87b222008 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa9ea528-1526-4a75-9a1f-f0c87b222008 {
  display: none;
}
#s-aa9ea528-1526-4a75-9a1f-f0c87b222008, #wrap-s-aa9ea528-1526-4a75-9a1f-f0c87b222008, #wrap-content-s-aa9ea528-1526-4a75-9a1f-f0c87b222008 { display: none !important; }}@media (max-width: 767px){#s-aa9ea528-1526-4a75-9a1f-f0c87b222008 {
  display: none;
}
#s-aa9ea528-1526-4a75-9a1f-f0c87b222008, #wrap-s-aa9ea528-1526-4a75-9a1f-f0c87b222008, #wrap-content-s-aa9ea528-1526-4a75-9a1f-f0c87b222008 { display: none !important; }}
@media (min-width: 0px) {
[id="s-aa9ea528-1526-4a75-9a1f-f0c87b222008"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa9ea528-1526-4a75-9a1f-f0c87b222008"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-aa9ea528-1526-4a75-9a1f-f0c87b222008"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa9ea528-1526-4a75-9a1f-f0c87b222008"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  margin: 0 !important;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}





  img.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  margin: 0 !important;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  margin: 0 !important;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  margin: 0 !important;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  margin: 0 !important;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a19a4f0e-3dcd-4cc1-9f12-335c8c3dc371.shogun-image {
  box-sizing: border-box;
}




}
#s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39cbeac4-f16c-4ad5-accb-c62ce8e049bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ae94b4ac-7b23-4936-9f28-39e1807af1b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(220, 130, 24, 1);
border-style: none;
border-radius: 25px;
text-align: center;
background-color: rgba(235, 128, 188, 1);
}

#s-ae94b4ac-7b23-4936-9f28-39e1807af1b0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-0ee09b51-21a9-46e4-b989-f74f908a93cc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0ee09b51-21a9-46e4-b989-f74f908a93cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ee09b51-21a9-46e4-b989-f74f908a93cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ee09b51-21a9-46e4-b989-f74f908a93cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ee09b51-21a9-46e4-b989-f74f908a93cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0ee09b51-21a9-46e4-b989-f74f908a93cc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bcaadab7-bf9d-4f61-be53-0138eb805bfa {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-bcaadab7-bf9d-4f61-be53-0138eb805bfa {
  
}
}







#s-bcaadab7-bf9d-4f61-be53-0138eb805bfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcaadab7-bf9d-4f61-be53-0138eb805bfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da550d0a-a339-4a49-be86-4902f9cf7d2c {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-da550d0a-a339-4a49-be86-4902f9cf7d2c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-da550d0a-a339-4a49-be86-4902f9cf7d2c:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-da550d0a-a339-4a49-be86-4902f9cf7d2c-root {
    text-align: center;
  }


#s-da550d0a-a339-4a49-be86-4902f9cf7d2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da550d0a-a339-4a49-be86-4902f9cf7d2c-root {
    text-align: center;
  }


#s-da550d0a-a339-4a49-be86-4902f9cf7d2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da550d0a-a339-4a49-be86-4902f9cf7d2c-root {
    text-align: center;
  }


#s-da550d0a-a339-4a49-be86-4902f9cf7d2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da550d0a-a339-4a49-be86-4902f9cf7d2c-root {
    text-align: center;
  }


#s-da550d0a-a339-4a49-be86-4902f9cf7d2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da550d0a-a339-4a49-be86-4902f9cf7d2c-root {
    text-align: center;
  }


#s-da550d0a-a339-4a49-be86-4902f9cf7d2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-cfadad73-c77b-4b86-a882-1cdf5c647820 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  margin: 0 !important;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
      position: relative;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  margin: 0 !important;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
      position: relative;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  margin: 0 !important;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
      position: relative;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  margin: 0 !important;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
      position: relative;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  margin: 0 !important;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-21c57e2c-9093-44a8-9c87-4682d60e5c66 .shogun-image-content {
  
    justify-content: center;
  
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container {
      position: relative;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c57e2c-9093-44a8-9c87-4682d60e5c66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
@media (min-width: 1200px){#s-0de78faa-58eb-43cd-a9ba-71b14c6492f8 {
  display: none;
}
#s-0de78faa-58eb-43cd-a9ba-71b14c6492f8, #wrap-s-0de78faa-58eb-43cd-a9ba-71b14c6492f8, #wrap-content-s-0de78faa-58eb-43cd-a9ba-71b14c6492f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0de78faa-58eb-43cd-a9ba-71b14c6492f8 {
  display: none;
}
#s-0de78faa-58eb-43cd-a9ba-71b14c6492f8, #wrap-s-0de78faa-58eb-43cd-a9ba-71b14c6492f8, #wrap-content-s-0de78faa-58eb-43cd-a9ba-71b14c6492f8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0de78faa-58eb-43cd-a9ba-71b14c6492f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0de78faa-58eb-43cd-a9ba-71b14c6492f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0de78faa-58eb-43cd-a9ba-71b14c6492f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0de78faa-58eb-43cd-a9ba-71b14c6492f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0de78faa-58eb-43cd-a9ba-71b14c6492f8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-db4ca4a1-7e79-4261-b62d-880c607f2ff5 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-db4ca4a1-7e79-4261-b62d-880c607f2ff5 {
  
}
}







#s-db4ca4a1-7e79-4261-b62d-880c607f2ff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db4ca4a1-7e79-4261-b62d-880c607f2ff5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09182ace-970d-4b62-a5ca-b0249643444d {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-09182ace-970d-4b62-a5ca-b0249643444d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-09182ace-970d-4b62-a5ca-b0249643444d:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-09182ace-970d-4b62-a5ca-b0249643444d-root {
    text-align: center;
  }


#s-09182ace-970d-4b62-a5ca-b0249643444d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09182ace-970d-4b62-a5ca-b0249643444d-root {
    text-align: center;
  }


#s-09182ace-970d-4b62-a5ca-b0249643444d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09182ace-970d-4b62-a5ca-b0249643444d-root {
    text-align: center;
  }


#s-09182ace-970d-4b62-a5ca-b0249643444d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09182ace-970d-4b62-a5ca-b0249643444d-root {
    text-align: center;
  }


#s-09182ace-970d-4b62-a5ca-b0249643444d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09182ace-970d-4b62-a5ca-b0249643444d-root {
    text-align: center;
  }


#s-09182ace-970d-4b62-a5ca-b0249643444d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-9b06219a-04f1-4ef6-a290-dad12aa3f75b {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  margin: 0 !important;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
      position: relative;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  margin: 0 !important;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
      position: relative;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  margin: 0 !important;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
      position: relative;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  margin: 0 !important;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
      position: relative;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  margin: 0 !important;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-374b8e8a-f952-4954-84e6-5f44f10e9adf .shogun-image-content {
  
    justify-content: center;
  
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container {
      position: relative;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374b8e8a-f952-4954-84e6-5f44f10e9adf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-08e13275-1d77-491d-bd96-fdf18d9f30ed {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08e13275-1d77-491d-bd96-fdf18d9f30ed {
  display: none;
}
#s-08e13275-1d77-491d-bd96-fdf18d9f30ed, #wrap-s-08e13275-1d77-491d-bd96-fdf18d9f30ed, #wrap-content-s-08e13275-1d77-491d-bd96-fdf18d9f30ed { display: none !important; }}@media (max-width: 767px){#s-08e13275-1d77-491d-bd96-fdf18d9f30ed {
  display: none;
}
#s-08e13275-1d77-491d-bd96-fdf18d9f30ed, #wrap-s-08e13275-1d77-491d-bd96-fdf18d9f30ed, #wrap-content-s-08e13275-1d77-491d-bd96-fdf18d9f30ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-08e13275-1d77-491d-bd96-fdf18d9f30ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08e13275-1d77-491d-bd96-fdf18d9f30ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08e13275-1d77-491d-bd96-fdf18d9f30ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08e13275-1d77-491d-bd96-fdf18d9f30ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-08e13275-1d77-491d-bd96-fdf18d9f30ed"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  margin: 0 !important;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae317e68-90cf-4f29-9185-1b0421e2374e {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
      position: relative;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  margin: 0 !important;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae317e68-90cf-4f29-9185-1b0421e2374e {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
      position: relative;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  margin: 0 !important;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae317e68-90cf-4f29-9185-1b0421e2374e {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
      position: relative;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  margin: 0 !important;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae317e68-90cf-4f29-9185-1b0421e2374e {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
      position: relative;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  margin: 0 !important;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae317e68-90cf-4f29-9185-1b0421e2374e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae317e68-90cf-4f29-9185-1b0421e2374e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ae317e68-90cf-4f29-9185-1b0421e2374e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae317e68-90cf-4f29-9185-1b0421e2374e {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container {
      position: relative;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae317e68-90cf-4f29-9185-1b0421e2374e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-5d119485-e5c5-4e8a-a6a9-317e77e8db94 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d119485-e5c5-4e8a-a6a9-317e77e8db94 {
  
}
}







#s-5d119485-e5c5-4e8a-a6a9-317e77e8db94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d119485-e5c5-4e8a-a6a9-317e77e8db94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed790123-1298-4c2c-8196-d3428d579094 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ed790123-1298-4c2c-8196-d3428d579094:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ed790123-1298-4c2c-8196-d3428d579094:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ed790123-1298-4c2c-8196-d3428d579094-root {
    text-align: center;
  }


#s-ed790123-1298-4c2c-8196-d3428d579094.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed790123-1298-4c2c-8196-d3428d579094-root {
    text-align: center;
  }


#s-ed790123-1298-4c2c-8196-d3428d579094.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed790123-1298-4c2c-8196-d3428d579094-root {
    text-align: center;
  }


#s-ed790123-1298-4c2c-8196-d3428d579094.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed790123-1298-4c2c-8196-d3428d579094-root {
    text-align: center;
  }


#s-ed790123-1298-4c2c-8196-d3428d579094.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed790123-1298-4c2c-8196-d3428d579094-root {
    text-align: center;
  }


#s-ed790123-1298-4c2c-8196-d3428d579094.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-6b60e40a-1474-415c-b56a-fc7f67f64a0a {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-21f118d7-24c6-433b-b305-df9e776cecf6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-21f118d7-24c6-433b-b305-df9e776cecf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21f118d7-24c6-433b-b305-df9e776cecf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21f118d7-24c6-433b-b305-df9e776cecf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21f118d7-24c6-433b-b305-df9e776cecf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-21f118d7-24c6-433b-b305-df9e776cecf6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9adde3af-a1af-40b5-8d48-a9661d143ff1 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-9adde3af-a1af-40b5-8d48-a9661d143ff1 {
  
}
}







#s-9adde3af-a1af-40b5-8d48-a9661d143ff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9adde3af-a1af-40b5-8d48-a9661d143ff1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-729105cb-003b-4ca3-912f-782788250af3 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-729105cb-003b-4ca3-912f-782788250af3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-729105cb-003b-4ca3-912f-782788250af3:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-729105cb-003b-4ca3-912f-782788250af3-root {
    text-align: center;
  }


#s-729105cb-003b-4ca3-912f-782788250af3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-729105cb-003b-4ca3-912f-782788250af3-root {
    text-align: center;
  }


#s-729105cb-003b-4ca3-912f-782788250af3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-729105cb-003b-4ca3-912f-782788250af3-root {
    text-align: center;
  }


#s-729105cb-003b-4ca3-912f-782788250af3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-729105cb-003b-4ca3-912f-782788250af3-root {
    text-align: center;
  }


#s-729105cb-003b-4ca3-912f-782788250af3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-729105cb-003b-4ca3-912f-782788250af3-root {
    text-align: center;
  }


#s-729105cb-003b-4ca3-912f-782788250af3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-bb3f1c3d-35a5-4236-8e35-8dc27c421549 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  margin: 0 !important;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce432934-c860-4e32-b45c-9c07fa218c6f {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
      position: relative;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  margin: 0 !important;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce432934-c860-4e32-b45c-9c07fa218c6f {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
      position: relative;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  margin: 0 !important;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce432934-c860-4e32-b45c-9c07fa218c6f {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
      position: relative;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  margin: 0 !important;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce432934-c860-4e32-b45c-9c07fa218c6f {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
      position: relative;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  margin: 0 !important;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ce432934-c860-4e32-b45c-9c07fa218c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce432934-c860-4e32-b45c-9c07fa218c6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-ce432934-c860-4e32-b45c-9c07fa218c6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce432934-c860-4e32-b45c-9c07fa218c6f {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container {
      position: relative;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce432934-c860-4e32-b45c-9c07fa218c6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
@media (min-width: 1200px){#s-bdaa29e4-dc38-427a-93be-26239e389a8e {
  display: none;
}
#s-bdaa29e4-dc38-427a-93be-26239e389a8e, #wrap-s-bdaa29e4-dc38-427a-93be-26239e389a8e, #wrap-content-s-bdaa29e4-dc38-427a-93be-26239e389a8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdaa29e4-dc38-427a-93be-26239e389a8e {
  display: none;
}
#s-bdaa29e4-dc38-427a-93be-26239e389a8e, #wrap-s-bdaa29e4-dc38-427a-93be-26239e389a8e, #wrap-content-s-bdaa29e4-dc38-427a-93be-26239e389a8e { display: none !important; }}
@media (min-width: 0px) {
[id="s-bdaa29e4-dc38-427a-93be-26239e389a8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdaa29e4-dc38-427a-93be-26239e389a8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdaa29e4-dc38-427a-93be-26239e389a8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdaa29e4-dc38-427a-93be-26239e389a8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bdaa29e4-dc38-427a-93be-26239e389a8e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9314cbd6-4392-4b18-a5dc-a55c811d9e9e {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-9314cbd6-4392-4b18-a5dc-a55c811d9e9e {
  
}
}







#s-9314cbd6-4392-4b18-a5dc-a55c811d9e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9314cbd6-4392-4b18-a5dc-a55c811d9e9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d88f376-1893-4b43-8647-2c19a233f752 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0d88f376-1893-4b43-8647-2c19a233f752:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0d88f376-1893-4b43-8647-2c19a233f752:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0d88f376-1893-4b43-8647-2c19a233f752-root {
    text-align: center;
  }


#s-0d88f376-1893-4b43-8647-2c19a233f752.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d88f376-1893-4b43-8647-2c19a233f752-root {
    text-align: center;
  }


#s-0d88f376-1893-4b43-8647-2c19a233f752.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d88f376-1893-4b43-8647-2c19a233f752-root {
    text-align: center;
  }


#s-0d88f376-1893-4b43-8647-2c19a233f752.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d88f376-1893-4b43-8647-2c19a233f752-root {
    text-align: center;
  }


#s-0d88f376-1893-4b43-8647-2c19a233f752.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d88f376-1893-4b43-8647-2c19a233f752-root {
    text-align: center;
  }


#s-0d88f376-1893-4b43-8647-2c19a233f752.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-c63cedcc-3855-478b-906c-2d05d516b689 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  margin: 0 !important;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
      position: relative;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  margin: 0 !important;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
      position: relative;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  margin: 0 !important;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
      position: relative;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  margin: 0 !important;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
      position: relative;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  margin: 0 !important;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container {
      position: relative;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c558a015-ccf0-4451-9ed7-f8ee2dad2935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-557456c0-8cf5-4081-bc5b-1320c6dabdc7 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-557456c0-8cf5-4081-bc5b-1320c6dabdc7 {
  display: none;
}
#s-557456c0-8cf5-4081-bc5b-1320c6dabdc7, #wrap-s-557456c0-8cf5-4081-bc5b-1320c6dabdc7, #wrap-content-s-557456c0-8cf5-4081-bc5b-1320c6dabdc7 { display: none !important; }}@media (max-width: 767px){#s-557456c0-8cf5-4081-bc5b-1320c6dabdc7 {
  display: none;
}
#s-557456c0-8cf5-4081-bc5b-1320c6dabdc7, #wrap-s-557456c0-8cf5-4081-bc5b-1320c6dabdc7, #wrap-content-s-557456c0-8cf5-4081-bc5b-1320c6dabdc7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-557456c0-8cf5-4081-bc5b-1320c6dabdc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-557456c0-8cf5-4081-bc5b-1320c6dabdc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-557456c0-8cf5-4081-bc5b-1320c6dabdc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-557456c0-8cf5-4081-bc5b-1320c6dabdc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-557456c0-8cf5-4081-bc5b-1320c6dabdc7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2209bb72-bec1-412e-b2ee-4696175be486 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486 {
  margin: 0 !important;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2209bb72-bec1-412e-b2ee-4696175be486 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
      position: relative;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-2209bb72-bec1-412e-b2ee-4696175be486 {
  margin: 0 !important;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2209bb72-bec1-412e-b2ee-4696175be486 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
      position: relative;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2209bb72-bec1-412e-b2ee-4696175be486 {
  margin: 0 !important;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2209bb72-bec1-412e-b2ee-4696175be486 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
      position: relative;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2209bb72-bec1-412e-b2ee-4696175be486 {
  margin: 0 !important;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2209bb72-bec1-412e-b2ee-4696175be486 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
      position: relative;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-2209bb72-bec1-412e-b2ee-4696175be486 {
  margin: 0 !important;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2209bb72-bec1-412e-b2ee-4696175be486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2209bb72-bec1-412e-b2ee-4696175be486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-2209bb72-bec1-412e-b2ee-4696175be486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2209bb72-bec1-412e-b2ee-4696175be486 {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container {
      position: relative;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2209bb72-bec1-412e-b2ee-4696175be486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
#s-a7a46866-bcbf-418c-96b7-e450b6471bc1 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-a7a46866-bcbf-418c-96b7-e450b6471bc1 {
  
}
}







#s-a7a46866-bcbf-418c-96b7-e450b6471bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7a46866-bcbf-418c-96b7-e450b6471bc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58-root {
    text-align: center;
  }


#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58-root {
    text-align: center;
  }


#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58-root {
    text-align: center;
  }


#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58-root {
    text-align: center;
  }


#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58-root {
    text-align: center;
  }


#s-b6ea9a14-f89d-4611-a5a2-1ac43da26f58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-8fc15d9e-3286-4aed-88ab-f257b8fa8ce5 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-2409f36a-42f4-47c1-861c-720915cc7398 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2409f36a-42f4-47c1-861c-720915cc7398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2409f36a-42f4-47c1-861c-720915cc7398"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2409f36a-42f4-47c1-861c-720915cc7398"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2409f36a-42f4-47c1-861c-720915cc7398"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2409f36a-42f4-47c1-861c-720915cc7398"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-94fd2848-7fb0-42ee-a7fd-13d9d34f7df2 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-94fd2848-7fb0-42ee-a7fd-13d9d34f7df2 {
  
}
}







#s-94fd2848-7fb0-42ee-a7fd-13d9d34f7df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94fd2848-7fb0-42ee-a7fd-13d9d34f7df2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e954abdd-017a-4561-a9d3-3f592a8e78ad {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e954abdd-017a-4561-a9d3-3f592a8e78ad:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e954abdd-017a-4561-a9d3-3f592a8e78ad:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e954abdd-017a-4561-a9d3-3f592a8e78ad-root {
    text-align: center;
  }


#s-e954abdd-017a-4561-a9d3-3f592a8e78ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e954abdd-017a-4561-a9d3-3f592a8e78ad-root {
    text-align: center;
  }


#s-e954abdd-017a-4561-a9d3-3f592a8e78ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e954abdd-017a-4561-a9d3-3f592a8e78ad-root {
    text-align: center;
  }


#s-e954abdd-017a-4561-a9d3-3f592a8e78ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e954abdd-017a-4561-a9d3-3f592a8e78ad-root {
    text-align: center;
  }


#s-e954abdd-017a-4561-a9d3-3f592a8e78ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e954abdd-017a-4561-a9d3-3f592a8e78ad-root {
    text-align: center;
  }


#s-e954abdd-017a-4561-a9d3-3f592a8e78ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-539df47a-9451-47a3-b871-37b11436a578 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 560px;
aspect-ratio: 560/700;
text-align: center;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  margin: 0 !important;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-content {
  
    justify-content: center;
  
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
      position: relative;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

@media (min-width: 1200px){#s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  margin: 0 !important;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-content {
  
    justify-content: center;
  
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
      position: relative;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  margin: 0 !important;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-content {
  
    justify-content: center;
  
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
      position: relative;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  margin: 0 !important;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-content {
  
    justify-content: center;
  
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
      position: relative;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}@media (max-width: 767px){#s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  margin: 0 !important;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }

    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-link {
      aspect-ratio: 560/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 560px;
  }



  img.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
    
    
    
    max-height: 560px;
  }


.s-91efbeab-5aa1-4a6b-a51d-21343d69671c .shogun-image-content {
  
    justify-content: center;
  
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c {
      --shg-aspect-ratio: calc(560/700); 
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container {
      position: relative;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91efbeab-5aa1-4a6b-a51d-21343d69671c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 560px;
    }
  }

}
@media (min-width: 1200px){#s-132ebd60-76d6-4687-8263-f12c69d80742 {
  display: none;
}
#s-132ebd60-76d6-4687-8263-f12c69d80742, #wrap-s-132ebd60-76d6-4687-8263-f12c69d80742, #wrap-content-s-132ebd60-76d6-4687-8263-f12c69d80742 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-132ebd60-76d6-4687-8263-f12c69d80742 {
  display: none;
}
#s-132ebd60-76d6-4687-8263-f12c69d80742, #wrap-s-132ebd60-76d6-4687-8263-f12c69d80742, #wrap-content-s-132ebd60-76d6-4687-8263-f12c69d80742 { display: none !important; }}
@media (min-width: 0px) {
[id="s-132ebd60-76d6-4687-8263-f12c69d80742"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-132ebd60-76d6-4687-8263-f12c69d80742"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-132ebd60-76d6-4687-8263-f12c69d80742"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-132ebd60-76d6-4687-8263-f12c69d80742"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-132ebd60-76d6-4687-8263-f12c69d80742"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c726893f-2321-41fb-bf63-94fd7e49b310 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-c726893f-2321-41fb-bf63-94fd7e49b310 {
  
}
}







#s-c726893f-2321-41fb-bf63-94fd7e49b310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c726893f-2321-41fb-bf63-94fd7e49b310.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12fe1826-7670-4457-a71d-028c4d5d182f {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-12fe1826-7670-4457-a71d-028c4d5d182f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-12fe1826-7670-4457-a71d-028c4d5d182f:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-12fe1826-7670-4457-a71d-028c4d5d182f-root {
    text-align: center;
  }


#s-12fe1826-7670-4457-a71d-028c4d5d182f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12fe1826-7670-4457-a71d-028c4d5d182f-root {
    text-align: center;
  }


#s-12fe1826-7670-4457-a71d-028c4d5d182f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12fe1826-7670-4457-a71d-028c4d5d182f-root {
    text-align: center;
  }


#s-12fe1826-7670-4457-a71d-028c4d5d182f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12fe1826-7670-4457-a71d-028c4d5d182f-root {
    text-align: center;
  }


#s-12fe1826-7670-4457-a71d-028c4d5d182f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12fe1826-7670-4457-a71d-028c4d5d182f-root {
    text-align: center;
  }


#s-12fe1826-7670-4457-a71d-028c4d5d182f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-e803f6d4-abdb-46cf-a1f6-fc9def86cd5e {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
text-align: center;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  margin: 0 !important;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f4ee39ab-9e88-4921-b92f-20af792fc515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  margin: 0 !important;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f4ee39ab-9e88-4921-b92f-20af792fc515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  margin: 0 !important;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f4ee39ab-9e88-4921-b92f-20af792fc515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  margin: 0 !important;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f4ee39ab-9e88-4921-b92f-20af792fc515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  margin: 0 !important;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f4ee39ab-9e88-4921-b92f-20af792fc515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-f4ee39ab-9e88-4921-b92f-20af792fc515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ee39ab-9e88-4921-b92f-20af792fc515.shogun-image {
  box-sizing: border-box;
}




}
#s-faee1166-174d-46cf-86c4-6351e7e8ec00 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-faee1166-174d-46cf-86c4-6351e7e8ec00 {
  display: none;
}
#s-faee1166-174d-46cf-86c4-6351e7e8ec00, #wrap-s-faee1166-174d-46cf-86c4-6351e7e8ec00, #wrap-content-s-faee1166-174d-46cf-86c4-6351e7e8ec00 { display: none !important; }}@media (max-width: 767px){#s-faee1166-174d-46cf-86c4-6351e7e8ec00 {
  display: none;
}
#s-faee1166-174d-46cf-86c4-6351e7e8ec00, #wrap-s-faee1166-174d-46cf-86c4-6351e7e8ec00, #wrap-content-s-faee1166-174d-46cf-86c4-6351e7e8ec00 { display: none !important; }}
@media (min-width: 0px) {
[id="s-faee1166-174d-46cf-86c4-6351e7e8ec00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faee1166-174d-46cf-86c4-6351e7e8ec00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faee1166-174d-46cf-86c4-6351e7e8ec00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faee1166-174d-46cf-86c4-6351e7e8ec00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-faee1166-174d-46cf-86c4-6351e7e8ec00"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
text-align: center;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  margin: 0 !important;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  margin: 0 !important;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  margin: 0 !important;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  margin: 0 !important;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  margin: 0 !important;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8258a532-15d5-4c53-a8d2-6aaae8f0a39a.shogun-image {
  box-sizing: border-box;
}




}
#s-4430f924-8ad5-4aae-a806-94970c82a40d {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-4430f924-8ad5-4aae-a806-94970c82a40d {
  
}
}







#s-4430f924-8ad5-4aae-a806-94970c82a40d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4430f924-8ad5-4aae-a806-94970c82a40d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97-root {
    text-align: center;
  }


#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97-root {
    text-align: center;
  }


#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97-root {
    text-align: center;
  }


#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97-root {
    text-align: center;
  }


#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97-root {
    text-align: center;
  }


#s-ec6ed2e3-eb68-48e5-a1ea-3a851953bc97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-a9696867-2c8e-4c8f-9548-ee4b6d04d53c {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-23d0726f-a0b3-427f-9a66-e60a49969825 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-23d0726f-a0b3-427f-9a66-e60a49969825"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23d0726f-a0b3-427f-9a66-e60a49969825"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23d0726f-a0b3-427f-9a66-e60a49969825"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23d0726f-a0b3-427f-9a66-e60a49969825"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-23d0726f-a0b3-427f-9a66-e60a49969825"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d413dc0d-0626-43c2-aab7-7e11e377c70a {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(235, 128, 188, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(245, 242, 250, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-d413dc0d-0626-43c2-aab7-7e11e377c70a {
  
}
}







#s-d413dc0d-0626-43c2-aab7-7e11e377c70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d413dc0d-0626-43c2-aab7-7e11e377c70a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-494ebedc-e617-4098-a7cd-72ba8af92e78 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 95, 166, 1);
border-radius: 35px;
background-color: rgba(234, 10, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-494ebedc-e617-4098-a7cd-72ba8af92e78:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-494ebedc-e617-4098-a7cd-72ba8af92e78:active {border-style: solid !important;
border-color: rgba(163, 45, 111, 1) !important;
background-color: rgba(234, 10, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-494ebedc-e617-4098-a7cd-72ba8af92e78-root {
    text-align: center;
  }


#s-494ebedc-e617-4098-a7cd-72ba8af92e78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-494ebedc-e617-4098-a7cd-72ba8af92e78-root {
    text-align: center;
  }


#s-494ebedc-e617-4098-a7cd-72ba8af92e78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-494ebedc-e617-4098-a7cd-72ba8af92e78-root {
    text-align: center;
  }


#s-494ebedc-e617-4098-a7cd-72ba8af92e78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-494ebedc-e617-4098-a7cd-72ba8af92e78-root {
    text-align: center;
  }


#s-494ebedc-e617-4098-a7cd-72ba8af92e78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-494ebedc-e617-4098-a7cd-72ba8af92e78-root {
    text-align: center;
  }


#s-494ebedc-e617-4098-a7cd-72ba8af92e78.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-f622fc0b-535c-4b3b-8873-3d1ee08a18e3 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
text-align: center;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  margin: 0 !important;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b .shogun-image-content {
  
    justify-content: center;
  
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  margin: 0 !important;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b .shogun-image-content {
  
    justify-content: center;
  
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  margin: 0 !important;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b .shogun-image-content {
  
    justify-content: center;
  
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  margin: 0 !important;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b .shogun-image-content {
  
    justify-content: center;
  
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  margin: 0 !important;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b .shogun-image-content {
  
    justify-content: center;
  
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52d0bb21-e63a-4ccf-a73f-1a2b6579430b.shogun-image {
  box-sizing: border-box;
}




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

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

#s-7f3c50f7-e202-45cd-9fcf-bebcba3564df {
  padding-top: 3px;
padding-bottom: 3px;
opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f3c50f7-e202-45cd-9fcf-bebcba3564df {
  display: none;
}
#s-7f3c50f7-e202-45cd-9fcf-bebcba3564df, #wrap-s-7f3c50f7-e202-45cd-9fcf-bebcba3564df, #wrap-content-s-7f3c50f7-e202-45cd-9fcf-bebcba3564df { display: none !important; }}@media (max-width: 767px){#s-7f3c50f7-e202-45cd-9fcf-bebcba3564df {
  display: none;
}
#s-7f3c50f7-e202-45cd-9fcf-bebcba3564df, #wrap-s-7f3c50f7-e202-45cd-9fcf-bebcba3564df, #wrap-content-s-7f3c50f7-e202-45cd-9fcf-bebcba3564df { display: none !important; }}
#s-7f3c50f7-e202-45cd-9fcf-bebcba3564df hr {
  border-top: 1px solid #ddd;
}

#s-eb63d692-29d6-4ec8-9a25-dde023c8b20a {
  margin-left: auto;
margin-right: auto;
opacity: 0;
}

#s-eb63d692-29d6-4ec8-9a25-dde023c8b20a hr {
  border-top: 2px solid #ddd;
}

#s-784117e9-4172-4320-b5fc-567f009a0229 {
  background-repeat: repeat;
background-size: 500px 500px;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-784117e9-4172-4320-b5fc-567f009a0229 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  display: block;
}#s-784117e9-4172-4320-b5fc-567f009a0229.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75a3c747-7fed-477a-afc9-e14702d13cfd {
  opacity: 1;
}

@media (min-width: 0px) {
[id="s-75a3c747-7fed-477a-afc9-e14702d13cfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75a3c747-7fed-477a-afc9-e14702d13cfd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75a3c747-7fed-477a-afc9-e14702d13cfd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75a3c747-7fed-477a-afc9-e14702d13cfd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75a3c747-7fed-477a-afc9-e14702d13cfd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75a3c747-7fed-477a-afc9-e14702d13cfd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75a3c747-7fed-477a-afc9-e14702d13cfd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-232e0d4e-53db-450e-8a1a-d481a3b929e6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-232e0d4e-53db-450e-8a1a-d481a3b929e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-232e0d4e-53db-450e-8a1a-d481a3b929e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-60280808-70bf-4698-a6d5-94aba2b488c5 {
  display: none;
}
#s-60280808-70bf-4698-a6d5-94aba2b488c5, #wrap-s-60280808-70bf-4698-a6d5-94aba2b488c5, #wrap-content-s-60280808-70bf-4698-a6d5-94aba2b488c5 { display: none !important; }}@media (max-width: 767px){#s-60280808-70bf-4698-a6d5-94aba2b488c5 {
  display: none;
}
#s-60280808-70bf-4698-a6d5-94aba2b488c5, #wrap-s-60280808-70bf-4698-a6d5-94aba2b488c5, #wrap-content-s-60280808-70bf-4698-a6d5-94aba2b488c5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-60280808-70bf-4698-a6d5-94aba2b488c5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-60280808-70bf-4698-a6d5-94aba2b488c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60280808-70bf-4698-a6d5-94aba2b488c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60280808-70bf-4698-a6d5-94aba2b488c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60280808-70bf-4698-a6d5-94aba2b488c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60280808-70bf-4698-a6d5-94aba2b488c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60280808-70bf-4698-a6d5-94aba2b488c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-54773429-d857-4caa-8fbc-20562cdf601e {
  margin-top: 200px;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-54773429-d857-4caa-8fbc-20562cdf601e {
  
}
}@media (max-width: 767px){#s-54773429-d857-4caa-8fbc-20562cdf601e {
  
}
}
#s-54773429-d857-4caa-8fbc-20562cdf601e {
  margin: 0 !important;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 200px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 200px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54773429-d857-4caa-8fbc-20562cdf601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
      position: relative;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-54773429-d857-4caa-8fbc-20562cdf601e {
  margin: 0 !important;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54773429-d857-4caa-8fbc-20562cdf601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
      position: relative;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-54773429-d857-4caa-8fbc-20562cdf601e {
  margin: 0 !important;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54773429-d857-4caa-8fbc-20562cdf601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
      position: relative;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-54773429-d857-4caa-8fbc-20562cdf601e {
  margin: 0 !important;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54773429-d857-4caa-8fbc-20562cdf601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
      position: relative;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-54773429-d857-4caa-8fbc-20562cdf601e {
  margin: 0 !important;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-54773429-d857-4caa-8fbc-20562cdf601e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54773429-d857-4caa-8fbc-20562cdf601e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-54773429-d857-4caa-8fbc-20562cdf601e .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54773429-d857-4caa-8fbc-20562cdf601e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container {
      position: relative;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54773429-d857-4caa-8fbc-20562cdf601e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-1510f59e-6811-4847-b139-f301e886c295 {
  max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1510f59e-6811-4847-b139-f301e886c295 {
  margin: 0 !important;
}

#s-1510f59e-6811-4847-b139-f301e886c295-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1510f59e-6811-4847-b139-f301e886c295.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1510f59e-6811-4847-b139-f301e886c295 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
      position: relative;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-1510f59e-6811-4847-b139-f301e886c295 {
  margin: 0 !important;
}

#s-1510f59e-6811-4847-b139-f301e886c295-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1510f59e-6811-4847-b139-f301e886c295.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1510f59e-6811-4847-b139-f301e886c295 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
      position: relative;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1510f59e-6811-4847-b139-f301e886c295 {
  margin: 0 !important;
}

#s-1510f59e-6811-4847-b139-f301e886c295-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1510f59e-6811-4847-b139-f301e886c295.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1510f59e-6811-4847-b139-f301e886c295 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
      position: relative;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1510f59e-6811-4847-b139-f301e886c295 {
  margin: 0 !important;
}

#s-1510f59e-6811-4847-b139-f301e886c295-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1510f59e-6811-4847-b139-f301e886c295.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1510f59e-6811-4847-b139-f301e886c295 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
      position: relative;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-1510f59e-6811-4847-b139-f301e886c295 {
  margin: 0 !important;
}

#s-1510f59e-6811-4847-b139-f301e886c295-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1510f59e-6811-4847-b139-f301e886c295 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1510f59e-6811-4847-b139-f301e886c295 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1510f59e-6811-4847-b139-f301e886c295 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1510f59e-6811-4847-b139-f301e886c295.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1510f59e-6811-4847-b139-f301e886c295.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1510f59e-6811-4847-b139-f301e886c295 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container {
      position: relative;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1510f59e-6811-4847-b139-f301e886c295.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1510f59e-6811-4847-b139-f301e886c295 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  margin-top: 200px;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  
}
}@media (max-width: 767px){#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  
}
}
#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  margin: 0 !important;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 200px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 200px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
      position: relative;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  margin: 0 !important;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
      position: relative;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  margin: 0 !important;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
      position: relative;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  margin: 0 !important;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
      position: relative;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  margin: 0 !important;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 .shogun-image-content {
  
    justify-content:  flex-end;
  
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container {
      position: relative;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae3af95e-1c3d-4cbd-9968-24bbae5c87c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  display: none;
}
#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8, #wrap-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8, #wrap-content-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  display: none;
}
#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8, #wrap-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8, #wrap-content-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 { display: none !important; }}
#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  margin: 0 !important;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
      position: relative;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  margin: 0 !important;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
      position: relative;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  margin: 0 !important;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
      position: relative;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  margin: 0 !important;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
      position: relative;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  margin: 0 !important;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container {
      position: relative;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c1dfe6f-0208-48d9-b1e1-da882282b3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-4b65ad28-7228-4e9f-96c0-b5ab317bdc62 {
  box-shadow:0px 0px 0px 0px rgba(250, 252, 253, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
background-color: rgba(246, 146, 30, 0.88);
}
@media (min-width: 768px) and (max-width: 991px){#s-4b65ad28-7228-4e9f-96c0-b5ab317bdc62 {
  
}
}







#s-4b65ad28-7228-4e9f-96c0-b5ab317bdc62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b65ad28-7228-4e9f-96c0-b5ab317bdc62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ecce30f-1d99-45d5-9651-15b1fb14b1fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ecce30f-1d99-45d5-9651-15b1fb14b1fc .shogun-heading-component h1 {
  color: rgba(77, 4, 190, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6ac41048-4a13-4c26-b544-41bb9a32ea4e {
  max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6ac41048-4a13-4c26-b544-41bb9a32ea4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac41048-4a13-4c26-b544-41bb9a32ea4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ac41048-4a13-4c26-b544-41bb9a32ea4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac41048-4a13-4c26-b544-41bb9a32ea4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ac41048-4a13-4c26-b544-41bb9a32ea4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac41048-4a13-4c26-b544-41bb9a32ea4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ac41048-4a13-4c26-b544-41bb9a32ea4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-dbb4211b-bb0a-444f-9cbc-106a72350d6c {
  min-height: 50px;
}








#s-dbb4211b-bb0a-444f-9cbc-106a72350d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbb4211b-bb0a-444f-9cbc-106a72350d6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acbe1fe1-453c-4a36-bd5d-813aaae26ae3 {
  padding-top: 15px;
padding-left: 8%;
padding-bottom: 15px;
padding-right: 8%;
}

#s-188ef37e-7db6-4677-8c97-0c1a2850bc71 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-188ef37e-7db6-4677-8c97-0c1a2850bc71:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-188ef37e-7db6-4677-8c97-0c1a2850bc71:active {border-style: solid !important;
border-color: rgba(255, 103, 204, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-188ef37e-7db6-4677-8c97-0c1a2850bc71-root {
    text-align: center;
  }


#s-188ef37e-7db6-4677-8c97-0c1a2850bc71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-188ef37e-7db6-4677-8c97-0c1a2850bc71-root {
    text-align: center;
  }


#s-188ef37e-7db6-4677-8c97-0c1a2850bc71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-188ef37e-7db6-4677-8c97-0c1a2850bc71-root {
    text-align: center;
  }


#s-188ef37e-7db6-4677-8c97-0c1a2850bc71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-188ef37e-7db6-4677-8c97-0c1a2850bc71-root {
    text-align: center;
  }


#s-188ef37e-7db6-4677-8c97-0c1a2850bc71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-188ef37e-7db6-4677-8c97-0c1a2850bc71-root {
    text-align: center;
  }


#s-188ef37e-7db6-4677-8c97-0c1a2850bc71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  margin: 0 !important;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5da5973-63e2-4fec-afc1-11827c935b23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
      position: relative;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  margin: 0 !important;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5da5973-63e2-4fec-afc1-11827c935b23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
      position: relative;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  margin: 0 !important;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5da5973-63e2-4fec-afc1-11827c935b23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
      position: relative;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  margin: 0 !important;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5da5973-63e2-4fec-afc1-11827c935b23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
      position: relative;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  margin: 0 !important;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a5da5973-63e2-4fec-afc1-11827c935b23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5da5973-63e2-4fec-afc1-11827c935b23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a5da5973-63e2-4fec-afc1-11827c935b23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5da5973-63e2-4fec-afc1-11827c935b23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container {
      position: relative;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5da5973-63e2-4fec-afc1-11827c935b23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-76b8c56f-c748-4516-a084-a4788ab17b40 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-76b8c56f-c748-4516-a084-a4788ab17b40 {
  display: none;
}
#s-76b8c56f-c748-4516-a084-a4788ab17b40, #wrap-s-76b8c56f-c748-4516-a084-a4788ab17b40, #wrap-content-s-76b8c56f-c748-4516-a084-a4788ab17b40 { display: none !important; }}@media (max-width: 767px){#s-76b8c56f-c748-4516-a084-a4788ab17b40 {
  display: none;
}
#s-76b8c56f-c748-4516-a084-a4788ab17b40, #wrap-s-76b8c56f-c748-4516-a084-a4788ab17b40, #wrap-content-s-76b8c56f-c748-4516-a084-a4788ab17b40 { display: none !important; }}
@media (min-width: 0px) {
[id="s-76b8c56f-c748-4516-a084-a4788ab17b40"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-76b8c56f-c748-4516-a084-a4788ab17b40"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-76b8c56f-c748-4516-a084-a4788ab17b40"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-76b8c56f-c748-4516-a084-a4788ab17b40"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  margin: 0 !important;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-194c2a85-0263-499a-a4c6-6e4014824c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
      position: relative;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  margin: 0 !important;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-194c2a85-0263-499a-a4c6-6e4014824c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
      position: relative;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  margin: 0 !important;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-194c2a85-0263-499a-a4c6-6e4014824c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
      position: relative;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  margin: 0 !important;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-194c2a85-0263-499a-a4c6-6e4014824c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
      position: relative;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  margin: 0 !important;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-194c2a85-0263-499a-a4c6-6e4014824c78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-194c2a85-0263-499a-a4c6-6e4014824c78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-194c2a85-0263-499a-a4c6-6e4014824c78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-194c2a85-0263-499a-a4c6-6e4014824c78 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container {
      position: relative;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-194c2a85-0263-499a-a4c6-6e4014824c78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  margin: 0 !important;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
      position: relative;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  margin: 0 !important;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
      position: relative;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  margin: 0 !important;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
      position: relative;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  margin: 0 !important;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
      position: relative;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  margin: 0 !important;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container {
      position: relative;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2a77ae2-6f9b-4bca-ade2-c56f8d059283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-e225282c-03a1-411b-b52c-340373c7830f {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-14764d56-3488-425d-b94c-f8e18b9b27e2 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-14764d56-3488-425d-b94c-f8e18b9b27e2 {
  display: none;
}
#s-14764d56-3488-425d-b94c-f8e18b9b27e2, #wrap-s-14764d56-3488-425d-b94c-f8e18b9b27e2, #wrap-content-s-14764d56-3488-425d-b94c-f8e18b9b27e2 { display: none !important; }}@media (max-width: 767px){#s-14764d56-3488-425d-b94c-f8e18b9b27e2 {
  display: none;
}
#s-14764d56-3488-425d-b94c-f8e18b9b27e2, #wrap-s-14764d56-3488-425d-b94c-f8e18b9b27e2, #wrap-content-s-14764d56-3488-425d-b94c-f8e18b9b27e2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-14764d56-3488-425d-b94c-f8e18b9b27e2"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-14764d56-3488-425d-b94c-f8e18b9b27e2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-14764d56-3488-425d-b94c-f8e18b9b27e2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-14764d56-3488-425d-b94c-f8e18b9b27e2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  margin: 0 !important;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
      position: relative;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  margin: 0 !important;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
      position: relative;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  margin: 0 !important;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
      position: relative;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  margin: 0 !important;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
      position: relative;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  margin: 0 !important;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container {
      position: relative;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1c9fd67-90e9-464e-b0cf-25ac2095cefc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  margin: 0 !important;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
      position: relative;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  margin: 0 !important;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
      position: relative;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  margin: 0 !important;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
      position: relative;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  margin: 0 !important;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
      position: relative;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  margin: 0 !important;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ff31983f-3468-44ff-82a3-11a0f3e748dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container {
      position: relative;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff31983f-3468-44ff-82a3-11a0f3e748dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

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

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

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-cf0a785f-9d59-4095-9880-90322695fa63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(57, 2, 133, 1);
border-style: none;
border-radius: 0px;
}

#s-cf0a785f-9d59-4095-9880-90322695fa63 .shg-sld-dot {
  background-color: rgba(246, 146, 30, 1);
}

#s-cf0a785f-9d59-4095-9880-90322695fa63 .shg-sld-nav-button.shg-sld-left,
#s-cf0a785f-9d59-4095-9880-90322695fa63 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(246, 146, 30, 1);
}

@media (min-width: 0px) {
[id="s-1b53f90b-f0ae-45a4-a5ce-bd9bc346205b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b53f90b-f0ae-45a4-a5ce-bd9bc346205b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1b53f90b-f0ae-45a4-a5ce-bd9bc346205b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b53f90b-f0ae-45a4-a5ce-bd9bc346205b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-1b53f90b-f0ae-45a4-a5ce-bd9bc346205b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4202b86f-5b40-41fa-8edb-d6f04cf0f052 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-4202b86f-5b40-41fa-8edb-d6f04cf0f052 {
  
}
}







#s-4202b86f-5b40-41fa-8edb-d6f04cf0f052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4202b86f-5b40-41fa-8edb-d6f04cf0f052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f-root {
    text-align: center;
  }


#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f-root {
    text-align: center;
  }


#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f-root {
    text-align: center;
  }


#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f-root {
    text-align: center;
  }


#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f-root {
    text-align: center;
  }


#s-940c7e4f-b95f-4f0b-ac33-d8f5ce8cc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-0237a585-6436-4153-b686-2235f81a6497 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  display: none;
}
#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7, #wrap-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7, #wrap-content-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 { display: none !important; }}
#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  margin: 0 !important;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }




.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
      position: relative;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  margin: 0 !important;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }




.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
      position: relative;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  margin: 0 !important;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }




.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
      position: relative;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  margin: 0 !important;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }




.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
      position: relative;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  margin: 0 !important;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }




.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container {
      position: relative;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c030cdcf-17e4-4504-a3fe-cc644c45e0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  margin: 0 !important;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
      position: relative;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  margin: 0 !important;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
      position: relative;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  margin: 0 !important;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
      position: relative;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  margin: 0 !important;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
      position: relative;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  margin: 0 !important;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container {
      position: relative;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e44cfdf1-37fe-4b65-af85-26b7db6bf8b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-91472807-31d2-4456-90ed-9363272d1a6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91472807-31d2-4456-90ed-9363272d1a6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-91472807-31d2-4456-90ed-9363272d1a6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-91472807-31d2-4456-90ed-9363272d1a6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-91472807-31d2-4456-90ed-9363272d1a6b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-53b490a5-4ca1-440d-8e4d-49e3add3828f {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-53b490a5-4ca1-440d-8e4d-49e3add3828f {
  
}
}







#s-53b490a5-4ca1-440d-8e4d-49e3add3828f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53b490a5-4ca1-440d-8e4d-49e3add3828f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bc8bc38-ad53-4109-be6d-c6989fb00293 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2bc8bc38-ad53-4109-be6d-c6989fb00293:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2bc8bc38-ad53-4109-be6d-c6989fb00293:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2bc8bc38-ad53-4109-be6d-c6989fb00293-root {
    text-align: center;
  }


#s-2bc8bc38-ad53-4109-be6d-c6989fb00293.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bc8bc38-ad53-4109-be6d-c6989fb00293-root {
    text-align: center;
  }


#s-2bc8bc38-ad53-4109-be6d-c6989fb00293.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bc8bc38-ad53-4109-be6d-c6989fb00293-root {
    text-align: center;
  }


#s-2bc8bc38-ad53-4109-be6d-c6989fb00293.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bc8bc38-ad53-4109-be6d-c6989fb00293-root {
    text-align: center;
  }


#s-2bc8bc38-ad53-4109-be6d-c6989fb00293.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bc8bc38-ad53-4109-be6d-c6989fb00293-root {
    text-align: center;
  }


#s-2bc8bc38-ad53-4109-be6d-c6989fb00293.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-acaa8d57-1154-4960-a774-276d4eb99d68 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  margin: 0 !important;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
      position: relative;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  margin: 0 !important;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
      position: relative;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  margin: 0 !important;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
      position: relative;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  margin: 0 !important;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
      position: relative;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  margin: 0 !important;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container {
      position: relative;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c6c5dc5-6f31-4669-a21c-d5e259833e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-f2361ade-6453-4cd9-84ad-0b59f918fb27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2361ade-6453-4cd9-84ad-0b59f918fb27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2361ade-6453-4cd9-84ad-0b59f918fb27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2361ade-6453-4cd9-84ad-0b59f918fb27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f2361ade-6453-4cd9-84ad-0b59f918fb27"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-da767a0e-af97-402c-84ef-127c2ba937a4 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-da767a0e-af97-402c-84ef-127c2ba937a4 {
  
}
}







#s-da767a0e-af97-402c-84ef-127c2ba937a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da767a0e-af97-402c-84ef-127c2ba937a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21b502bc-9055-4a67-9657-fce9e3f82f1d {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-21b502bc-9055-4a67-9657-fce9e3f82f1d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-21b502bc-9055-4a67-9657-fce9e3f82f1d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-21b502bc-9055-4a67-9657-fce9e3f82f1d-root {
    text-align: center;
  }


#s-21b502bc-9055-4a67-9657-fce9e3f82f1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21b502bc-9055-4a67-9657-fce9e3f82f1d-root {
    text-align: center;
  }


#s-21b502bc-9055-4a67-9657-fce9e3f82f1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21b502bc-9055-4a67-9657-fce9e3f82f1d-root {
    text-align: center;
  }


#s-21b502bc-9055-4a67-9657-fce9e3f82f1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21b502bc-9055-4a67-9657-fce9e3f82f1d-root {
    text-align: center;
  }


#s-21b502bc-9055-4a67-9657-fce9e3f82f1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21b502bc-9055-4a67-9657-fce9e3f82f1d-root {
    text-align: center;
  }


#s-21b502bc-9055-4a67-9657-fce9e3f82f1d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-3fc76d7e-7946-4266-86ed-e93b78a32000 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  margin: 0 !important;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
      position: relative;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  margin: 0 !important;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
      position: relative;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  margin: 0 !important;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
      position: relative;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  margin: 0 !important;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
      position: relative;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  margin: 0 !important;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container {
      position: relative;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b8841d1-2b38-4bdc-81b7-d6128a6e6462 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  margin: 0 !important;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
      position: relative;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  margin: 0 !important;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
      position: relative;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  margin: 0 !important;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
      position: relative;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  margin: 0 !important;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
      position: relative;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  margin: 0 !important;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-444cb480-46fb-4eef-ae53-5cb0570ed78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container {
      position: relative;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-444cb480-46fb-4eef-ae53-5cb0570ed78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-19a63df1-2e0b-4809-9e75-8eb47951a1b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19a63df1-2e0b-4809-9e75-8eb47951a1b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19a63df1-2e0b-4809-9e75-8eb47951a1b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19a63df1-2e0b-4809-9e75-8eb47951a1b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-19a63df1-2e0b-4809-9e75-8eb47951a1b6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1c303208-9054-4d71-9363-8ca207ae3aa3 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-1c303208-9054-4d71-9363-8ca207ae3aa3 {
  
}
}







#s-1c303208-9054-4d71-9363-8ca207ae3aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c303208-9054-4d71-9363-8ca207ae3aa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cffa6355-53d2-46d8-9bad-326c550095af {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cffa6355-53d2-46d8-9bad-326c550095af:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cffa6355-53d2-46d8-9bad-326c550095af:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cffa6355-53d2-46d8-9bad-326c550095af-root {
    text-align: center;
  }


#s-cffa6355-53d2-46d8-9bad-326c550095af.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cffa6355-53d2-46d8-9bad-326c550095af-root {
    text-align: center;
  }


#s-cffa6355-53d2-46d8-9bad-326c550095af.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cffa6355-53d2-46d8-9bad-326c550095af-root {
    text-align: center;
  }


#s-cffa6355-53d2-46d8-9bad-326c550095af.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cffa6355-53d2-46d8-9bad-326c550095af-root {
    text-align: center;
  }


#s-cffa6355-53d2-46d8-9bad-326c550095af.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cffa6355-53d2-46d8-9bad-326c550095af-root {
    text-align: center;
  }


#s-cffa6355-53d2-46d8-9bad-326c550095af.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-07d51466-dc96-41f3-b57a-595480848f4c {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  margin: 0 !important;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
      position: relative;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  margin: 0 !important;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
      position: relative;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  margin: 0 !important;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
      position: relative;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  margin: 0 !important;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
      position: relative;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  margin: 0 !important;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container {
      position: relative;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e0b55e0-3500-4eb4-8788-0decb66e5b0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-249b25f5-8686-483e-be9f-7b6d0b8aaaba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249b25f5-8686-483e-be9f-7b6d0b8aaaba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-249b25f5-8686-483e-be9f-7b6d0b8aaaba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-249b25f5-8686-483e-be9f-7b6d0b8aaaba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-249b25f5-8686-483e-be9f-7b6d0b8aaaba"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b23a8a01-40e3-40eb-84fc-bb1ea51235ee {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-b23a8a01-40e3-40eb-84fc-bb1ea51235ee {
  
}
}







#s-b23a8a01-40e3-40eb-84fc-bb1ea51235ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b23a8a01-40e3-40eb-84fc-bb1ea51235ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84db7434-547e-4560-a437-db522b6ade97 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-84db7434-547e-4560-a437-db522b6ade97:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-84db7434-547e-4560-a437-db522b6ade97:active {border-style: solid !important;
border-color: rgba(255, 103, 204, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-84db7434-547e-4560-a437-db522b6ade97-root {
    text-align: center;
  }


#s-84db7434-547e-4560-a437-db522b6ade97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84db7434-547e-4560-a437-db522b6ade97-root {
    text-align: center;
  }


#s-84db7434-547e-4560-a437-db522b6ade97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84db7434-547e-4560-a437-db522b6ade97-root {
    text-align: center;
  }


#s-84db7434-547e-4560-a437-db522b6ade97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84db7434-547e-4560-a437-db522b6ade97-root {
    text-align: center;
  }


#s-84db7434-547e-4560-a437-db522b6ade97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84db7434-547e-4560-a437-db522b6ade97-root {
    text-align: center;
  }


#s-84db7434-547e-4560-a437-db522b6ade97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-1b66d4c7-e510-4395-8e09-4b25c7c9e785 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  margin: 0 !important;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
      position: relative;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  margin: 0 !important;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
      position: relative;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  margin: 0 !important;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
      position: relative;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  margin: 0 !important;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
      position: relative;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  margin: 0 !important;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container {
      position: relative;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bc1ac8e-1bdd-44be-b75a-2d0cfcb0c22e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-06d68688-0b48-48cb-9e8e-33029bd9d75a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06d68688-0b48-48cb-9e8e-33029bd9d75a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-06d68688-0b48-48cb-9e8e-33029bd9d75a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-06d68688-0b48-48cb-9e8e-33029bd9d75a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-06d68688-0b48-48cb-9e8e-33029bd9d75a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d9abc414-458d-43bc-a946-1ce9eb6f4157 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-d9abc414-458d-43bc-a946-1ce9eb6f4157 {
  
}
}







#s-d9abc414-458d-43bc-a946-1ce9eb6f4157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9abc414-458d-43bc-a946-1ce9eb6f4157.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-639b7e52-b849-4c26-86a9-273a489e5a48 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-639b7e52-b849-4c26-86a9-273a489e5a48:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-639b7e52-b849-4c26-86a9-273a489e5a48:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-639b7e52-b849-4c26-86a9-273a489e5a48-root {
    text-align: center;
  }


#s-639b7e52-b849-4c26-86a9-273a489e5a48.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-639b7e52-b849-4c26-86a9-273a489e5a48-root {
    text-align: center;
  }


#s-639b7e52-b849-4c26-86a9-273a489e5a48.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-639b7e52-b849-4c26-86a9-273a489e5a48-root {
    text-align: center;
  }


#s-639b7e52-b849-4c26-86a9-273a489e5a48.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-639b7e52-b849-4c26-86a9-273a489e5a48-root {
    text-align: center;
  }


#s-639b7e52-b849-4c26-86a9-273a489e5a48.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-639b7e52-b849-4c26-86a9-273a489e5a48-root {
    text-align: center;
  }


#s-639b7e52-b849-4c26-86a9-273a489e5a48.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-6345c4ea-b78e-4aac-86ef-470686b9bb93 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  margin: 0 !important;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
      position: relative;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  margin: 0 !important;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
      position: relative;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  margin: 0 !important;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
      position: relative;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  margin: 0 !important;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
      position: relative;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  margin: 0 !important;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d43487bd-24df-427a-aa84-35eb93eb8f00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container {
      position: relative;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43487bd-24df-427a-aa84-35eb93eb8f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-0f28c6ef-9f1c-447f-919c-936fe6121c6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f28c6ef-9f1c-447f-919c-936fe6121c6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0f28c6ef-9f1c-447f-919c-936fe6121c6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f28c6ef-9f1c-447f-919c-936fe6121c6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-0f28c6ef-9f1c-447f-919c-936fe6121c6e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-61f09a8e-d6e4-4798-b838-08c2726be86a {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-61f09a8e-d6e4-4798-b838-08c2726be86a {
  
}
}







#s-61f09a8e-d6e4-4798-b838-08c2726be86a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61f09a8e-d6e4-4798-b838-08c2726be86a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407:active {border-style: solid !important;
border-color: rgba(255, 103, 204, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-61b088d8-a5e7-486d-b5ab-1d8967e0d407-root {
    text-align: center;
  }


#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61b088d8-a5e7-486d-b5ab-1d8967e0d407-root {
    text-align: center;
  }


#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61b088d8-a5e7-486d-b5ab-1d8967e0d407-root {
    text-align: center;
  }


#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61b088d8-a5e7-486d-b5ab-1d8967e0d407-root {
    text-align: center;
  }


#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61b088d8-a5e7-486d-b5ab-1d8967e0d407-root {
    text-align: center;
  }


#s-61b088d8-a5e7-486d-b5ab-1d8967e0d407.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-c5581e9e-ce68-4175-a274-353353940f3d {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  margin: 0 !important;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
      position: relative;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  margin: 0 !important;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
      position: relative;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  margin: 0 !important;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
      position: relative;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  margin: 0 !important;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
      position: relative;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  margin: 0 !important;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container {
      position: relative;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7dc0409-bc47-4f49-9cab-5c9437b43ade img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-b583b441-358b-437c-ae8e-cefc9d0604ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b583b441-358b-437c-ae8e-cefc9d0604ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b583b441-358b-437c-ae8e-cefc9d0604ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b583b441-358b-437c-ae8e-cefc9d0604ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-b583b441-358b-437c-ae8e-cefc9d0604ce"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-aeb20c6d-a1c3-4f3f-95fa-1237d25b8e45 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-aeb20c6d-a1c3-4f3f-95fa-1237d25b8e45 {
  
}
}







#s-aeb20c6d-a1c3-4f3f-95fa-1237d25b8e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aeb20c6d-a1c3-4f3f-95fa-1237d25b8e45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922-root {
    text-align: center;
  }


#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922-root {
    text-align: center;
  }


#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922-root {
    text-align: center;
  }


#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922-root {
    text-align: center;
  }


#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922-root {
    text-align: center;
  }


#s-66dbf4a9-018e-4fa0-b6ff-a2fef8bc3922.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-01094eb9-531b-4805-adf2-300a967e651e {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  margin: 0 !important;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
      position: relative;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  margin: 0 !important;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
      position: relative;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  margin: 0 !important;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
      position: relative;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  margin: 0 !important;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
      position: relative;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  margin: 0 !important;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container {
      position: relative;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d03a8324-4c09-43f5-9e24-0432dc2d70e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-5f63226a-195a-4b91-b725-e479e030bf1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f63226a-195a-4b91-b725-e479e030bf1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f63226a-195a-4b91-b725-e479e030bf1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f63226a-195a-4b91-b725-e479e030bf1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5f63226a-195a-4b91-b725-e479e030bf1a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2842cf31-d4d6-40e0-8fd7-b7b3d834d72c {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-2842cf31-d4d6-40e0-8fd7-b7b3d834d72c {
  
}
}







#s-2842cf31-d4d6-40e0-8fd7-b7b3d834d72c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2842cf31-d4d6-40e0-8fd7-b7b3d834d72c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-986137ab-542a-4ef4-923a-ddd26fcf1084 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-986137ab-542a-4ef4-923a-ddd26fcf1084:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-986137ab-542a-4ef4-923a-ddd26fcf1084:active {border-style: solid !important;
border-color: rgba(255, 103, 204, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-986137ab-542a-4ef4-923a-ddd26fcf1084-root {
    text-align: center;
  }


#s-986137ab-542a-4ef4-923a-ddd26fcf1084.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-986137ab-542a-4ef4-923a-ddd26fcf1084-root {
    text-align: center;
  }


#s-986137ab-542a-4ef4-923a-ddd26fcf1084.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-986137ab-542a-4ef4-923a-ddd26fcf1084-root {
    text-align: center;
  }


#s-986137ab-542a-4ef4-923a-ddd26fcf1084.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-986137ab-542a-4ef4-923a-ddd26fcf1084-root {
    text-align: center;
  }


#s-986137ab-542a-4ef4-923a-ddd26fcf1084.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-986137ab-542a-4ef4-923a-ddd26fcf1084-root {
    text-align: center;
  }


#s-986137ab-542a-4ef4-923a-ddd26fcf1084.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-96dc196a-e6d2-480d-8287-85a074e128e7 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  margin: 0 !important;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
      position: relative;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  margin: 0 !important;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
      position: relative;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  margin: 0 !important;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
      position: relative;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  margin: 0 !important;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
      position: relative;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  margin: 0 !important;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-b35963f1-74a9-450d-abd7-c2892d2bedf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container {
      position: relative;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b35963f1-74a9-450d-abd7-c2892d2bedf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-a1fc1854-657b-47d5-bb49-696454a1dfc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1fc1854-657b-47d5-bb49-696454a1dfc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1fc1854-657b-47d5-bb49-696454a1dfc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1fc1854-657b-47d5-bb49-696454a1dfc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a1fc1854-657b-47d5-bb49-696454a1dfc3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2a2b888f-df19-41f8-8ba9-6cf759374a55 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-2a2b888f-df19-41f8-8ba9-6cf759374a55 {
  
}
}







#s-2a2b888f-df19-41f8-8ba9-6cf759374a55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a2b888f-df19-41f8-8ba9-6cf759374a55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e973b6d-5075-4a27-8723-0b58c54555bd {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1e973b6d-5075-4a27-8723-0b58c54555bd:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1e973b6d-5075-4a27-8723-0b58c54555bd:active {border-style: solid !important;
border-color: rgba(255, 103, 204, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1e973b6d-5075-4a27-8723-0b58c54555bd-root {
    text-align: center;
  }


#s-1e973b6d-5075-4a27-8723-0b58c54555bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e973b6d-5075-4a27-8723-0b58c54555bd-root {
    text-align: center;
  }


#s-1e973b6d-5075-4a27-8723-0b58c54555bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e973b6d-5075-4a27-8723-0b58c54555bd-root {
    text-align: center;
  }


#s-1e973b6d-5075-4a27-8723-0b58c54555bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e973b6d-5075-4a27-8723-0b58c54555bd-root {
    text-align: center;
  }


#s-1e973b6d-5075-4a27-8723-0b58c54555bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e973b6d-5075-4a27-8723-0b58c54555bd-root {
    text-align: center;
  }


#s-1e973b6d-5075-4a27-8723-0b58c54555bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-7469a1e7-cdac-46a6-a5ad-8941f429c0a9 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  margin: 0 !important;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef69e644-7934-440e-98db-ad77e13f27b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
      position: relative;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  margin: 0 !important;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef69e644-7934-440e-98db-ad77e13f27b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
      position: relative;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  margin: 0 !important;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef69e644-7934-440e-98db-ad77e13f27b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
      position: relative;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  margin: 0 !important;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef69e644-7934-440e-98db-ad77e13f27b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
      position: relative;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  margin: 0 !important;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ef69e644-7934-440e-98db-ad77e13f27b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef69e644-7934-440e-98db-ad77e13f27b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ef69e644-7934-440e-98db-ad77e13f27b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef69e644-7934-440e-98db-ad77e13f27b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container {
      position: relative;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef69e644-7934-440e-98db-ad77e13f27b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-f15c9fe3-ab83-459b-96ed-28c5f06d59b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f15c9fe3-ab83-459b-96ed-28c5f06d59b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f15c9fe3-ab83-459b-96ed-28c5f06d59b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f15c9fe3-ab83-459b-96ed-28c5f06d59b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-f15c9fe3-ab83-459b-96ed-28c5f06d59b6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cd4c5f38-456c-4224-8d8b-9ad7ae4d27e8 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-cd4c5f38-456c-4224-8d8b-9ad7ae4d27e8 {
  
}
}







#s-cd4c5f38-456c-4224-8d8b-9ad7ae4d27e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd4c5f38-456c-4224-8d8b-9ad7ae4d27e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cae4639b-9833-4a4f-9d43-74d69de165e3 {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cae4639b-9833-4a4f-9d43-74d69de165e3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cae4639b-9833-4a4f-9d43-74d69de165e3:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cae4639b-9833-4a4f-9d43-74d69de165e3-root {
    text-align: center;
  }


#s-cae4639b-9833-4a4f-9d43-74d69de165e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cae4639b-9833-4a4f-9d43-74d69de165e3-root {
    text-align: center;
  }


#s-cae4639b-9833-4a4f-9d43-74d69de165e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cae4639b-9833-4a4f-9d43-74d69de165e3-root {
    text-align: center;
  }


#s-cae4639b-9833-4a4f-9d43-74d69de165e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cae4639b-9833-4a4f-9d43-74d69de165e3-root {
    text-align: center;
  }


#s-cae4639b-9833-4a4f-9d43-74d69de165e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cae4639b-9833-4a4f-9d43-74d69de165e3-root {
    text-align: center;
  }


#s-cae4639b-9833-4a4f-9d43-74d69de165e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-299feae9-d1ff-4c45-8e1b-a365c3a489a0 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  margin: 0 !important;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
      position: relative;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  margin: 0 !important;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
      position: relative;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  margin: 0 !important;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
      position: relative;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  margin: 0 !important;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
      position: relative;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  margin: 0 !important;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container {
      position: relative;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da25e58c-1508-4f9c-9e21-3f188ef0a0b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-a7ee439d-37df-4a03-9441-5af274dc89b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7ee439d-37df-4a03-9441-5af274dc89b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a7ee439d-37df-4a03-9441-5af274dc89b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7ee439d-37df-4a03-9441-5af274dc89b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-a7ee439d-37df-4a03-9441-5af274dc89b7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-33f0fd5e-5f55-441f-bf34-4443e17e0522 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-33f0fd5e-5f55-441f-bf34-4443e17e0522 {
  
}
}







#s-33f0fd5e-5f55-441f-bf34-4443e17e0522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33f0fd5e-5f55-441f-bf34-4443e17e0522.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87b4d57c-61cb-498c-87b5-c60c58549f2d {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-87b4d57c-61cb-498c-87b5-c60c58549f2d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-87b4d57c-61cb-498c-87b5-c60c58549f2d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-87b4d57c-61cb-498c-87b5-c60c58549f2d-root {
    text-align: center;
  }


#s-87b4d57c-61cb-498c-87b5-c60c58549f2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87b4d57c-61cb-498c-87b5-c60c58549f2d-root {
    text-align: center;
  }


#s-87b4d57c-61cb-498c-87b5-c60c58549f2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87b4d57c-61cb-498c-87b5-c60c58549f2d-root {
    text-align: center;
  }


#s-87b4d57c-61cb-498c-87b5-c60c58549f2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87b4d57c-61cb-498c-87b5-c60c58549f2d-root {
    text-align: center;
  }


#s-87b4d57c-61cb-498c-87b5-c60c58549f2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87b4d57c-61cb-498c-87b5-c60c58549f2d-root {
    text-align: center;
  }


#s-87b4d57c-61cb-498c-87b5-c60c58549f2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-3b31b7da-3bac-4d0c-b0e4-3e073ba2df41 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-21979dad-296f-47db-876e-43906bbfd66e {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-21979dad-296f-47db-876e-43906bbfd66e {
  margin: 0 !important;
}

#s-21979dad-296f-47db-876e-43906bbfd66e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-content {
  
    justify-content: center;
  
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21979dad-296f-47db-876e-43906bbfd66e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
      position: relative;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-21979dad-296f-47db-876e-43906bbfd66e {
  margin: 0 !important;
}

#s-21979dad-296f-47db-876e-43906bbfd66e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-content {
  
    justify-content: center;
  
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21979dad-296f-47db-876e-43906bbfd66e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
      position: relative;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-21979dad-296f-47db-876e-43906bbfd66e {
  margin: 0 !important;
}

#s-21979dad-296f-47db-876e-43906bbfd66e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-content {
  
    justify-content: center;
  
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21979dad-296f-47db-876e-43906bbfd66e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
      position: relative;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-21979dad-296f-47db-876e-43906bbfd66e {
  margin: 0 !important;
}

#s-21979dad-296f-47db-876e-43906bbfd66e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-content {
  
    justify-content: center;
  
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21979dad-296f-47db-876e-43906bbfd66e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
      position: relative;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-21979dad-296f-47db-876e-43906bbfd66e {
  margin: 0 !important;
}

#s-21979dad-296f-47db-876e-43906bbfd66e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-21979dad-296f-47db-876e-43906bbfd66e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21979dad-296f-47db-876e-43906bbfd66e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-21979dad-296f-47db-876e-43906bbfd66e .shogun-image-content {
  
    justify-content: center;
  
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21979dad-296f-47db-876e-43906bbfd66e {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container {
      position: relative;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21979dad-296f-47db-876e-43906bbfd66e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
@media (min-width: 0px) {
[id="s-a314379d-d343-42c6-b91a-12a443b2b9fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a314379d-d343-42c6-b91a-12a443b2b9fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a314379d-d343-42c6-b91a-12a443b2b9fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a314379d-d343-42c6-b91a-12a443b2b9fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a314379d-d343-42c6-b91a-12a443b2b9fd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b3692343-25ea-4337-a380-ef684b337406 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(246, 146, 30, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(202, 180, 246, 0.86);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3692343-25ea-4337-a380-ef684b337406 {
  
}
}







#s-b3692343-25ea-4337-a380-ef684b337406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3692343-25ea-4337-a380-ef684b337406.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77b07256-e00f-4ae1-a103-fc1256f1b16f {
  box-shadow:0px 0px 15px 15px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(77, 4, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-77b07256-e00f-4ae1-a103-fc1256f1b16f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-77b07256-e00f-4ae1-a103-fc1256f1b16f:active {border-style: solid !important;
border-color: rgba(255, 103, 204, 1) !important;
background-color: rgba(77, 4, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-77b07256-e00f-4ae1-a103-fc1256f1b16f-root {
    text-align: center;
  }


#s-77b07256-e00f-4ae1-a103-fc1256f1b16f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77b07256-e00f-4ae1-a103-fc1256f1b16f-root {
    text-align: center;
  }


#s-77b07256-e00f-4ae1-a103-fc1256f1b16f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77b07256-e00f-4ae1-a103-fc1256f1b16f-root {
    text-align: center;
  }


#s-77b07256-e00f-4ae1-a103-fc1256f1b16f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77b07256-e00f-4ae1-a103-fc1256f1b16f-root {
    text-align: center;
  }


#s-77b07256-e00f-4ae1-a103-fc1256f1b16f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77b07256-e00f-4ae1-a103-fc1256f1b16f-root {
    text-align: center;
  }


#s-77b07256-e00f-4ae1-a103-fc1256f1b16f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-f6ac19b1-b45e-4bd5-b08d-6c02c590f093 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 600px;
aspect-ratio: 600/750;
text-align: center;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  margin: 0 !important;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(57, 2, 133, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
      position: relative;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  margin: 0 !important;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
      position: relative;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  margin: 0 !important;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
      position: relative;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  margin: 0 !important;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
      position: relative;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  margin: 0 !important;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }

    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-link {
      aspect-ratio: 600/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-01b9f95b-0180-46c6-a7a9-0747203f60bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc {
      --shg-aspect-ratio: calc(600/750); 
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container {
      position: relative;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01b9f95b-0180-46c6-a7a9-0747203f60bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-1795988a-3bd5-49b8-b109-edb14d8c242d {
  padding-top: 3px;
padding-bottom: 3px;
opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-1795988a-3bd5-49b8-b109-edb14d8c242d {
  display: none;
}
#s-1795988a-3bd5-49b8-b109-edb14d8c242d, #wrap-s-1795988a-3bd5-49b8-b109-edb14d8c242d, #wrap-content-s-1795988a-3bd5-49b8-b109-edb14d8c242d { display: none !important; }}@media (max-width: 767px){#s-1795988a-3bd5-49b8-b109-edb14d8c242d {
  display: none;
}
#s-1795988a-3bd5-49b8-b109-edb14d8c242d, #wrap-s-1795988a-3bd5-49b8-b109-edb14d8c242d, #wrap-content-s-1795988a-3bd5-49b8-b109-edb14d8c242d { display: none !important; }}
#s-1795988a-3bd5-49b8-b109-edb14d8c242d hr {
  border-top: 1px solid #ddd;
}

#s-2a1d3160-6122-4439-b346-b1bed11a18a9 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a1d3160-6122-4439-b346-b1bed11a18a9 {
  display: none;
}
#s-2a1d3160-6122-4439-b346-b1bed11a18a9, #wrap-s-2a1d3160-6122-4439-b346-b1bed11a18a9, #wrap-content-s-2a1d3160-6122-4439-b346-b1bed11a18a9 { display: none !important; }}@media (max-width: 767px){#s-2a1d3160-6122-4439-b346-b1bed11a18a9 {
  display: none;
}
#s-2a1d3160-6122-4439-b346-b1bed11a18a9, #wrap-s-2a1d3160-6122-4439-b346-b1bed11a18a9, #wrap-content-s-2a1d3160-6122-4439-b346-b1bed11a18a9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2a1d3160-6122-4439-b346-b1bed11a18a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a1d3160-6122-4439-b346-b1bed11a18a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2a1d3160-6122-4439-b346-b1bed11a18a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a1d3160-6122-4439-b346-b1bed11a18a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  margin-left: auto;
margin-right: auto;
max-width: 956px;
aspect-ratio: 956/1028;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  display: none;
}
#s-93bd14d6-b320-41b5-a623-1778c97df03b, #wrap-s-93bd14d6-b320-41b5-a623-1778c97df03b, #wrap-content-s-93bd14d6-b320-41b5-a623-1778c97df03b { display: none !important; }}@media (max-width: 767px){#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  display: none;
}
#s-93bd14d6-b320-41b5-a623-1778c97df03b, #wrap-s-93bd14d6-b320-41b5-a623-1778c97df03b, #wrap-content-s-93bd14d6-b320-41b5-a623-1778c97df03b { display: none !important; }}
#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  margin: 0 !important;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }

    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-link {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 956px;
  }



  img.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
    
    
    
    max-height: 956px;
  }


.s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93bd14d6-b320-41b5-a623-1778c97df03b {
      --shg-aspect-ratio: calc(956/1028); 
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
      position: relative;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 956px;
    }
  }

@media (min-width: 1200px){#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  margin: 0 !important;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }

    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-link {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 956px;
  }



  img.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
    
    
    
    max-height: 956px;
  }


.s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93bd14d6-b320-41b5-a623-1778c97df03b {
      --shg-aspect-ratio: calc(956/1028); 
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
      position: relative;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 956px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  margin: 0 !important;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }

    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-link {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 956px;
  }



  img.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
    
    
    
    max-height: 956px;
  }


.s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93bd14d6-b320-41b5-a623-1778c97df03b {
      --shg-aspect-ratio: calc(956/1028); 
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
      position: relative;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 956px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  margin: 0 !important;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }

    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-link {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 956px;
  }



  img.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
    
    
    
    max-height: 956px;
  }


.s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93bd14d6-b320-41b5-a623-1778c97df03b {
      --shg-aspect-ratio: calc(956/1028); 
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
      position: relative;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 956px;
    }
  }

}@media (max-width: 767px){#s-93bd14d6-b320-41b5-a623-1778c97df03b {
  margin: 0 !important;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-93bd14d6-b320-41b5-a623-1778c97df03b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }

    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-link {
      aspect-ratio: 956/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93bd14d6-b320-41b5-a623-1778c97df03b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 956px;
  }



  img.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
    
    
    
    max-height: 956px;
  }


.s-93bd14d6-b320-41b5-a623-1778c97df03b .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93bd14d6-b320-41b5-a623-1778c97df03b {
      --shg-aspect-ratio: calc(956/1028); 
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container {
      position: relative;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93bd14d6-b320-41b5-a623-1778c97df03b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 956px;
    }
  }

}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-repeat: repeat;
background-size: 800px 1000px;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a {
  background-image: url(https://i.shgcdn.com/55305ca0-e727-4c89-95bb-0c4dc1541503/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-8f1ee938-c88c-4e23-b9fd-58420a23975a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f1ee938-c88c-4e23-b9fd-58420a23975a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cf79647-ae16-4de3-8018-736833ac978e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5cf79647-ae16-4de3-8018-736833ac978e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cf79647-ae16-4de3-8018-736833ac978e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c62dea8-7700-4a06-91f3-a4e1342fe46c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1c62dea8-7700-4a06-91f3-a4e1342fe46c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c62dea8-7700-4a06-91f3-a4e1342fe46c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c62dea8-7700-4a06-91f3-a4e1342fe46c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c62dea8-7700-4a06-91f3-a4e1342fe46c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c62dea8-7700-4a06-91f3-a4e1342fe46c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c62dea8-7700-4a06-91f3-a4e1342fe46c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c62dea8-7700-4a06-91f3-a4e1342fe46c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-11f25968-9fc0-4cf1-9771-633344fe718e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-11f25968-9fc0-4cf1-9771-633344fe718e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11f25968-9fc0-4cf1-9771-633344fe718e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11f25968-9fc0-4cf1-9771-633344fe718e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11f25968-9fc0-4cf1-9771-633344fe718e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11f25968-9fc0-4cf1-9771-633344fe718e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11f25968-9fc0-4cf1-9771-633344fe718e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-11f25968-9fc0-4cf1-9771-633344fe718e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 489px;
aspect-ratio: 489/376;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  display: none;
}
#s-c01202c0-bb48-465d-ac1f-38e904a9dc10, #wrap-s-c01202c0-bb48-465d-ac1f-38e904a9dc10, #wrap-content-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 { display: none !important; }}@media (max-width: 767px){#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  display: none;
}
#s-c01202c0-bb48-465d-ac1f-38e904a9dc10, #wrap-s-c01202c0-bb48-465d-ac1f-38e904a9dc10, #wrap-content-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 { display: none !important; }}
#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  margin: 0 !important;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 100px;
  margin-bottom: 40px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 100px;
  margin-bottom: 40px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }

    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-link {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 489px;
  }



  img.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
    
    
    
    max-height: 489px;
  }


.s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
      --shg-aspect-ratio: calc(489/376); 
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
      position: relative;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 489px;
    }
  }

@media (min-width: 1200px){#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  margin: 0 !important;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }

    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-link {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 489px;
  }



  img.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
    
    
    
    max-height: 489px;
  }


.s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
      --shg-aspect-ratio: calc(489/376); 
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
      position: relative;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 489px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  margin: 0 !important;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }

    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-link {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 489px;
  }



  img.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
    
    
    
    max-height: 489px;
  }


.s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
      --shg-aspect-ratio: calc(489/376); 
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
      position: relative;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 489px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  margin: 0 !important;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }

    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-link {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 489px;
  }



  img.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
    
    
    
    max-height: 489px;
  }


.s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
      --shg-aspect-ratio: calc(489/376); 
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
      position: relative;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 489px;
    }
  }

}@media (max-width: 767px){#s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  margin: 0 !important;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }

    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-link {
      aspect-ratio: 489/376;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 489px;
  }



  img.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
    
    
    
    max-height: 489px;
  }


.s-c01202c0-bb48-465d-ac1f-38e904a9dc10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 {
      --shg-aspect-ratio: calc(489/376); 
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container {
      position: relative;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c01202c0-bb48-465d-ac1f-38e904a9dc10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 489px;
    }
  }

}
#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/884;
text-align: center;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  margin: 0 !important;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }

    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-link {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
      --shg-aspect-ratio: calc(1000/884); 
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
      position: relative;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  margin: 0 !important;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }

    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-link {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
      --shg-aspect-ratio: calc(1000/884); 
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
      position: relative;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  margin: 0 !important;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }

    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-link {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
      --shg-aspect-ratio: calc(1000/884); 
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
      position: relative;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  margin: 0 !important;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }

    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-link {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
      --shg-aspect-ratio: calc(1000/884); 
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
      position: relative;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  margin: 0 !important;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }

    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-link {
      aspect-ratio: 1000/884;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 {
      --shg-aspect-ratio: calc(1000/884); 
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container {
      position: relative;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe48720b-298f-4d3a-9fdf-2d84623c53c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 485px;
aspect-ratio: 485/471;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  display: none;
}
#s-8df9f236-f587-4411-acfc-3916aeec1f12, #wrap-s-8df9f236-f587-4411-acfc-3916aeec1f12, #wrap-content-s-8df9f236-f587-4411-acfc-3916aeec1f12 { display: none !important; }}@media (max-width: 767px){#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  display: none;
}
#s-8df9f236-f587-4411-acfc-3916aeec1f12, #wrap-s-8df9f236-f587-4411-acfc-3916aeec1f12, #wrap-content-s-8df9f236-f587-4411-acfc-3916aeec1f12 { display: none !important; }}
#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  margin: 0 !important;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 60px;
  margin-bottom: 60px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 60px;
  margin-bottom: 60px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }

    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-link {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 485px;
  }



  img.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
    
    
    
    max-height: 485px;
  }


.s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8df9f236-f587-4411-acfc-3916aeec1f12 {
      --shg-aspect-ratio: calc(485/471); 
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
      position: relative;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 485px;
    }
  }

@media (min-width: 1200px){#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  margin: 0 !important;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }

    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-link {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 485px;
  }



  img.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
    
    
    
    max-height: 485px;
  }


.s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8df9f236-f587-4411-acfc-3916aeec1f12 {
      --shg-aspect-ratio: calc(485/471); 
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
      position: relative;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 485px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  margin: 0 !important;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }

    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-link {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 485px;
  }



  img.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
    
    
    
    max-height: 485px;
  }


.s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8df9f236-f587-4411-acfc-3916aeec1f12 {
      --shg-aspect-ratio: calc(485/471); 
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
      position: relative;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 485px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  margin: 0 !important;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }

    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-link {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 485px;
  }



  img.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
    
    
    
    max-height: 485px;
  }


.s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8df9f236-f587-4411-acfc-3916aeec1f12 {
      --shg-aspect-ratio: calc(485/471); 
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
      position: relative;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 485px;
    }
  }

}@media (max-width: 767px){#s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  margin: 0 !important;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8df9f236-f587-4411-acfc-3916aeec1f12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }

    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-link {
      aspect-ratio: 485/471;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8df9f236-f587-4411-acfc-3916aeec1f12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 485px;
  }



  img.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
    
    
    
    max-height: 485px;
  }


.s-8df9f236-f587-4411-acfc-3916aeec1f12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8df9f236-f587-4411-acfc-3916aeec1f12 {
      --shg-aspect-ratio: calc(485/471); 
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container {
      position: relative;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8df9f236-f587-4411-acfc-3916aeec1f12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 485px;
    }
  }

}
#s-fe6b4c54-99b7-406d-af14-2cb45e4e3681 {
  box-shadow:0px 0px 0px 0px rgba(250, 252, 253, 1);
margin-top: 0px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
background-color: rgba(246, 192, 218, 0.88);
}
@media (min-width: 768px) and (max-width: 991px){#s-fe6b4c54-99b7-406d-af14-2cb45e4e3681 {
  
}
}







#s-fe6b4c54-99b7-406d-af14-2cb45e4e3681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe6b4c54-99b7-406d-af14-2cb45e4e3681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74cdd93f-fb90-4dc8-bafb-11276d269711 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74cdd93f-fb90-4dc8-bafb-11276d269711 .shogun-heading-component h1 {
  color: rgba(210, 29, 13, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-af47c1af-f9c7-4e41-98f6-9d9884a27d46 {
  max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-af47c1af-f9c7-4e41-98f6-9d9884a27d46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af47c1af-f9c7-4e41-98f6-9d9884a27d46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af47c1af-f9c7-4e41-98f6-9d9884a27d46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af47c1af-f9c7-4e41-98f6-9d9884a27d46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af47c1af-f9c7-4e41-98f6-9d9884a27d46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af47c1af-f9c7-4e41-98f6-9d9884a27d46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af47c1af-f9c7-4e41-98f6-9d9884a27d46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-64f7597e-7392-4ce4-adbe-5aa409d12a8d {
  min-height: 50px;
}








#s-64f7597e-7392-4ce4-adbe-5aa409d12a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64f7597e-7392-4ce4-adbe-5aa409d12a8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b5a130e-1a97-4d43-9c5b-75bb8a131b13 {
  padding-top: 15px;
padding-left: 8%;
padding-bottom: 15px;
padding-right: 8%;
}

#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b {
  box-shadow:0px 0px 15px 15px rgba(246, 230, 110, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 39px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 230, 43, 1);
border-radius: 35px;
background-color: rgba(255, 217, 43, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b:active {border-style: solid !important;
border-color: rgba(255, 230, 43, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-50e8f65f-6ef1-4947-9cac-fbb218518a2b-root {
    text-align: center;
  }


#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50e8f65f-6ef1-4947-9cac-fbb218518a2b-root {
    text-align: center;
  }


#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50e8f65f-6ef1-4947-9cac-fbb218518a2b-root {
    text-align: center;
  }


#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50e8f65f-6ef1-4947-9cac-fbb218518a2b-root {
    text-align: center;
  }


#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50e8f65f-6ef1-4947-9cac-fbb218518a2b-root {
    text-align: center;
  }


#s-50e8f65f-6ef1-4947-9cac-fbb218518a2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
max-width: 607px;
aspect-ratio: 607/774;
text-align: center;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  margin: 0 !important;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }

    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-link {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 607px;
  }



  img.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
    
    
    
    max-height: 607px;
  }


.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
      --shg-aspect-ratio: calc(607/774); 
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
      position: relative;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 607px;
    }
  }

@media (min-width: 1200px){#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  margin: 0 !important;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }

    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-link {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 607px;
  }



  img.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
    
    
    
    max-height: 607px;
  }


.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
      --shg-aspect-ratio: calc(607/774); 
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
      position: relative;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 607px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  margin: 0 !important;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }

    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-link {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 607px;
  }



  img.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
    
    
    
    max-height: 607px;
  }


.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
      --shg-aspect-ratio: calc(607/774); 
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
      position: relative;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 607px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  margin: 0 !important;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }

    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-link {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 607px;
  }



  img.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
    
    
    
    max-height: 607px;
  }


.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
      --shg-aspect-ratio: calc(607/774); 
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
      position: relative;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 607px;
    }
  }

}@media (max-width: 767px){#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  margin: 0 !important;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }

    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-link {
      aspect-ratio: 607/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 607px;
  }



  img.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
    
    
    
    max-height: 607px;
  }


.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b {
      --shg-aspect-ratio: calc(607/774); 
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container {
      position: relative;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe9c4ef9-d727-4dbc-807e-74e3fe68b35b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 607px;
    }
  }

}
#s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae {
  display: none;
}
#s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae, #wrap-s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae, #wrap-content-s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae { display: none !important; }}@media (max-width: 767px){#s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae {
  display: none;
}
#s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae, #wrap-s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae, #wrap-content-s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c4ae2d7-4326-422b-a43a-08cbaa2808ae"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  margin-left: auto;
margin-right: auto;
max-width: 803px;
aspect-ratio: 803/1028;
text-align: center;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  margin: 0 !important;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }

    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-link {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
      --shg-aspect-ratio: calc(803/1028); 
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
      position: relative;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

@media (min-width: 1200px){#s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  margin: 0 !important;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }

    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-link {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
      --shg-aspect-ratio: calc(803/1028); 
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
      position: relative;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  margin: 0 !important;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }

    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-link {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
      --shg-aspect-ratio: calc(803/1028); 
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
      position: relative;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  margin: 0 !important;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }

    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-link {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
      --shg-aspect-ratio: calc(803/1028); 
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
      position: relative;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}@media (max-width: 767px){#s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  margin: 0 !important;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }

    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-link {
      aspect-ratio: 803/1028;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 803px;
  }



  img.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
    
    
    
    max-height: 803px;
  }


.s-607126c5-0a9d-4638-9bb0-828841ed5ee5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 {
      --shg-aspect-ratio: calc(803/1028); 
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container {
      position: relative;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-607126c5-0a9d-4638-9bb0-828841ed5ee5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 803px;
    }
  }

}
#s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 517px;
aspect-ratio: 517/531;
text-align: center;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  margin: 0 !important;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 20px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }

    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-link {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 517px;
  }



  img.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
    
    
    
    max-height: 517px;
  }


.s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
      --shg-aspect-ratio: calc(517/531); 
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
      position: relative;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 517px;
    }
  }

@media (min-width: 1200px){#s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  margin: 0 !important;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }

    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-link {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 517px;
  }



  img.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
    
    
    
    max-height: 517px;
  }


.s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
      --shg-aspect-ratio: calc(517/531); 
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
      position: relative;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 517px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  margin: 0 !important;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }

    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-link {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 517px;
  }



  img.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
    
    
    
    max-height: 517px;
  }


.s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
      --shg-aspect-ratio: calc(517/531); 
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
      position: relative;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 517px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  margin: 0 !important;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }

    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-link {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 517px;
  }



  img.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
    
    
    
    max-height: 517px;
  }


.s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
      --shg-aspect-ratio: calc(517/531); 
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
      position: relative;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 517px;
    }
  }

}@media (max-width: 767px){#s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  margin: 0 !important;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }

    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-link {
      aspect-ratio: 517/531;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 517px;
  }



  img.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
    
    
    
    max-height: 517px;
  }


.s-b272eb9e-c4b7-443d-a89b-b79854989a5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e {
      --shg-aspect-ratio: calc(517/531); 
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container {
      position: relative;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b272eb9e-c4b7-443d-a89b-b79854989a5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 517px;
    }
  }

}
#s-d8236f9f-969e-4e60-95cc-d2e728ed4054 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-d8236f9f-969e-4e60-95cc-d2e728ed4054 {
  display: none;
}
#s-d8236f9f-969e-4e60-95cc-d2e728ed4054, #wrap-s-d8236f9f-969e-4e60-95cc-d2e728ed4054, #wrap-content-s-d8236f9f-969e-4e60-95cc-d2e728ed4054 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8236f9f-969e-4e60-95cc-d2e728ed4054 {
  display: none;
}
#s-d8236f9f-969e-4e60-95cc-d2e728ed4054, #wrap-s-d8236f9f-969e-4e60-95cc-d2e728ed4054, #wrap-content-s-d8236f9f-969e-4e60-95cc-d2e728ed4054 { display: none !important; }}
#s-d8236f9f-969e-4e60-95cc-d2e728ed4054 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-b3fcf0f1-1fc1-4c6c-828c-390e986e1be8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b3fcf0f1-1fc1-4c6c-828c-390e986e1be8 .shg-sld-dot {
  background-color: rgba(233, 41, 24, 1);
}

#s-b3fcf0f1-1fc1-4c6c-828c-390e986e1be8 .shg-sld-nav-button.shg-sld-left,
#s-b3fcf0f1-1fc1-4c6c-828c-390e986e1be8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(233, 41, 24, 1);
}

@media (min-width: 0px) {
[id="s-a33de995-7fb8-45d5-af56-72ef19ad9c20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a33de995-7fb8-45d5-af56-72ef19ad9c20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a33de995-7fb8-45d5-af56-72ef19ad9c20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a33de995-7fb8-45d5-af56-72ef19ad9c20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-a33de995-7fb8-45d5-af56-72ef19ad9c20"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d55e14f6-f8fc-4de1-9f39-5f5fe71fc880 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(233, 41, 24, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(246, 192, 218, 0.88);
}
@media (min-width: 768px) and (max-width: 991px){#s-d55e14f6-f8fc-4de1-9f39-5f5fe71fc880 {
  
}
}







#s-d55e14f6-f8fc-4de1-9f39-5f5fe71fc880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d55e14f6-f8fc-4de1-9f39-5f5fe71fc880.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3 {
  box-shadow:0px 0px 15px 15px rgba(246, 230, 110, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 230, 43, 1);
border-radius: 35px;
background-color: rgba(255, 217, 43, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3:active {border-style: solid !important;
border-color: rgba(255, 230, 43, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3-root {
    text-align: center;
  }


#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3-root {
    text-align: center;
  }


#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3-root {
    text-align: center;
  }


#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3-root {
    text-align: center;
  }


#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3-root {
    text-align: center;
  }


#s-b77d00d8-ae09-4ac0-bf0c-3e02b19942b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-5d678d10-de1d-4821-a0b8-059cb8fcee6c {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 700px;
aspect-ratio: 700/875;
text-align: center;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  margin: 0 !important;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9b288aa3-f6b3-4e75-a54a-9d8023993393 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  margin: 0 !important;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9b288aa3-f6b3-4e75-a54a-9d8023993393 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  margin: 0 !important;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9b288aa3-f6b3-4e75-a54a-9d8023993393 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  margin: 0 !important;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9b288aa3-f6b3-4e75-a54a-9d8023993393 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  margin: 0 !important;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9b288aa3-f6b3-4e75-a54a-9d8023993393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-9b288aa3-f6b3-4e75-a54a-9d8023993393 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b288aa3-f6b3-4e75-a54a-9d8023993393.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-cc156172-409c-465f-960f-5bcecf2acbac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc156172-409c-465f-960f-5bcecf2acbac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cc156172-409c-465f-960f-5bcecf2acbac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc156172-409c-465f-960f-5bcecf2acbac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-cc156172-409c-465f-960f-5bcecf2acbac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d3be6c98-fce2-4153-b494-ede24097507c {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(233, 41, 24, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(246, 192, 218, 0.88);
}
@media (min-width: 768px) and (max-width: 991px){#s-d3be6c98-fce2-4153-b494-ede24097507c {
  
}
}







#s-d3be6c98-fce2-4153-b494-ede24097507c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3be6c98-fce2-4153-b494-ede24097507c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945 {
  box-shadow:0px 0px 15px 15px rgba(246, 230, 110, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 230, 43, 1);
border-radius: 35px;
background-color: rgba(255, 217, 43, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945:active {border-style: solid !important;
border-color: rgba(255, 230, 43, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945-root {
    text-align: center;
  }


#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945-root {
    text-align: center;
  }


#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945-root {
    text-align: center;
  }


#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945-root {
    text-align: center;
  }


#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945-root {
    text-align: center;
  }


#s-ad509bb1-0dbe-4e03-9ad5-f21a354d2945.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-d2284283-f0dd-49d7-aa0a-4242d8c7acb9 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 700px;
aspect-ratio: 700/875;
text-align: center;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  margin: 0 !important;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95f366cb-a5f7-4fe5-91d2-396f298966f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  margin: 0 !important;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95f366cb-a5f7-4fe5-91d2-396f298966f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  margin: 0 !important;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95f366cb-a5f7-4fe5-91d2-396f298966f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  margin: 0 !important;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95f366cb-a5f7-4fe5-91d2-396f298966f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  margin: 0 !important;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-95f366cb-a5f7-4fe5-91d2-396f298966f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-95f366cb-a5f7-4fe5-91d2-396f298966f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95f366cb-a5f7-4fe5-91d2-396f298966f0.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-bf8c88a7-e854-4d1c-a822-0f296b8a0033"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf8c88a7-e854-4d1c-a822-0f296b8a0033"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bf8c88a7-e854-4d1c-a822-0f296b8a0033"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf8c88a7-e854-4d1c-a822-0f296b8a0033"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-bf8c88a7-e854-4d1c-a822-0f296b8a0033"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-12359265-8678-4f88-aae0-b91ef3f3dc68 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(233, 41, 24, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(246, 192, 218, 0.88);
}
@media (min-width: 768px) and (max-width: 991px){#s-12359265-8678-4f88-aae0-b91ef3f3dc68 {
  
}
}







#s-12359265-8678-4f88-aae0-b91ef3f3dc68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12359265-8678-4f88-aae0-b91ef3f3dc68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74589988-987a-4814-8194-12bc81486cdc {
  box-shadow:0px 0px 15px 15px rgba(246, 230, 110, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 230, 43, 1);
border-radius: 35px;
background-color: rgba(255, 217, 43, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-74589988-987a-4814-8194-12bc81486cdc:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-74589988-987a-4814-8194-12bc81486cdc:active {border-style: solid !important;
border-color: rgba(255, 230, 43, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-74589988-987a-4814-8194-12bc81486cdc-root {
    text-align: center;
  }


#s-74589988-987a-4814-8194-12bc81486cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74589988-987a-4814-8194-12bc81486cdc-root {
    text-align: center;
  }


#s-74589988-987a-4814-8194-12bc81486cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74589988-987a-4814-8194-12bc81486cdc-root {
    text-align: center;
  }


#s-74589988-987a-4814-8194-12bc81486cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74589988-987a-4814-8194-12bc81486cdc-root {
    text-align: center;
  }


#s-74589988-987a-4814-8194-12bc81486cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74589988-987a-4814-8194-12bc81486cdc-root {
    text-align: center;
  }


#s-74589988-987a-4814-8194-12bc81486cdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-8e60fc5f-754a-40f6-adfd-2272cbf474c8 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 700px;
aspect-ratio: 700/875;
text-align: center;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  margin: 0 !important;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-a65d983f-1fc9-417c-9cfe-739f30eee721 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  margin: 0 !important;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-a65d983f-1fc9-417c-9cfe-739f30eee721 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  margin: 0 !important;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-a65d983f-1fc9-417c-9cfe-739f30eee721 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  margin: 0 !important;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-a65d983f-1fc9-417c-9cfe-739f30eee721 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  margin: 0 !important;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a65d983f-1fc9-417c-9cfe-739f30eee721 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-a65d983f-1fc9-417c-9cfe-739f30eee721 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a65d983f-1fc9-417c-9cfe-739f30eee721.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-b3ca6a2b-91e3-49ca-b834-b64a7f58f6fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3ca6a2b-91e3-49ca-b834-b64a7f58f6fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b3ca6a2b-91e3-49ca-b834-b64a7f58f6fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3ca6a2b-91e3-49ca-b834-b64a7f58f6fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-b3ca6a2b-91e3-49ca-b834-b64a7f58f6fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f54bf91c-b48e-4914-976d-645d2dfaab55 {
  box-shadow:0px 0px 0px 0px rgba(34, 114, 191, 1);
margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(233, 41, 24, 1);
border-style: solid;
border-radius: 35px;
min-height: 50px;
aspect-ratio: 4:3;
background-color: rgba(246, 192, 218, 0.88);
}
@media (min-width: 768px) and (max-width: 991px){#s-f54bf91c-b48e-4914-976d-645d2dfaab55 {
  
}
}







#s-f54bf91c-b48e-4914-976d-645d2dfaab55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f54bf91c-b48e-4914-976d-645d2dfaab55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c031c709-3468-4a8f-a120-ea9332effba2 {
  box-shadow:0px 0px 15px 15px rgba(246, 230, 110, 1);
border-style: solid;
margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 230, 43, 1);
border-radius: 35px;
background-color: rgba(255, 217, 43, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c031c709-3468-4a8f-a120-ea9332effba2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c031c709-3468-4a8f-a120-ea9332effba2:active {border-style: solid !important;
border-color: rgba(255, 230, 43, 1) !important;
background-color: rgba(255, 230, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c031c709-3468-4a8f-a120-ea9332effba2-root {
    text-align: center;
  }


#s-c031c709-3468-4a8f-a120-ea9332effba2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c031c709-3468-4a8f-a120-ea9332effba2-root {
    text-align: center;
  }


#s-c031c709-3468-4a8f-a120-ea9332effba2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c031c709-3468-4a8f-a120-ea9332effba2-root {
    text-align: center;
  }


#s-c031c709-3468-4a8f-a120-ea9332effba2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c031c709-3468-4a8f-a120-ea9332effba2-root {
    text-align: center;
  }


#s-c031c709-3468-4a8f-a120-ea9332effba2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c031c709-3468-4a8f-a120-ea9332effba2-root {
    text-align: center;
  }


#s-c031c709-3468-4a8f-a120-ea9332effba2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
#s-ff795a59-585a-4492-8dfc-47bbfe5275e5 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 700px;
text-align: center;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  margin: 0 !important;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  margin-bottom: 7px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f0363720-4eb4-484e-9355-e2fec9b7d514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  margin: 0 !important;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f0363720-4eb4-484e-9355-e2fec9b7d514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  margin: 0 !important;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f0363720-4eb4-484e-9355-e2fec9b7d514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  margin: 0 !important;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f0363720-4eb4-484e-9355-e2fec9b7d514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  margin: 0 !important;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f0363720-4eb4-484e-9355-e2fec9b7d514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f0363720-4eb4-484e-9355-e2fec9b7d514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0363720-4eb4-484e-9355-e2fec9b7d514.shogun-image {
  box-sizing: border-box;
}




}
#s-79309900-ca40-4cd5-ac49-355a8a60ea71 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79309900-ca40-4cd5-ac49-355a8a60ea71 {
  display: none;
}
#s-79309900-ca40-4cd5-ac49-355a8a60ea71, #wrap-s-79309900-ca40-4cd5-ac49-355a8a60ea71, #wrap-content-s-79309900-ca40-4cd5-ac49-355a8a60ea71 { display: none !important; }}@media (max-width: 767px){#s-79309900-ca40-4cd5-ac49-355a8a60ea71 {
  display: none;
}
#s-79309900-ca40-4cd5-ac49-355a8a60ea71, #wrap-s-79309900-ca40-4cd5-ac49-355a8a60ea71, #wrap-content-s-79309900-ca40-4cd5-ac49-355a8a60ea71 { display: none !important; }}
#s-79309900-ca40-4cd5-ac49-355a8a60ea71 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzc5ZDQ1MWMtMWEzNS00ZDE3LWFjOTItZmU2ZWM2MmNiZTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZjZDlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY5MjFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNzlkNDUxYy0xYTM1LTRkMTctYWM5Mi1mZTZlYzYyY2JlNmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(51, 153, 0, 1);
border-radius: 35px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6cd9f"}, {"id"=>2, "pos"=>1, "color"=>"#f6921e"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
}
#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGY4ZTcwMmUtMzM2Mi00ZjY0LTlkNmMtNmM1ZjExODMxZjBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZjZDlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY5MjFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZjhlNzAyZS0zMzYyLTRmNjQtOWQ2Yy02YzVmMTE4MzFmMGEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(51, 153, 0, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6cd9f"}, {"id"=>2, "pos"=>1, "color"=>"#f6921e"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2E4NGFhYzktNjJlMy00NGViLWIyNDQtZDY0NTAyZDAyMzNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYTk1MmY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWNmNGYxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYTg0YWFjOS02MmUzLTQ0ZWItYjI0NC1kNjQ1MDJkMDIzM2YpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(235, 61, 169, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#a952f4"}, {"id"=>2, "pos"=>1, "color"=>"#9cf4f1"}] !important;
hover-type: gradient !important;}

  #s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289-root {
    text-align: center;
  }


#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289-root {
    text-align: center;
  }


#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289-root {
    text-align: center;
  }


#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289-root {
    text-align: center;
  }


#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289-root {
    text-align: center;
  }


#s-0a41a5e0-a53a-4cfe-8461-1cceb59ed289.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: poppins;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}