.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 90px;
padding-bottom: 20px;
min-height: 50px;
background-position: center bottom;
}

#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f154c642-1cd1-4068-83ac-3897c43c2750 {
  background-image: url(https://i.shgcdn.com/37dfee5a-8acd-4e99-bc67-e7584785113d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f154c642-1cd1-4068-83ac-3897c43c2750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f154c642-1cd1-4068-83ac-3897c43c2750.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;
}

#s-2cd2835e-9262-4614-8c8d-725538f8db85 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2cd2835e-9262-4614-8c8d-725538f8db85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cd2835e-9262-4614-8c8d-725538f8db85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-2cd2835e-9262-4614-8c8d-725538f8db85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cd2835e-9262-4614-8c8d-725538f8db85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

}

#s-65fb562a-9d2d-420a-a6be-2a002e1efd1a {
  min-height: 50px;
}








#s-65fb562a-9d2d-420a-a6be-2a002e1efd1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65fb562a-9d2d-420a-a6be-2a002e1efd1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-18091dd1-3a3e-4160-9a37-2490dbab8a5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18091dd1-3a3e-4160-9a37-2490dbab8a5d .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 72px;
  
  
  text-align: left;
}



#s-d86c18cf-90b1-42b8-a7bc-ce49a9ff40c3 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d86c18cf-90b1-42b8-a7bc-ce49a9ff40c3 {
  padding-top: 40px;
}
}
#s-8e8ba7af-be4c-445f-9336-da8a235bb69a {
  min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-8e8ba7af-be4c-445f-9336-da8a235bb69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e8ba7af-be4c-445f-9336-da8a235bb69a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f7cb88e-da61-4932-b26d-7a05d19fdb83 {
  margin-left: 16%;
margin-right: 16%;
padding-top: 48px;
padding-bottom: 48px;
}

@media (min-width: 0px) {
[id="s-2f7cb88e-da61-4932-b26d-7a05d19fdb83"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f7cb88e-da61-4932-b26d-7a05d19fdb83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2f7cb88e-da61-4932-b26d-7a05d19fdb83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f7cb88e-da61-4932-b26d-7a05d19fdb83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-08ebd2ca-fba6-4f02-b22c-2c0a39efe286 {
  min-height: 50px;
}








#s-08ebd2ca-fba6-4f02-b22c-2c0a39efe286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ebd2ca-fba6-4f02-b22c-2c0a39efe286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
  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-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
    width: 100%;
    height: auto;
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
    
    
  }


.s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
      position: relative;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
    width: 100%;
    height: auto;
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
    
    
  }


.s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
      position: relative;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
    width: 100%;
    height: auto;
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
    
    
  }


.s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
      position: relative;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
    width: 100%;
    height: auto;
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
    
    
  }


.s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
      position: relative;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
    width: 100%;
    height: auto;
  }

  #s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
    
    
  }


.s-00568dac-a2db-40c8-919b-bede8bbbf5b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container {
      position: relative;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00568dac-a2db-40c8-919b-bede8bbbf5b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6339c662-0c8c-4948-b504-e6afb1d6db62 {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-6339c662-0c8c-4948-b504-e6afb1d6db62 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-da13c969-fa74-4c17-b60c-25d9fd74956c {
  min-height: 50px;
}








#s-da13c969-fa74-4c17-b60c-25d9fd74956c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da13c969-fa74-4c17-b60c-25d9fd74956c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
    width: 100%;
    height: auto;
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
    
    
  }


.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
      position: relative;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
    width: 100%;
    height: auto;
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
    
    
  }


.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
      position: relative;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
    width: 100%;
    height: auto;
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
    
    
  }


.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
      position: relative;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
    width: 100%;
    height: auto;
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
    
    
  }


.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
      position: relative;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
    width: 100%;
    height: auto;
  }

  #s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
    
    
  }


.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container {
      position: relative;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca96b63-30e7-413e-aa98-92f3ae8d0a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-52180100-9e85-4332-a971-923ad74d8848 {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-52180100-9e85-4332-a971-923ad74d8848 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-876848c6-bdc0-4ac9-93f4-c900426ef5c4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-876848c6-bdc0-4ac9-93f4-c900426ef5c4 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-876848c6-bdc0-4ac9-93f4-c900426ef5c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-876848c6-bdc0-4ac9-93f4-c900426ef5c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
    width: 100%;
    height: auto;
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
    
    
  }


.s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
      position: relative;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
    width: 100%;
    height: auto;
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
    
    
  }


.s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
      position: relative;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
    width: 100%;
    height: auto;
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
    
    
  }


.s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
      position: relative;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
    width: 100%;
    height: auto;
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
    
    
  }


.s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
      position: relative;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
    width: 100%;
    height: auto;
  }

  #s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
    
    
  }


.s-760b86f4-00a8-4f24-aeae-1b3866274ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container {
      position: relative;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-760b86f4-00a8-4f24-aeae-1b3866274ff6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ebe5471f-5785-4d04-a51b-4f1fe31042c7 {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-ebe5471f-5785-4d04-a51b-4f1fe31042c7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9756a984-a07c-4089-895e-805b9e2142b6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9756a984-a07c-4089-895e-805b9e2142b6 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-9756a984-a07c-4089-895e-805b9e2142b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9756a984-a07c-4089-895e-805b9e2142b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
    width: 100%;
    height: auto;
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
    
    
  }


.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
      position: relative;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
    width: 100%;
    height: auto;
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
    
    
  }


.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
      position: relative;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
    width: 100%;
    height: auto;
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
    
    
  }


.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
      position: relative;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
    width: 100%;
    height: auto;
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
    
    
  }


.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
      position: relative;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
    width: 100%;
    height: auto;
  }

  #s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
    
    
  }


.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container {
      position: relative;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68bb15c3-d3ac-4bc7-9768-0b06c8539e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9d70d5a8-e03d-4d25-b5b0-dbb31338733c {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-9d70d5a8-e03d-4d25-b5b0-dbb31338733c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f1727e24-e660-49cc-93a8-cebf0d51fff7 {
  min-height: 50px;
}








#s-f1727e24-e660-49cc-93a8-cebf0d51fff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1727e24-e660-49cc-93a8-cebf0d51fff7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
    width: 100%;
    height: auto;
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
    
    
  }


.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-content {
  
    align-items: center;
  
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
      position: relative;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
    width: 100%;
    height: auto;
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
    
    
  }


.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-content {
  
    align-items: center;
  
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
      position: relative;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
    width: 100%;
    height: auto;
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
    
    
  }


.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-content {
  
    align-items: center;
  
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
      position: relative;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
    width: 100%;
    height: auto;
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
    
    
  }


.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-content {
  
    align-items: center;
  
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
      position: relative;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
    width: 100%;
    height: auto;
  }

  #s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
    
    
  }


.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a .shogun-image-content {
  
    align-items: center;
  
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container {
      position: relative;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1356cc20-8f74-4e57-a4ae-ed3668e2122a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-20565511-bbb2-4916-ae16-20893ecf657d {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-20565511-bbb2-4916-ae16-20893ecf657d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e79b5a3e-4a2f-4342-b96f-fd7682608787 {
  min-height: 50px;
}








#s-e79b5a3e-4a2f-4342-b96f-fd7682608787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79b5a3e-4a2f-4342-b96f-fd7682608787.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
  max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
    width: 100%;
    height: auto;
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
    
    
  }


.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
      position: relative;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
    width: 100%;
    height: auto;
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
    
    
  }


.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
      position: relative;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
    width: 100%;
    height: auto;
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
    
    
  }


.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
      position: relative;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
    width: 100%;
    height: auto;
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
    
    
  }


.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
      position: relative;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
    width: 100%;
    height: auto;
  }

  #s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
    
    
  }


.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container {
      position: relative;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75ee0f9a-5fd5-4f49-93be-251d0483a0b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cc0c766d-5bda-4fa0-ab14-b38a26117d1d {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-cc0c766d-5bda-4fa0-ab14-b38a26117d1d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-abfcc67a-143d-46f2-ba93-b9f07da85c0b {
  padding-top: 128px;
padding-bottom: 128px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-abfcc67a-143d-46f2-ba93-b9f07da85c0b {
  display: none;
}
#s-abfcc67a-143d-46f2-ba93-b9f07da85c0b, #wrap-s-abfcc67a-143d-46f2-ba93-b9f07da85c0b { display: none !important; }}@media (max-width: 767px){#s-abfcc67a-143d-46f2-ba93-b9f07da85c0b {
  display: none;
}
#s-abfcc67a-143d-46f2-ba93-b9f07da85c0b, #wrap-s-abfcc67a-143d-46f2-ba93-b9f07da85c0b { display: none !important; }}







#s-abfcc67a-143d-46f2-ba93-b9f07da85c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abfcc67a-143d-46f2-ba93-b9f07da85c0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
  margin-left: 16%;
margin-right: 16%;
max-width: 4464px;
aspect-ratio: 4464/495;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }

    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-link {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
    width: 100%;
    height: auto;
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
    
    
  }


.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-content {
  
    align-items: center;
  
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
      --shg-aspect-ratio: calc(4464/495); 
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
      position: relative;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }

    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-link {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
    width: 100%;
    height: auto;
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
    
    
  }


.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-content {
  
    align-items: center;
  
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
      --shg-aspect-ratio: calc(4464/495); 
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
      position: relative;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }

    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-link {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
    width: 100%;
    height: auto;
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
    
    
  }


.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-content {
  
    align-items: center;
  
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
      --shg-aspect-ratio: calc(4464/495); 
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
      position: relative;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }

    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-link {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
    width: 100%;
    height: auto;
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
    
    
  }


.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-content {
  
    align-items: center;
  
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
      --shg-aspect-ratio: calc(4464/495); 
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
      position: relative;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }

    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-link {
      aspect-ratio: 4464/495;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
    width: 100%;
    height: auto;
  }

  #s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
    
    
  }


.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a .shogun-image-content {
  
    align-items: center;
  
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a {
      --shg-aspect-ratio: calc(4464/495); 
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container {
      position: relative;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e29f4214-98a8-4940-8ab0-0b946f4aba1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f4437506-5190-4fa1-a36f-755b0c293ed2 {
  margin-left: 16%;
margin-right: 16%;
min-height: 50px;
}
@media (max-width: 767px){#s-f4437506-5190-4fa1-a36f-755b0c293ed2 {
  padding-top: 80px;
}
}







#s-f4437506-5190-4fa1-a36f-755b0c293ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4437506-5190-4fa1-a36f-755b0c293ed2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2578dfd-aeb8-4180-a67b-836b19d964c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f2578dfd-aeb8-4180-a67b-836b19d964c0 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-0b7f9fb8-ab7e-4d7f-83c8-70593c99c553 {
  padding-top: 48px;
}

@media (min-width: 0px) {
[id="s-0b7f9fb8-ab7e-4d7f-83c8-70593c99c553"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b7f9fb8-ab7e-4d7f-83c8-70593c99c553"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 42.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-0b7f9fb8-ab7e-4d7f-83c8-70593c99c553"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 42.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-0b7f9fb8-ab7e-4d7f-83c8-70593c99c553"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 42.666666666666664px);
}

}

#s-948d3480-1c84-450e-9284-21d22c3d56bb {
  min-height: 50px;
}








#s-948d3480-1c84-450e-9284-21d22c3d56bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-948d3480-1c84-450e-9284-21d22c3d56bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
  max-width: 64px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
    width: 100%;
    height: auto;
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
    
    
  }


.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-content {
  
    align-items: center;
  
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
      position: relative;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
    width: 100%;
    height: auto;
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
    
    
  }


.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-content {
  
    align-items: center;
  
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
      position: relative;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
    width: 100%;
    height: auto;
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
    
    
  }


.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-content {
  
    align-items: center;
  
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
      position: relative;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
    width: 100%;
    height: auto;
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
    
    
  }


.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-content {
  
    align-items: center;
  
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
      position: relative;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
    width: 100%;
    height: auto;
  }

  #s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
    
    
  }


.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea .shogun-image-content {
  
    align-items: center;
  
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container {
      position: relative;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a5c029-6a30-42db-aaec-2ecfb8adb0ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d8bfaf34-7003-417f-b75c-a196a7049c96 {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-d8bfaf34-7003-417f-b75c-a196a7049c96 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a5a77608-337c-48f9-8140-79bcb3db4086 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a5a77608-337c-48f9-8140-79bcb3db4086 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-a5a77608-337c-48f9-8140-79bcb3db4086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5a77608-337c-48f9-8140-79bcb3db4086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
  max-width: 64px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
    width: 100%;
    height: auto;
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
    
    
  }


.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
      position: relative;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
    width: 100%;
    height: auto;
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
    
    
  }


.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
      position: relative;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
    width: 100%;
    height: auto;
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
    
    
  }


.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
      position: relative;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
    width: 100%;
    height: auto;
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
    
    
  }


.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
      position: relative;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
    width: 100%;
    height: auto;
  }

  #s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
    
    
  }


.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container {
      position: relative;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd9a1021-6cc8-4abb-adb2-4488c899cd89 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-122252d8-15ea-4957-8f1b-3f37d77b588d {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-122252d8-15ea-4957-8f1b-3f37d77b588d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-3189f28b-5b74-4475-a687-b536caac5742 {
  min-height: 50px;
}








#s-3189f28b-5b74-4475-a687-b536caac5742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3189f28b-5b74-4475-a687-b536caac5742.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f594dc1-ca33-44fe-a735-5bed17523190 {
  max-width: 64px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 {
    width: 100%;
    height: auto;
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
    
    
  }


.s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f594dc1-ca33-44fe-a735-5bed17523190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
      position: relative;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 {
    width: 100%;
    height: auto;
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
    
    
  }


.s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f594dc1-ca33-44fe-a735-5bed17523190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
      position: relative;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 {
    width: 100%;
    height: auto;
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
    
    
  }


.s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f594dc1-ca33-44fe-a735-5bed17523190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
      position: relative;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 {
    width: 100%;
    height: auto;
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
    
    
  }


.s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f594dc1-ca33-44fe-a735-5bed17523190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
      position: relative;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f594dc1-ca33-44fe-a735-5bed17523190 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 {
    width: 100%;
    height: auto;
  }

  #s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
    
    
  }


.s-8f594dc1-ca33-44fe-a735-5bed17523190 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f594dc1-ca33-44fe-a735-5bed17523190 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container {
      position: relative;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f594dc1-ca33-44fe-a735-5bed17523190 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-817d76f3-97d4-48f8-afba-e570a1500883 {
  padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-817d76f3-97d4-48f8-afba-e570a1500883 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-6abd8c6b-edaf-4e53-9616-2cd4f47581d8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 128px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6abd8c6b-edaf-4e53-9616-2cd4f47581d8 {
  padding-top: 80px;
}
}







#s-6abd8c6b-edaf-4e53-9616-2cd4f47581d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6abd8c6b-edaf-4e53-9616-2cd4f47581d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-541c2592-80c9-4c78-a2e5-3b2166b51e2e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-541c2592-80c9-4c78-a2e5-3b2166b51e2e .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-44e34a99-8fa6-4d32-81f0-bc031b09b42e {
  padding-top: 64px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-44e34a99-8fa6-4d32-81f0-bc031b09b42e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44e34a99-8fa6-4d32-81f0-bc031b09b42e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-44e34a99-8fa6-4d32-81f0-bc031b09b42e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-44e34a99-8fa6-4d32-81f0-bc031b09b42e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 0px) {
[id="s-24e22cbd-5b73-429e-9ec6-4dede68632f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24e22cbd-5b73-429e-9ec6-4dede68632f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 992px) {
[id="s-24e22cbd-5b73-429e-9ec6-4dede68632f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 1200px) {
[id="s-24e22cbd-5b73-429e-9ec6-4dede68632f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (max-width: 767px) {
  [id="s-24e22cbd-5b73-429e-9ec6-4dede68632f0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f352374c-52d0-4381-8b9b-df705348ffc1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-f352374c-52d0-4381-8b9b-df705348ffc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f352374c-52d0-4381-8b9b-df705348ffc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-031727b8-5850-4ee2-876c-b3135605b724 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-031727b8-5850-4ee2-876c-b3135605b724 {
  padding-top: 36px;
}
}
#s-031727b8-5850-4ee2-876c-b3135605b724 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-11b922c5-ff27-4aec-b7df-8889c260eaa3 {
  padding-top: 32px;
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-a409639b-3199-453a-9e97-f60e5b2b7938 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 32px;
padding-bottom: 10px;
padding-right: 32px;
border-radius: 8px;
background-color: rgba(255, 72, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a409639b-3199-453a-9e97-f60e5b2b7938:hover {border-radius: 8px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-a409639b-3199-453a-9e97-f60e5b2b7938:active {border-radius: 8px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a409639b-3199-453a-9e97-f60e5b2b7938-root {
    text-align: left;
  }


#s-a409639b-3199-453a-9e97-f60e5b2b7938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a409639b-3199-453a-9e97-f60e5b2b7938-root {
    text-align: left;
  }


#s-a409639b-3199-453a-9e97-f60e5b2b7938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a409639b-3199-453a-9e97-f60e5b2b7938-root {
    text-align: left;
  }


#s-a409639b-3199-453a-9e97-f60e5b2b7938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a409639b-3199-453a-9e97-f60e5b2b7938-root {
    text-align: left;
  }


#s-a409639b-3199-453a-9e97-f60e5b2b7938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a409639b-3199-453a-9e97-f60e5b2b7938-root {
    text-align: left;
  }


#s-a409639b-3199-453a-9e97-f60e5b2b7938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 727px;
aspect-ratio: 727/1000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
    width: 100%;
    height: auto;
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
    
    
  }


.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-content {
  
    align-items: center;
  
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
      position: relative;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
    width: 100%;
    height: auto;
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
    
    
  }


.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-content {
  
    align-items: center;
  
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
      position: relative;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
    width: 100%;
    height: auto;
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
    
    
  }


.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-content {
  
    align-items: center;
  
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
      position: relative;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
    width: 100%;
    height: auto;
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
    
    
  }


.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-content {
  
    align-items: center;
  
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
      position: relative;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
    width: 100%;
    height: auto;
  }

  #s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
    
    
  }


.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e .shogun-image-content {
  
    align-items: center;
  
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container {
      position: relative;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c42a3b95-30a0-491e-abf5-e88bbbacb58e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (max-width: 767px){#s-198a745a-345d-412f-adad-58c5572c40b8 {
  padding-top: 48px;
}
}
@media (min-width: 0px) {
[id="s-198a745a-345d-412f-adad-58c5572c40b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-198a745a-345d-412f-adad-58c5572c40b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 992px) {
[id="s-198a745a-345d-412f-adad-58c5572c40b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 1200px) {
[id="s-198a745a-345d-412f-adad-58c5572c40b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (max-width: 767px) {
  [id="s-198a745a-345d-412f-adad-58c5572c40b8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-538ce34a-3a94-4749-88e0-d9312e08f827 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-538ce34a-3a94-4749-88e0-d9312e08f827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-538ce34a-3a94-4749-88e0-d9312e08f827.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59d33838-fa75-4396-941a-ba86d8d5237e {
  padding-top: 0px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-59d33838-fa75-4396-941a-ba86d8d5237e {
  padding-top: 36px;
}
}
#s-59d33838-fa75-4396-941a-ba86d8d5237e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-ef73e599-7e89-4257-a42c-34a8f1d0e92d {
  padding-top: 32px;
}

#s-3ab00760-29c7-4f5f-818c-3a8cee69c481 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 32px;
padding-bottom: 10px;
padding-right: 32px;
border-radius: 8px;
background-color: rgba(255, 72, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ab00760-29c7-4f5f-818c-3a8cee69c481:hover {border-radius: 8px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-3ab00760-29c7-4f5f-818c-3a8cee69c481:active {border-radius: 8px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3ab00760-29c7-4f5f-818c-3a8cee69c481-root {
    text-align: left;
  }


#s-3ab00760-29c7-4f5f-818c-3a8cee69c481.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ab00760-29c7-4f5f-818c-3a8cee69c481-root {
    text-align: left;
  }


#s-3ab00760-29c7-4f5f-818c-3a8cee69c481.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ab00760-29c7-4f5f-818c-3a8cee69c481-root {
    text-align: left;
  }


#s-3ab00760-29c7-4f5f-818c-3a8cee69c481.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ab00760-29c7-4f5f-818c-3a8cee69c481-root {
    text-align: left;
  }


#s-3ab00760-29c7-4f5f-818c-3a8cee69c481.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ab00760-29c7-4f5f-818c-3a8cee69c481-root {
    text-align: left;
  }


#s-3ab00760-29c7-4f5f-818c-3a8cee69c481.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-1523ca36-b7e6-4663-8991-4debbb19a84b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 727px;
aspect-ratio: 727/1000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b {
    width: 100%;
    height: auto;
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
    
    
  }


.s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-content {
  
    align-items: center;
  
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1523ca36-b7e6-4663-8991-4debbb19a84b {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
      position: relative;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b {
    width: 100%;
    height: auto;
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
    
    
  }


.s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-content {
  
    align-items: center;
  
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1523ca36-b7e6-4663-8991-4debbb19a84b {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
      position: relative;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b {
    width: 100%;
    height: auto;
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
    
    
  }


.s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-content {
  
    align-items: center;
  
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1523ca36-b7e6-4663-8991-4debbb19a84b {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
      position: relative;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b {
    width: 100%;
    height: auto;
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
    
    
  }


.s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-content {
  
    align-items: center;
  
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1523ca36-b7e6-4663-8991-4debbb19a84b {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
      position: relative;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1523ca36-b7e6-4663-8991-4debbb19a84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b {
    width: 100%;
    height: auto;
  }

  #s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
    
    
  }


.s-1523ca36-b7e6-4663-8991-4debbb19a84b .shogun-image-content {
  
    align-items: center;
  
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1523ca36-b7e6-4663-8991-4debbb19a84b {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container {
      position: relative;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1523ca36-b7e6-4663-8991-4debbb19a84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5b596abd-8fad-405f-b3af-c6a80d7c2bc8 {
  padding-top: 64px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5b596abd-8fad-405f-b3af-c6a80d7c2bc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b596abd-8fad-405f-b3af-c6a80d7c2bc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-5b596abd-8fad-405f-b3af-c6a80d7c2bc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b596abd-8fad-405f-b3af-c6a80d7c2bc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

}

@media (min-width: 0px) {
[id="s-6faede93-35fe-41c2-aee9-717e598d3fa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6faede93-35fe-41c2-aee9-717e598d3fa6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 992px) {
[id="s-6faede93-35fe-41c2-aee9-717e598d3fa6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 1200px) {
[id="s-6faede93-35fe-41c2-aee9-717e598d3fa6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (max-width: 767px) {
  [id="s-6faede93-35fe-41c2-aee9-717e598d3fa6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06031c0a-6ab7-4f9d-96d2-e71f587cbef6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-06031c0a-6ab7-4f9d-96d2-e71f587cbef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06031c0a-6ab7-4f9d-96d2-e71f587cbef6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4351a66c-c4e3-4263-aaa5-eae0f561cf88 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-4351a66c-c4e3-4263-aaa5-eae0f561cf88 {
  padding-top: 36px;
}
}
#s-4351a66c-c4e3-4263-aaa5-eae0f561cf88 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-d1344745-b22b-44c3-ba74-d4a8ad14b4e1 {
  padding-top: 32px;
}

#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 32px;
padding-bottom: 10px;
padding-right: 32px;
border-radius: 8px;
background-color: rgba(255, 72, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8:hover {border-radius: 8px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8:active {border-radius: 8px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f4fbf27d-c247-4954-b5cb-99a3f47104d8-root {
    text-align: left;
  }


#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4fbf27d-c247-4954-b5cb-99a3f47104d8-root {
    text-align: left;
  }


#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4fbf27d-c247-4954-b5cb-99a3f47104d8-root {
    text-align: left;
  }


#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4fbf27d-c247-4954-b5cb-99a3f47104d8-root {
    text-align: left;
  }


#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4fbf27d-c247-4954-b5cb-99a3f47104d8-root {
    text-align: left;
  }


#s-f4fbf27d-c247-4954-b5cb-99a3f47104d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 727px;
aspect-ratio: 727/1000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
    width: 100%;
    height: auto;
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
    
    
  }


.s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-content {
  
    align-items: center;
  
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
      position: relative;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
    width: 100%;
    height: auto;
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
    
    
  }


.s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-content {
  
    align-items: center;
  
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
      position: relative;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
    width: 100%;
    height: auto;
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
    
    
  }


.s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-content {
  
    align-items: center;
  
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
      position: relative;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
    width: 100%;
    height: auto;
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
    
    
  }


.s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-content {
  
    align-items: center;
  
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
      position: relative;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
    width: 100%;
    height: auto;
  }

  #s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
    
    
  }


.s-6459ec03-545b-4120-9d01-ecb9a99ba68a .shogun-image-content {
  
    align-items: center;
  
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container {
      position: relative;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6459ec03-545b-4120-9d01-ecb9a99ba68a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (max-width: 767px){#s-bf556a62-3f59-4a37-9628-95ab9ce8371a {
  padding-top: 48px;
}
}
@media (min-width: 0px) {
[id="s-bf556a62-3f59-4a37-9628-95ab9ce8371a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf556a62-3f59-4a37-9628-95ab9ce8371a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 992px) {
[id="s-bf556a62-3f59-4a37-9628-95ab9ce8371a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf556a62-3f59-4a37-9628-95ab9ce8371a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 28.0px);
}

}

@media (max-width: 767px) {
  [id="s-bf556a62-3f59-4a37-9628-95ab9ce8371a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-69cd0e38-0124-40a6-9c04-8b50d1c59bb4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-69cd0e38-0124-40a6-9c04-8b50d1c59bb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69cd0e38-0124-40a6-9c04-8b50d1c59bb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27a30d3f-2bd8-466e-a354-4a7c4bb3d433 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-27a30d3f-2bd8-466e-a354-4a7c4bb3d433 {
  padding-top: 36px;
}
}
#s-27a30d3f-2bd8-466e-a354-4a7c4bb3d433 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "DM Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-753fc604-e8a8-42c2-b580-030c0ac4bae1 {
  padding-top: 32px;
}

#s-a504f3e0-32da-4317-88e0-794db2b0c4f2 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 32px;
padding-bottom: 10px;
padding-right: 32px;
border-radius: 8px;
background-color: rgba(255, 72, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a504f3e0-32da-4317-88e0-794db2b0c4f2:hover {border-radius: 8px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-a504f3e0-32da-4317-88e0-794db2b0c4f2:active {border-radius: 8px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a504f3e0-32da-4317-88e0-794db2b0c4f2-root {
    text-align: left;
  }


#s-a504f3e0-32da-4317-88e0-794db2b0c4f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a504f3e0-32da-4317-88e0-794db2b0c4f2-root {
    text-align: left;
  }


#s-a504f3e0-32da-4317-88e0-794db2b0c4f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a504f3e0-32da-4317-88e0-794db2b0c4f2-root {
    text-align: left;
  }


#s-a504f3e0-32da-4317-88e0-794db2b0c4f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a504f3e0-32da-4317-88e0-794db2b0c4f2-root {
    text-align: left;
  }


#s-a504f3e0-32da-4317-88e0-794db2b0c4f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a504f3e0-32da-4317-88e0-794db2b0c4f2-root {
    text-align: left;
  }


#s-a504f3e0-32da-4317-88e0-794db2b0c4f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-bf183c38-5b82-4c41-a26f-03520b01930f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 727px;
aspect-ratio: 727/1000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f {
    width: 100%;
    height: auto;
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
    
    
  }


.s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-content {
  
    align-items: center;
  
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf183c38-5b82-4c41-a26f-03520b01930f {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
      position: relative;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f {
    width: 100%;
    height: auto;
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
    
    
  }


.s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-content {
  
    align-items: center;
  
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf183c38-5b82-4c41-a26f-03520b01930f {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
      position: relative;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f {
    width: 100%;
    height: auto;
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
    
    
  }


.s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-content {
  
    align-items: center;
  
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf183c38-5b82-4c41-a26f-03520b01930f {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
      position: relative;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f {
    width: 100%;
    height: auto;
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
    
    
  }


.s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-content {
  
    align-items: center;
  
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf183c38-5b82-4c41-a26f-03520b01930f {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
      position: relative;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }

    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-link {
      aspect-ratio: 727/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf183c38-5b82-4c41-a26f-03520b01930f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f {
    width: 100%;
    height: auto;
  }

  #s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
    
    
  }


.s-bf183c38-5b82-4c41-a26f-03520b01930f .shogun-image-content {
  
    align-items: center;
  
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf183c38-5b82-4c41-a26f-03520b01930f {
      --shg-aspect-ratio: calc(727/1000); 
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container {
      position: relative;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf183c38-5b82-4c41-a26f-03520b01930f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-07514c35-479a-4126-b694-b4faea9d88d4 {
  margin-top: 128px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-07514c35-479a-4126-b694-b4faea9d88d4 {
  margin-top: 80px;
}
}@media (max-width: 767px){#s-07514c35-479a-4126-b694-b4faea9d88d4 {
  margin-top: 80px;
}
}







#s-07514c35-479a-4126-b694-b4faea9d88d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07514c35-479a-4126-b694-b4faea9d88d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aec72f81-81c1-4499-ad6d-c0dd98caa2fa {
  margin-top: 0px;
margin-left: 16%;
margin-bottom: 0px;
margin-right: 16%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aec72f81-81c1-4499-ad6d-c0dd98caa2fa .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-120e1220-cc15-4e3f-8c3a-34641d59dc0e {
  margin-left: 16%;
margin-right: 16%;
padding-top: 8px;
}

#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac {
  margin-top: 24px;
margin-left: 16%;
margin-bottom: 0px;
margin-right: 16%;
padding-top: 10px;
padding-left: 32px;
padding-bottom: 10px;
padding-right: 32px;
border-radius: 8px;
background-color: rgba(255, 72, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac:hover {border-radius: 8px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac:active {border-radius: 8px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac-root {
    text-align: center;
  }


#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac-root {
    text-align: center;
  }


#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac-root {
    text-align: center;
  }


#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac-root {
    text-align: center;
  }


#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac-root {
    text-align: center;
  }


#s-f1cd5ff3-17a4-4e9f-bd1d-bcd889e1aeac.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  margin-top: 64px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  margin-top: 64px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  padding-top: 80px;
display: none;
}
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95, #wrap-s-27d876c7-ea2c-4db9-ad57-9e8610995a95 { display: none !important; }}@media (max-width: 767px){#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  padding-top: 80px;
display: none;
}
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95, #wrap-s-27d876c7-ea2c-4db9-ad57-9e8610995a95 { display: none !important; }}
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 {
  background-image: url(https://i.shgcdn.com/1f962171-7cb6-4bc0-b529-e56f2a4fe9c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-27d876c7-ea2c-4db9-ad57-9e8610995a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27d876c7-ea2c-4db9-ad57-9e8610995a95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
  margin-left: 16%;
margin-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 1920px;
aspect-ratio: 1920/850;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
    width: 100%;
    height: auto;
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
    
    
  }


.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
      position: relative;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
    width: 100%;
    height: auto;
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
    
    
  }


.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
      position: relative;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
    width: 100%;
    height: auto;
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
    
    
  }


.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
      position: relative;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
    width: 100%;
    height: auto;
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
    
    
  }


.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
      position: relative;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }

    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-link {
      aspect-ratio: 1920/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
    width: 100%;
    height: auto;
  }

  #s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
    
    
  }


.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 {
      --shg-aspect-ratio: calc(1920/850); 
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container {
      position: relative;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-810fec91-0ca3-4cc2-8064-1f6a8efa57c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e3e37578-f828-4a5d-8828-d114ae904d0a {
  text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
