.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-72a0ebfd-c4b7-4cc7-a730-867d37bf53c9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 25px;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
min-height: 350px;
background-position: center center;
}
@media (max-width: 767px){#s-72a0ebfd-c4b7-4cc7-a730-867d37bf53c9 {
  display: none;
}
#s-72a0ebfd-c4b7-4cc7-a730-867d37bf53c9, #wrap-s-72a0ebfd-c4b7-4cc7-a730-867d37bf53c9 { display: none !important; }}
#s-72a0ebfd-c4b7-4cc7-a730-867d37bf53c9 {
  background-image: url(https://i.shgcdn.com/2358c348-ff20-42eb-856e-b247bcb3c629/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-72a0ebfd-c4b7-4cc7-a730-867d37bf53c9 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.8;
}#s-72a0ebfd-c4b7-4cc7-a730-867d37bf53c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3a2ae6d-5514-422c-9a3c-324fe2662836 {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0.35);
}








#s-f3a2ae6d-5514-422c-9a3c-324fe2662836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3a2ae6d-5514-422c-9a3c-324fe2662836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14c3a871-a184-46b4-9afa-da6699c712e5 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-14c3a871-a184-46b4-9afa-da6699c712e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14c3a871-a184-46b4-9afa-da6699c712e5.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;
}

@media (min-width: 0px) {
[id="s-ba6feafe-e8e8-417c-985f-bd8324f90788"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba6feafe-e8e8-417c-985f-bd8324f90788"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba6feafe-e8e8-417c-985f-bd8324f90788"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba6feafe-e8e8-417c-985f-bd8324f90788"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba6feafe-e8e8-417c-985f-bd8324f90788"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba6feafe-e8e8-417c-985f-bd8324f90788"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba6feafe-e8e8-417c-985f-bd8324f90788"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-5e507686-d4b2-4011-8ccf-8ae9955a3738 {
  min-height: 50px;
}








#s-5e507686-d4b2-4011-8ccf-8ae9955a3738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e507686-d4b2-4011-8ccf-8ae9955a3738.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-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
  margin-top: 30px;
max-width: 300px;
aspect-ratio: 300/271;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }

    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-link {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
    width: 100%;
    height: auto;
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
    
    
  }


.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
      --shg-aspect-ratio: calc(300/271); 
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
      position: relative;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }

    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-link {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
    width: 100%;
    height: auto;
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
    
    
  }


.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
      --shg-aspect-ratio: calc(300/271); 
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
      position: relative;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 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-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }

    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-link {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
    width: 100%;
    height: auto;
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
    
    
  }


.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
      --shg-aspect-ratio: calc(300/271); 
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
      position: relative;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 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-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }

    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-link {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
    width: 100%;
    height: auto;
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
    
    
  }


.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
      --shg-aspect-ratio: calc(300/271); 
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
      position: relative;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }

    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-link {
      aspect-ratio: 300/271;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
    width: 100%;
    height: auto;
  }

  #s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
    
    
  }


.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 .shogun-image-content {
  
    align-items: center;
  
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 {
      --shg-aspect-ratio: calc(300/271); 
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container {
      position: relative;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d095f71e-93d7-40ef-a6e7-352b89bc9a36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a460bfdd-8bad-4a51-9a6a-58d6019d611f {
  min-height: 50px;
}








#s-a460bfdd-8bad-4a51-9a6a-58d6019d611f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a460bfdd-8bad-4a51-9a6a-58d6019d611f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-ae9f78d4-db77-4e5f-8381-a62c9d021a29 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae9f78d4-db77-4e5f-8381-a62c9d021a29 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}



#s-e7d7e77a-44ca-4f14-80b8-b796d7fd10ad {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 25%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e7d7e77a-44ca-4f14-80b8-b796d7fd10ad .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}



#s-d70051eb-7177-4a84-89c1-98d16cc4f173 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 10px;
min-height: 300px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d70051eb-7177-4a84-89c1-98d16cc4f173 {
  display: none;
}
#s-d70051eb-7177-4a84-89c1-98d16cc4f173, #wrap-s-d70051eb-7177-4a84-89c1-98d16cc4f173 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d70051eb-7177-4a84-89c1-98d16cc4f173 {
  display: none;
}
#s-d70051eb-7177-4a84-89c1-98d16cc4f173, #wrap-s-d70051eb-7177-4a84-89c1-98d16cc4f173 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d70051eb-7177-4a84-89c1-98d16cc4f173 {
  display: none;
}
#s-d70051eb-7177-4a84-89c1-98d16cc4f173, #wrap-s-d70051eb-7177-4a84-89c1-98d16cc4f173 { display: none !important; }}
#s-d70051eb-7177-4a84-89c1-98d16cc4f173 {
  background-image: url(https://i.shgcdn.com/ba578588-07b6-45c9-90d5-814fbbce2a66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d70051eb-7177-4a84-89c1-98d16cc4f173 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.8;
}#s-d70051eb-7177-4a84-89c1-98d16cc4f173.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b00fd357-5fe7-40e9-93fd-e22e79b55041 {
  min-height: 50px;
}








#s-b00fd357-5fe7-40e9-93fd-e22e79b55041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b00fd357-5fe7-40e9-93fd-e22e79b55041.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-180eb890-12cd-4cae-b451-6072b287ad7a {
  padding-top: 5px;
padding-bottom: 5px;
padding-right: 5%;
text-align: center;
}

#s-180eb890-12cd-4cae-b451-6072b287ad7a .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  
  text-align: center;
}



.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-f4b04889-e916-4769-8407-dcddb142e008 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5%;
}

#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97 {
  background-repeat: repeat;
background-size: cover;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97 {
  
}
}@media (max-width: 767px){#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97 {
  display: none;
}
#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97, #wrap-s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97 { display: none !important; }}







#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0.5;
}#s-ae4e1a8f-5c58-4a6e-8edf-e91532db0a97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e622f291-5ff4-4ca6-b3d0-0d05227ed00b {
  margin-top: 25px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e622f291-5ff4-4ca6-b3d0-0d05227ed00b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: -1px;
  
}



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

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

#s-5c0a1864-dcd8-4b9c-afab-2dff4a9f2457 hr {
  border-top: 2px solid rgba(77, 88, 88, 0.5);
}

#s-2903847c-98e4-4c19-b52c-1a4bc41df0d3 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2903847c-98e4-4c19-b52c-1a4bc41df0d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2903847c-98e4-4c19-b52c-1a4bc41df0d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2903847c-98e4-4c19-b52c-1a4bc41df0d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2903847c-98e4-4c19-b52c-1a4bc41df0d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-cef031ae-7f24-4900-b1a1-99918a709a4f {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-cef031ae-7f24-4900-b1a1-99918a709a4f > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-cef031ae-7f24-4900-b1a1-99918a709a4f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6817f624-59b5-48bb-9b82-557d36f7450f {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 275px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f {
    width: 100%;
    height: auto;
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
    
    
  }


.s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-content {
  
    align-items: center;
  
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6817f624-59b5-48bb-9b82-557d36f7450f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
      position: relative;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f {
    width: 100%;
    height: auto;
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
    
    
  }


.s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-content {
  
    align-items: center;
  
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6817f624-59b5-48bb-9b82-557d36f7450f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
      position: relative;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f 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-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f {
    width: 100%;
    height: auto;
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
    
    
  }


.s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-content {
  
    align-items: center;
  
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6817f624-59b5-48bb-9b82-557d36f7450f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
      position: relative;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f 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-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f {
    width: 100%;
    height: auto;
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
    
    
  }


.s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-content {
  
    align-items: center;
  
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6817f624-59b5-48bb-9b82-557d36f7450f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
      position: relative;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6817f624-59b5-48bb-9b82-557d36f7450f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f {
    width: 100%;
    height: auto;
  }

  #s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
    
    
  }


.s-6817f624-59b5-48bb-9b82-557d36f7450f .shogun-image-content {
  
    align-items: center;
  
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6817f624-59b5-48bb-9b82-557d36f7450f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container {
      position: relative;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6817f624-59b5-48bb-9b82-557d36f7450f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1b88028e-db78-4510-9e4a-44bb09d941d7 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-1b88028e-db78-4510-9e4a-44bb09d941d7 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-b21d1672-942c-4dd4-bbea-d0c7dd4bb334 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-b21d1672-942c-4dd4-bbea-d0c7dd4bb334 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-82d8c600-b064-4f34-9c2f-b4c4e646d988 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-82d8c600-b064-4f34-9c2f-b4c4e646d988 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-9d3a5ba4-f932-4e8b-b1e0-083ded49d288 {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-9d3a5ba4-f932-4e8b-b1e0-083ded49d288 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-9d3a5ba4-f932-4e8b-b1e0-083ded49d288.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 275px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
    width: 100%;
    height: auto;
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
    
    
  }


.s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-content {
  
    align-items: center;
  
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
      position: relative;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
    width: 100%;
    height: auto;
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
    
    
  }


.s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-content {
  
    align-items: center;
  
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
      position: relative;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 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-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
    width: 100%;
    height: auto;
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
    
    
  }


.s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-content {
  
    align-items: center;
  
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
      position: relative;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 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-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
    width: 100%;
    height: auto;
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
    
    
  }


.s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-content {
  
    align-items: center;
  
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
      position: relative;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
    width: 100%;
    height: auto;
  }

  #s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
    
    
  }


.s-786e3700-3d17-4e84-b215-4ecb26ff7685 .shogun-image-content {
  
    align-items: center;
  
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shg-align-container {
  display: flex;
  justify-content: center
}

.s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container {
      position: relative;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-786e3700-3d17-4e84-b215-4ecb26ff7685 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b1ec0a9e-dfbf-4dca-a859-663ee3ffdf99 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-b1ec0a9e-dfbf-4dca-a859-663ee3ffdf99 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-b61f69c7-31dd-4c9f-a16c-ece665754131 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-b61f69c7-31dd-4c9f-a16c-ece665754131 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-92e4f54f-b589-4fe8-9c3e-afb777e51244 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-92e4f54f-b589-4fe8-9c3e-afb777e51244 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-85c5262b-9a75-4c86-a90a-00013f6658a2 {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-85c5262b-9a75-4c86-a90a-00013f6658a2 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-85c5262b-9a75-4c86-a90a-00013f6658a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 275px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
    width: 100%;
    height: auto;
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
    
    
  }


.s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-content {
  
    align-items: center;
  
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
      position: relative;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
    width: 100%;
    height: auto;
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
    
    
  }


.s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-content {
  
    align-items: center;
  
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
      position: relative;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 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-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
    width: 100%;
    height: auto;
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
    
    
  }


.s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-content {
  
    align-items: center;
  
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
      position: relative;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 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-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
    width: 100%;
    height: auto;
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
    
    
  }


.s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-content {
  
    align-items: center;
  
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
      position: relative;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
    width: 100%;
    height: auto;
  }

  #s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
    
    
  }


.s-849c7141-0d65-44cf-9d35-9a8987c2be79 .shogun-image-content {
  
    align-items: center;
  
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container {
      position: relative;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-849c7141-0d65-44cf-9d35-9a8987c2be79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4c482114-9e75-4a9b-8ae8-357460365f83 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-4c482114-9e75-4a9b-8ae8-357460365f83 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-edad40ce-9c46-4e18-ae00-da7c9033c1d4 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-edad40ce-9c46-4e18-ae00-da7c9033c1d4 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-e35c83e6-f6d5-4241-aabc-3a13192563f9 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-e35c83e6-f6d5-4241-aabc-3a13192563f9 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-be8f8330-8502-48fe-b7b7-2931962d38c7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-be8f8330-8502-48fe-b7b7-2931962d38c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be8f8330-8502-48fe-b7b7-2931962d38c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-be8f8330-8502-48fe-b7b7-2931962d38c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-be8f8330-8502-48fe-b7b7-2931962d38c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-7a888646-7b91-4603-a159-6950e9f817a5 {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-7a888646-7b91-4603-a159-6950e9f817a5 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-7a888646-7b91-4603-a159-6950e9f817a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-84b255c3-a4e6-4153-841f-8c7ea363613b {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 275px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b {
    width: 100%;
    height: auto;
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
    
    
  }


.s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-content {
  
    align-items: center;
  
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b255c3-a4e6-4153-841f-8c7ea363613b {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
      position: relative;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b {
    width: 100%;
    height: auto;
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
    
    
  }


.s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-content {
  
    align-items: center;
  
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b255c3-a4e6-4153-841f-8c7ea363613b {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
      position: relative;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b 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-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b {
    width: 100%;
    height: auto;
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
    
    
  }


.s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-content {
  
    align-items: center;
  
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b255c3-a4e6-4153-841f-8c7ea363613b {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
      position: relative;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b 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-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b {
    width: 100%;
    height: auto;
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
    
    
  }


.s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-content {
  
    align-items: center;
  
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b255c3-a4e6-4153-841f-8c7ea363613b {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
      position: relative;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b255c3-a4e6-4153-841f-8c7ea363613b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b {
    width: 100%;
    height: auto;
  }

  #s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
    
    
  }


.s-84b255c3-a4e6-4153-841f-8c7ea363613b .shogun-image-content {
  
    align-items: center;
  
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b255c3-a4e6-4153-841f-8c7ea363613b {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container {
      position: relative;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b255c3-a4e6-4153-841f-8c7ea363613b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3ed18a56-26b8-4cbc-91b9-ba33d55d1ee8 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-3ed18a56-26b8-4cbc-91b9-ba33d55d1ee8 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5b2df1c7-3c91-4735-b34c-bad15d80e016 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-5b2df1c7-3c91-4735-b34c-bad15d80e016 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5cc8fc1f-9f07-4450-9709-edb70fda8946 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-5cc8fc1f-9f07-4450-9709-edb70fda8946 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-cf545f6a-f05d-4a20-9fe4-5dae41532d99 {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-cf545f6a-f05d-4a20-9fe4-5dae41532d99 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-cf545f6a-f05d-4a20-9fe4-5dae41532d99.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e54c92ed-edde-48d8-a036-96421d17ec02 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 275px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 {
    width: 100%;
    height: auto;
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
    
    
  }


.s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e54c92ed-edde-48d8-a036-96421d17ec02 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
      position: relative;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 {
    width: 100%;
    height: auto;
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
    
    
  }


.s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e54c92ed-edde-48d8-a036-96421d17ec02 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
      position: relative;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02 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-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 {
    width: 100%;
    height: auto;
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
    
    
  }


.s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e54c92ed-edde-48d8-a036-96421d17ec02 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
      position: relative;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02 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-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 {
    width: 100%;
    height: auto;
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
    
    
  }


.s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e54c92ed-edde-48d8-a036-96421d17ec02 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
      position: relative;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e54c92ed-edde-48d8-a036-96421d17ec02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 {
    width: 100%;
    height: auto;
  }

  #s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
    
    
  }


.s-e54c92ed-edde-48d8-a036-96421d17ec02 .shogun-image-content {
  
    align-items: center;
  
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e54c92ed-edde-48d8-a036-96421d17ec02 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container {
      position: relative;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e54c92ed-edde-48d8-a036-96421d17ec02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fc710117-bdc6-43c9-8fe2-0875dc58d174 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-fc710117-bdc6-43c9-8fe2-0875dc58d174 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2d81f3c9-c0ac-401a-82cf-db0abd9306e4 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-2d81f3c9-c0ac-401a-82cf-db0abd9306e4 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-1553012e-5f71-4af9-8bb7-653b8c69cae8 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-1553012e-5f71-4af9-8bb7-653b8c69cae8 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-a3b4fa64-72cd-4e34-9f4f-1e4f8960117b {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-a3b4fa64-72cd-4e34-9f4f-1e4f8960117b > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-a3b4fa64-72cd-4e34-9f4f-1e4f8960117b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f38aa2b9-f824-421b-acab-90edf2eea879 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 275px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 {
    width: 100%;
    height: auto;
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
    
    
  }


.s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38aa2b9-f824-421b-acab-90edf2eea879 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
      position: relative;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 {
    width: 100%;
    height: auto;
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
    
    
  }


.s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38aa2b9-f824-421b-acab-90edf2eea879 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
      position: relative;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879 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-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 {
    width: 100%;
    height: auto;
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
    
    
  }


.s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38aa2b9-f824-421b-acab-90edf2eea879 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
      position: relative;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879 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-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 {
    width: 100%;
    height: auto;
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
    
    
  }


.s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38aa2b9-f824-421b-acab-90edf2eea879 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
      position: relative;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f38aa2b9-f824-421b-acab-90edf2eea879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 {
    width: 100%;
    height: auto;
  }

  #s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
    
    
  }


.s-f38aa2b9-f824-421b-acab-90edf2eea879 .shogun-image-content {
  
    align-items: center;
  
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f38aa2b9-f824-421b-acab-90edf2eea879 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container {
      position: relative;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f38aa2b9-f824-421b-acab-90edf2eea879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6ed2a47a-8902-4974-a47c-ae92692df07e {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-6ed2a47a-8902-4974-a47c-ae92692df07e .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5838ff14-0a37-4e22-a1a0-0253a3be7f62 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-5838ff14-0a37-4e22-a1a0-0253a3be7f62 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-df16483c-b89c-4350-b995-c91327cbb373 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-df16483c-b89c-4350-b995-c91327cbb373 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-34281a9b-28e6-4948-a437-a64bb27dd23f {
  background-repeat: repeat;
background-size: cover;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-34281a9b-28e6-4948-a437-a64bb27dd23f {
  display: none;
}
#s-34281a9b-28e6-4948-a437-a64bb27dd23f, #wrap-s-34281a9b-28e6-4948-a437-a64bb27dd23f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34281a9b-28e6-4948-a437-a64bb27dd23f {
  display: none;
}
#s-34281a9b-28e6-4948-a437-a64bb27dd23f, #wrap-s-34281a9b-28e6-4948-a437-a64bb27dd23f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34281a9b-28e6-4948-a437-a64bb27dd23f {
  display: none;
}
#s-34281a9b-28e6-4948-a437-a64bb27dd23f, #wrap-s-34281a9b-28e6-4948-a437-a64bb27dd23f { display: none !important; }}@media (max-width: 767px){#s-34281a9b-28e6-4948-a437-a64bb27dd23f {
  
}
}
#s-34281a9b-28e6-4948-a437-a64bb27dd23f {
  background-image: url(https://i.shgcdn.com/ef4fe26d-4223-4b55-b186-f89c6f7fd4ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-34281a9b-28e6-4948-a437-a64bb27dd23f > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0.5;
}#s-34281a9b-28e6-4948-a437-a64bb27dd23f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ed0bc58-4c7d-4c4a-98c3-a0a967aa7f63 {
  margin-top: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-0ed0bc58-4c7d-4c4a-98c3-a0a967aa7f63 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: -1px;
  
}



#s-a5bc30bd-4fb6-4ebf-b65e-a08c1f6b5dd4 hr {
  border-top: 2px solid rgba(77, 88, 88, 0.5);
}

#s-326846f7-da08-4465-a973-f5ddaabeaedf {
  margin-top: 0px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-326846f7-da08-4465-a973-f5ddaabeaedf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-326846f7-da08-4465-a973-f5ddaabeaedf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-326846f7-da08-4465-a973-f5ddaabeaedf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-326846f7-da08-4465-a973-f5ddaabeaedf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-1a8474f5-1380-4cad-b07d-86bd4329be90 {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-1a8474f5-1380-4cad-b07d-86bd4329be90 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-1a8474f5-1380-4cad-b07d-86bd4329be90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 350px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
    width: 100%;
    height: auto;
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
    
    
  }


.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-content {
  
    align-items: center;
  
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
      position: relative;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
    width: 100%;
    height: auto;
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
    
    
  }


.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-content {
  
    align-items: center;
  
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
      position: relative;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a 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-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
    width: 100%;
    height: auto;
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
    
    
  }


.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-content {
  
    align-items: center;
  
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
      position: relative;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a 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-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
    width: 100%;
    height: auto;
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
    
    
  }


.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-content {
  
    align-items: center;
  
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
      position: relative;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
    width: 100%;
    height: auto;
  }

  #s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
    
    
  }


.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a .shogun-image-content {
  
    align-items: center;
  
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container {
      position: relative;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804ff7ba-46ac-43d7-8a2e-e0ea527e646a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d98f2945-f6ba-4d2b-a80b-af1bc38f3adc {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-d98f2945-f6ba-4d2b-a80b-af1bc38f3adc .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d9f9d4a7-2dce-483f-89ee-a962b3d29800 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-d9f9d4a7-2dce-483f-89ee-a962b3d29800 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-a34fedae-8f1e-41d8-8dd2-c77bdf295467 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-a34fedae-8f1e-41d8-8dd2-c77bdf295467 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-e58474d5-c391-406e-bba2-549774a39924 {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-e58474d5-c391-406e-bba2-549774a39924 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-e58474d5-c391-406e-bba2-549774a39924.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 350px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
    width: 100%;
    height: auto;
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
    
    
  }


.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
      position: relative;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
    width: 100%;
    height: auto;
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
    
    
  }


.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
      position: relative;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 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-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
    width: 100%;
    height: auto;
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
    
    
  }


.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
      position: relative;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 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-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
    width: 100%;
    height: auto;
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
    
    
  }


.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
      position: relative;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
    width: 100%;
    height: auto;
  }

  #s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
    
    
  }


.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container {
      position: relative;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f65ccf8-3852-4fca-aa0d-ae4141c499b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dff36bf1-8aaa-48cd-9a41-d9a09205c628 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-dff36bf1-8aaa-48cd-9a41-d9a09205c628 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d1bd154b-2079-41b7-8bc9-b0fedf309097 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-d1bd154b-2079-41b7-8bc9-b0fedf309097 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-4d854a6f-69a0-48bd-a048-97cbbded98e1 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-4d854a6f-69a0-48bd-a048-97cbbded98e1 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-5a8ade9f-64dc-40dd-b040-658c21bc5d3e {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-5a8ade9f-64dc-40dd-b040-658c21bc5d3e > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-5a8ade9f-64dc-40dd-b040-658c21bc5d3e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 350px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
    width: 100%;
    height: auto;
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
    
    
  }


.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-content {
  
    align-items: center;
  
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
      position: relative;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
    width: 100%;
    height: auto;
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
    
    
  }


.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-content {
  
    align-items: center;
  
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
      position: relative;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa 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-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
    width: 100%;
    height: auto;
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
    
    
  }


.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-content {
  
    align-items: center;
  
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
      position: relative;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa 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-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
    width: 100%;
    height: auto;
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
    
    
  }


.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-content {
  
    align-items: center;
  
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
      position: relative;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
    width: 100%;
    height: auto;
  }

  #s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
    
    
  }


.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa .shogun-image-content {
  
    align-items: center;
  
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container {
      position: relative;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7a808ff-bf74-45db-9fa2-559a92bf97fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4461e786-a94d-4e4a-9fa7-c2e947de5a1f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-4461e786-a94d-4e4a-9fa7-c2e947de5a1f .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-cbdb510c-e3ce-4aae-9e19-8c1ba73554f2 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-cbdb510c-e3ce-4aae-9e19-8c1ba73554f2 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-db7f5f06-5fe4-4acb-a635-05d966df9c8b {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-db7f5f06-5fe4-4acb-a635-05d966df9c8b .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-e5bab84c-16d8-46bb-8cf7-32f3ec2d3e64 {
  margin-top: 0px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-e5bab84c-16d8-46bb-8cf7-32f3ec2d3e64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5bab84c-16d8-46bb-8cf7-32f3ec2d3e64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e5bab84c-16d8-46bb-8cf7-32f3ec2d3e64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e5bab84c-16d8-46bb-8cf7-32f3ec2d3e64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-2a886284-aa1c-4208-9e16-bc6d8fcfe628 {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-2a886284-aa1c-4208-9e16-bc6d8fcfe628 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-2a886284-aa1c-4208-9e16-bc6d8fcfe628.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 350px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
    width: 100%;
    height: auto;
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
    
    
  }


.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
      position: relative;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
    width: 100%;
    height: auto;
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
    
    
  }


.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
      position: relative;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 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-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
    width: 100%;
    height: auto;
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
    
    
  }


.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
      position: relative;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 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-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
    width: 100%;
    height: auto;
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
    
    
  }


.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
      position: relative;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
    width: 100%;
    height: auto;
  }

  #s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
    
    
  }


.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container {
      position: relative;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a33f8f11-7dd0-4ab9-97d7-d896e1cddcb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-61dc7f7e-ca5e-48b5-858d-90ea8e7250f3 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-61dc7f7e-ca5e-48b5-858d-90ea8e7250f3 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-abafcf4d-df42-4224-8841-63404fe8a390 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-abafcf4d-df42-4224-8841-63404fe8a390 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-b664f35f-32ab-40bb-862d-3e6ab37eb834 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-b664f35f-32ab-40bb-862d-3e6ab37eb834 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-b773b533-bb05-46f2-a10b-3c058d3852de {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-b773b533-bb05-46f2-a10b-3c058d3852de > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-b773b533-bb05-46f2-a10b-3c058d3852de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 350px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
    width: 100%;
    height: auto;
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
    
    
  }


.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
      position: relative;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
    width: 100%;
    height: auto;
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
    
    
  }


.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
      position: relative;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f 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-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
    width: 100%;
    height: auto;
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
    
    
  }


.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
      position: relative;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f 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-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
    width: 100%;
    height: auto;
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
    
    
  }


.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
      position: relative;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
    width: 100%;
    height: auto;
  }

  #s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
    
    
  }


.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f .shogun-image-content {
  
    align-items: center;
  
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container {
      position: relative;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bbfaecf-b0a2-4d2e-8e89-3d61b168bf4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4b20bc27-91f6-4582-bb3c-d9fc7f5a1c2a {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-4b20bc27-91f6-4582-bb3c-d9fc7f5a1c2a .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-8ee30b5d-cd4e-4dc8-ba32-4ac3281d5e42 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-8ee30b5d-cd4e-4dc8-ba32-4ac3281d5e42 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-dc8daaeb-14dd-4496-8565-8b6c07b8d06d {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-dc8daaeb-14dd-4496-8565-8b6c07b8d06d .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-f4b6cd07-eafb-4400-8f8d-bca14fdc6e4b {
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.4);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
min-height: 500px;
background-position: center center;
}








#s-f4b6cd07-eafb-4400-8f8d-bca14fdc6e4b > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.2;
}#s-f4b6cd07-eafb-4400-8f8d-bca14fdc6e4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
max-width: 350px;
aspect-ratio: 300/52;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
    width: 100%;
    height: auto;
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
    
    
  }


.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-content {
  
    align-items: center;
  
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
      position: relative;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
    width: 100%;
    height: auto;
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
    
    
  }


.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-content {
  
    align-items: center;
  
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
      position: relative;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef 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-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
    width: 100%;
    height: auto;
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
    
    
  }


.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-content {
  
    align-items: center;
  
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
      position: relative;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef 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-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
    width: 100%;
    height: auto;
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
    
    
  }


.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-content {
  
    align-items: center;
  
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
      position: relative;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }

    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-link {
      aspect-ratio: 300/52;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
    width: 100%;
    height: auto;
  }

  #s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
    
    
  }


.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef .shogun-image-content {
  
    align-items: center;
  
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef {
      --shg-aspect-ratio: calc(300/52); 
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container {
      position: relative;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23cf4686-90b4-4c2f-97c5-a6ac434999ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7c720fb4-63ce-4209-865c-4bc27c0a7e30 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-7c720fb4-63ce-4209-865c-4bc27c0a7e30 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-70cf91dd-e0d9-43a5-b3bb-e5064243ac8b {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-70cf91dd-e0d9-43a5-b3bb-e5064243ac8b .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-0fe607a4-8779-4ad8-84a7-e9ca9863e1a0 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-0fe607a4-8779-4ad8-84a7-e9ca9863e1a0 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: right;
}



#s-cb0fed60-c323-41e2-ab4c-55dd5f0abf24 {
  min-height: 50px;
}
@media (max-width: 767px){#s-cb0fed60-c323-41e2-ab4c-55dd5f0abf24 {
  display: none;
}
#s-cb0fed60-c323-41e2-ab4c-55dd5f0abf24, #wrap-s-cb0fed60-c323-41e2-ab4c-55dd5f0abf24 { display: none !important; }}







#s-cb0fed60-c323-41e2-ab4c-55dd5f0abf24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb0fed60-c323-41e2-ab4c-55dd5f0abf24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-89c6e50e-a6e3-4a68-b37e-c50f175fc4a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89c6e50e-a6e3-4a68-b37e-c50f175fc4a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-89c6e50e-a6e3-4a68-b37e-c50f175fc4a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-89c6e50e-a6e3-4a68-b37e-c50f175fc4a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-89c6e50e-a6e3-4a68-b37e-c50f175fc4a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-89c6e50e-a6e3-4a68-b37e-c50f175fc4a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-89c6e50e-a6e3-4a68-b37e-c50f175fc4a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: right;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
    width: 100%;
    height: auto;
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
    
    
  }


.s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
      position: relative;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
    width: 100%;
    height: auto;
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
    
    
  }


.s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
      position: relative;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc 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-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
    width: 100%;
    height: auto;
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
    
    
  }


.s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
      position: relative;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc 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-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
    width: 100%;
    height: auto;
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
    
    
  }


.s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
      position: relative;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
    width: 100%;
    height: auto;
  }

  #s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
    
    
  }


.s-d2b755a8-5820-40ad-9839-3226e6ec12cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container {
      position: relative;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2b755a8-5820-40ad-9839-3226e6ec12cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f146f0d6-c00b-4503-8d62-ce553ee3d03d {
  margin-top: 25px;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-f146f0d6-c00b-4503-8d62-ce553ee3d03d .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1em;
  letter-spacing: -1px;
  
}



#s-d285d8bb-a2d2-4cda-b506-6a011feb9687 hr {
  border-top: 2px solid rgba(77, 88, 88, 0.5);
}

#s-2bea4390-b8e9-445d-a42e-097fbda1015c {
  text-align: left;
}

#s-8d594136-b47b-40e6-ba91-0cf5c77d7830 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8d594136-b47b-40e6-ba91-0cf5c77d7830 {
  display: none;
}
#s-8d594136-b47b-40e6-ba91-0cf5c77d7830, #wrap-s-8d594136-b47b-40e6-ba91-0cf5c77d7830 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d594136-b47b-40e6-ba91-0cf5c77d7830 {
  display: none;
}
#s-8d594136-b47b-40e6-ba91-0cf5c77d7830, #wrap-s-8d594136-b47b-40e6-ba91-0cf5c77d7830 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d594136-b47b-40e6-ba91-0cf5c77d7830 {
  display: none;
}
#s-8d594136-b47b-40e6-ba91-0cf5c77d7830, #wrap-s-8d594136-b47b-40e6-ba91-0cf5c77d7830 { display: none !important; }}@media (max-width: 767px){#s-8d594136-b47b-40e6-ba91-0cf5c77d7830 {
  
}
}







#s-8d594136-b47b-40e6-ba91-0cf5c77d7830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d594136-b47b-40e6-ba91-0cf5c77d7830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77395fdd-cc96-4e98-a848-0c2d300d2061 {
  margin-top: 25px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-77395fdd-cc96-4e98-a848-0c2d300d2061 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: -1px;
  
}



#s-5123c749-3c55-4b4d-a505-ec1c6c795f78 hr {
  border-top: 2px solid rgba(77, 88, 88, 0.5);
}

#s-22fc1bdc-4c63-4f85-b4ea-b848e21a5e92 {
  text-align: left;
}

#s-cc2a3d58-27fc-49d4-9cb9-5d8909de5e03 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (max-width: 767px){#s-cc2a3d58-27fc-49d4-9cb9-5d8909de5e03 {
  display: none;
}
#s-cc2a3d58-27fc-49d4-9cb9-5d8909de5e03, #wrap-s-cc2a3d58-27fc-49d4-9cb9-5d8909de5e03 { display: none !important; }}







#s-cc2a3d58-27fc-49d4-9cb9-5d8909de5e03 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.5;
}#s-cc2a3d58-27fc-49d4-9cb9-5d8909de5e03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-6b16fb24-af54-4524-9a3b-a9359f894502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b16fb24-af54-4524-9a3b-a9359f894502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a016ad0-7ca4-421b-9bc7-2e38c57e48cb {
  margin-top: 40px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a016ad0-7ca4-421b-9bc7-2e38c57e48cb .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-47d72634-2c92-4b06-b222-34b435073a75 {
  margin-top: 5px;
margin-bottom: 60px;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-47d72634-2c92-4b06-b222-34b435073a75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 37.5px);
}

}

@media (min-width: 768px) {
[id="s-47d72634-2c92-4b06-b222-34b435073a75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 992px) {
[id="s-47d72634-2c92-4b06-b222-34b435073a75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 1200px) {
[id="s-47d72634-2c92-4b06-b222-34b435073a75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 56.25px);
}

}

#s-dd582be1-3aa1-4c6a-a3f4-bc3799f9510d {
  min-height: 50px;
}








#s-dd582be1-3aa1-4c6a-a3f4-bc3799f9510d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd582be1-3aa1-4c6a-a3f4-bc3799f9510d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-d2db2faf-63b5-4499-b675-f73cda5b2544:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
    width: 100%;
    height: auto;
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
    
    
  }


.s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
      position: relative;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
    width: 100%;
    height: auto;
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
    
    
  }


.s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
      position: relative;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 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-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
    width: 100%;
    height: auto;
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
    
    
  }


.s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
      position: relative;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 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-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
    width: 100%;
    height: auto;
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
    
    
  }


.s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
      position: relative;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
    width: 100%;
    height: auto;
  }

  #s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
    
    
  }


.s-d2db2faf-63b5-4499-b675-f73cda5b2544 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container {
      position: relative;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2db2faf-63b5-4499-b675-f73cda5b2544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1:active {background-color: rgba(255, 182, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1-root {
    text-align: center;
  }


#s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1-root {
    text-align: center;
  }


#s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1-root {
    text-align: center;
  }


#s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1-root {
    text-align: center;
  }


#s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1-root {
    text-align: center;
  }


#s-666f0a2f-b30e-4ce9-96c9-78bf7d2fdbc1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-318133ad-28cb-40f7-b67a-12453ea74af2 {
  min-height: 50px;
}








#s-318133ad-28cb-40f7-b67a-12453ea74af2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-318133ad-28cb-40f7-b67a-12453ea74af2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
  margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-dfd279c2-ba73-4fdd-badd-4e184620da31:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
    width: 100%;
    height: auto;
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
    
    
  }


.s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
      position: relative;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
    width: 100%;
    height: auto;
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
    
    
  }


.s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
      position: relative;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 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-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
    width: 100%;
    height: auto;
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
    
    
  }


.s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
      position: relative;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 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-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
    width: 100%;
    height: auto;
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
    
    
  }


.s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
      position: relative;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
    width: 100%;
    height: auto;
  }

  #s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
    
    
  }


.s-dfd279c2-ba73-4fdd-badd-4e184620da31 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container {
      position: relative;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfd279c2-ba73-4fdd-badd-4e184620da31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4bc6d93f-6288-4862-b151-a020d8190f2d {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-4bc6d93f-6288-4862-b151-a020d8190f2d:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-4bc6d93f-6288-4862-b151-a020d8190f2d:active {background-color: rgba(255, 182, 18, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4bc6d93f-6288-4862-b151-a020d8190f2d-root {
    text-align: center;
  }


#s-4bc6d93f-6288-4862-b151-a020d8190f2d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4bc6d93f-6288-4862-b151-a020d8190f2d-root {
    text-align: center;
  }


#s-4bc6d93f-6288-4862-b151-a020d8190f2d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bc6d93f-6288-4862-b151-a020d8190f2d-root {
    text-align: center;
  }


#s-4bc6d93f-6288-4862-b151-a020d8190f2d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bc6d93f-6288-4862-b151-a020d8190f2d-root {
    text-align: center;
  }


#s-4bc6d93f-6288-4862-b151-a020d8190f2d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4bc6d93f-6288-4862-b151-a020d8190f2d-root {
    text-align: center;
  }


#s-4bc6d93f-6288-4862-b151-a020d8190f2d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7e697d72-cc16-4465-be82-02e9094a4aaf {
  min-height: 50px;
}








#s-7e697d72-cc16-4465-be82-02e9094a4aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e697d72-cc16-4465-be82-02e9094a4aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
  margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-ed883d4c-1d4a-476b-9809-520cbd3ac452:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
    width: 100%;
    height: auto;
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
    
    
  }


.s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
      position: relative;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
    width: 100%;
    height: auto;
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
    
    
  }


.s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
      position: relative;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 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-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
    width: 100%;
    height: auto;
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
    
    
  }


.s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
      position: relative;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 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-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
    width: 100%;
    height: auto;
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
    
    
  }


.s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
      position: relative;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
    width: 100%;
    height: auto;
  }

  #s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
    
    
  }


.s-ed883d4c-1d4a-476b-9809-520cbd3ac452 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container {
      position: relative;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed883d4c-1d4a-476b-9809-520cbd3ac452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-42abe5fd-d892-41d4-a023-b354f7414571 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-42abe5fd-d892-41d4-a023-b354f7414571:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-42abe5fd-d892-41d4-a023-b354f7414571:active {background-color: rgba(255, 182, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-42abe5fd-d892-41d4-a023-b354f7414571-root {
    text-align: center;
  }


#s-42abe5fd-d892-41d4-a023-b354f7414571.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42abe5fd-d892-41d4-a023-b354f7414571-root {
    text-align: center;
  }


#s-42abe5fd-d892-41d4-a023-b354f7414571.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42abe5fd-d892-41d4-a023-b354f7414571-root {
    text-align: center;
  }


#s-42abe5fd-d892-41d4-a023-b354f7414571.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42abe5fd-d892-41d4-a023-b354f7414571-root {
    text-align: center;
  }


#s-42abe5fd-d892-41d4-a023-b354f7414571.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42abe5fd-d892-41d4-a023-b354f7414571-root {
    text-align: center;
  }


#s-42abe5fd-d892-41d4-a023-b354f7414571.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e98fabbe-d325-411d-9efb-2af84fa5a7ce {
  min-height: 50px;
}








#s-e98fabbe-d325-411d-9efb-2af84fa5a7ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e98fabbe-d325-411d-9efb-2af84fa5a7ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
  margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-ecfe8892-e01d-4b6b-b826-466858f78b7d:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
    width: 100%;
    height: auto;
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
    
    
  }


.s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
      position: relative;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
    width: 100%;
    height: auto;
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
    
    
  }


.s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
      position: relative;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d 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-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
    width: 100%;
    height: auto;
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
    
    
  }


.s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
      position: relative;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d 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-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
    width: 100%;
    height: auto;
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
    
    
  }


.s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
      position: relative;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
    width: 100%;
    height: auto;
  }

  #s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
    
    
  }


.s-ecfe8892-e01d-4b6b-b826-466858f78b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container {
      position: relative;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecfe8892-e01d-4b6b-b826-466858f78b7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f505ead1-801f-43d2-bb91-814ea418bf01 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-f505ead1-801f-43d2-bb91-814ea418bf01:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-f505ead1-801f-43d2-bb91-814ea418bf01:active {background-color: rgba(255, 182, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-f505ead1-801f-43d2-bb91-814ea418bf01-root {
    text-align: center;
  }


#s-f505ead1-801f-43d2-bb91-814ea418bf01.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f505ead1-801f-43d2-bb91-814ea418bf01-root {
    text-align: center;
  }


#s-f505ead1-801f-43d2-bb91-814ea418bf01.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f505ead1-801f-43d2-bb91-814ea418bf01-root {
    text-align: center;
  }


#s-f505ead1-801f-43d2-bb91-814ea418bf01.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f505ead1-801f-43d2-bb91-814ea418bf01-root {
    text-align: center;
  }


#s-f505ead1-801f-43d2-bb91-814ea418bf01.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f505ead1-801f-43d2-bb91-814ea418bf01-root {
    text-align: center;
  }


#s-f505ead1-801f-43d2-bb91-814ea418bf01.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 1200px){#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da {
  display: none;
}
#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da, #wrap-s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da {
  display: none;
}
#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da, #wrap-s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da {
  display: none;
}
#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da, #wrap-s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da { display: none !important; }}







#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0.5;
}#s-8592a8e1-cabc-47f5-aeb4-47a87d2d47da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-d86d8f24-f516-491c-888a-2d5d41974da0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d86d8f24-f516-491c-888a-2d5d41974da0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad07349b-34a2-4afa-9760-995e0636b3b7 {
  margin-top: 40px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad07349b-34a2-4afa-9760-995e0636b3b7 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1cfbca99-932b-44cc-9756-c1778c0bd935 {
  margin-top: 5px;
margin-bottom: 60px;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-1cfbca99-932b-44cc-9756-c1778c0bd935"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 37.5px);
}

}

@media (min-width: 768px) {
[id="s-1cfbca99-932b-44cc-9756-c1778c0bd935"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 992px) {
[id="s-1cfbca99-932b-44cc-9756-c1778c0bd935"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 1200px) {
[id="s-1cfbca99-932b-44cc-9756-c1778c0bd935"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 56.25px);
}

}

#s-470c065e-645f-4bcb-b6e5-40a9385bc458 {
  min-height: 50px;
}








#s-470c065e-645f-4bcb-b6e5-40a9385bc458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-470c065e-645f-4bcb-b6e5-40a9385bc458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39e0b860-6512-4692-8a77-65d725229a97 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-39e0b860-6512-4692-8a77-65d725229a97:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 {
    width: 100%;
    height: auto;
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
    
    
  }


.s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e0b860-6512-4692-8a77-65d725229a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
      position: relative;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 {
    width: 100%;
    height: auto;
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
    
    
  }


.s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e0b860-6512-4692-8a77-65d725229a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
      position: relative;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97 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-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 {
    width: 100%;
    height: auto;
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
    
    
  }


.s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e0b860-6512-4692-8a77-65d725229a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
      position: relative;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97 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-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 {
    width: 100%;
    height: auto;
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
    
    
  }


.s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e0b860-6512-4692-8a77-65d725229a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
      position: relative;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39e0b860-6512-4692-8a77-65d725229a97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 {
    width: 100%;
    height: auto;
  }

  #s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
    
    
  }


.s-39e0b860-6512-4692-8a77-65d725229a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39e0b860-6512-4692-8a77-65d725229a97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container {
      position: relative;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39e0b860-6512-4692-8a77-65d725229a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079-root {
    text-align: center;
  }


#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079-root {
    text-align: center;
  }


#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079-root {
    text-align: center;
  }


#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079-root {
    text-align: center;
  }


#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079-root {
    text-align: center;
  }


#s-696c3850-aeeb-4df4-bcfa-fd95e4ee9079.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-a46069c8-6edc-40af-8f22-42274ee4b66c {
  min-height: 50px;
}








#s-a46069c8-6edc-40af-8f22-42274ee4b66c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a46069c8-6edc-40af-8f22-42274ee4b66c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
  margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-a0d97b99-f708-4031-92d2-cc5ad066b888:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
    width: 100%;
    height: auto;
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
    
    
  }


.s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
      position: relative;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
    width: 100%;
    height: auto;
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
    
    
  }


.s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
      position: relative;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 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-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
    width: 100%;
    height: auto;
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
    
    
  }


.s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
      position: relative;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 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-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
    width: 100%;
    height: auto;
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
    
    
  }


.s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
      position: relative;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
    width: 100%;
    height: auto;
  }

  #s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
    
    
  }


.s-a0d97b99-f708-4031-92d2-cc5ad066b888 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container {
      position: relative;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0d97b99-f708-4031-92d2-cc5ad066b888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-46ca4352-069f-45aa-9815-cd27878138e1 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-46ca4352-069f-45aa-9815-cd27878138e1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-46ca4352-069f-45aa-9815-cd27878138e1:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-46ca4352-069f-45aa-9815-cd27878138e1-root {
    text-align: center;
  }


#s-46ca4352-069f-45aa-9815-cd27878138e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46ca4352-069f-45aa-9815-cd27878138e1-root {
    text-align: center;
  }


#s-46ca4352-069f-45aa-9815-cd27878138e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46ca4352-069f-45aa-9815-cd27878138e1-root {
    text-align: center;
  }


#s-46ca4352-069f-45aa-9815-cd27878138e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46ca4352-069f-45aa-9815-cd27878138e1-root {
    text-align: center;
  }


#s-46ca4352-069f-45aa-9815-cd27878138e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46ca4352-069f-45aa-9815-cd27878138e1-root {
    text-align: center;
  }


#s-46ca4352-069f-45aa-9815-cd27878138e1.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-a2519d2f-5a06-4160-b80e-19e338e9e1d8 {
  min-height: 50px;
}








#s-a2519d2f-5a06-4160-b80e-19e338e9e1d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2519d2f-5a06-4160-b80e-19e338e9e1d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
  margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-68aba0b3-ad4c-4b3c-98bb-a66d07213005:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
    width: 100%;
    height: auto;
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
    
    
  }


.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-content {
  
    align-items: center;
  
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
      position: relative;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
    width: 100%;
    height: auto;
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
    
    
  }


.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-content {
  
    align-items: center;
  
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
      position: relative;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 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-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
    width: 100%;
    height: auto;
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
    
    
  }


.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-content {
  
    align-items: center;
  
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
      position: relative;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 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-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
    width: 100%;
    height: auto;
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
    
    
  }


.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-content {
  
    align-items: center;
  
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
      position: relative;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
    width: 100%;
    height: auto;
  }

  #s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
    
    
  }


.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 .shogun-image-content {
  
    align-items: center;
  
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container {
      position: relative;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68aba0b3-ad4c-4b3c-98bb-a66d07213005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-7499b1ee-0df6-4f0c-938f-3317666bd7a8-root {
    text-align: center;
  }


#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7499b1ee-0df6-4f0c-938f-3317666bd7a8-root {
    text-align: center;
  }


#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7499b1ee-0df6-4f0c-938f-3317666bd7a8-root {
    text-align: center;
  }


#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7499b1ee-0df6-4f0c-938f-3317666bd7a8-root {
    text-align: center;
  }


#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7499b1ee-0df6-4f0c-938f-3317666bd7a8-root {
    text-align: center;
  }


#s-7499b1ee-0df6-4f0c-938f-3317666bd7a8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-01fa235a-24c9-45ed-b202-de33e27ebf0e {
  min-height: 50px;
}








#s-01fa235a-24c9-45ed-b202-de33e27ebf0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01fa235a-24c9-45ed-b202-de33e27ebf0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
  margin-bottom: 10px;
max-width: 125px;
aspect-ratio: 1/1;
text-align: center;
}
#s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe:hover {opacity: 0.85 !important;}




  @supports  (aspect-ratio: 1/1) {
    
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
    width: 100%;
    height: auto;
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
    
    
  }


.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-content {
  
    align-items: center;
  
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
      position: relative;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
    width: 100%;
    height: auto;
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
    
    
  }


.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-content {
  
    align-items: center;
  
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
      position: relative;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe 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-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
    width: 100%;
    height: auto;
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
    
    
  }


.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-content {
  
    align-items: center;
  
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
      position: relative;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe 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-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
    width: 100%;
    height: auto;
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
    
    
  }


.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-content {
  
    align-items: center;
  
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
      position: relative;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
    width: 100%;
    height: auto;
  }

  #s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
    
    
  }


.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe .shogun-image-content {
  
    align-items: center;
  
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container {
      position: relative;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f85a4c58-b8b5-4d34-a688-b62bdbdd86fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-973f2a50-10d7-4e54-8bfb-072d7f36db4b-root {
    text-align: center;
  }


#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-973f2a50-10d7-4e54-8bfb-072d7f36db4b-root {
    text-align: center;
  }


#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-973f2a50-10d7-4e54-8bfb-072d7f36db4b-root {
    text-align: center;
  }


#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-973f2a50-10d7-4e54-8bfb-072d7f36db4b-root {
    text-align: center;
  }


#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-973f2a50-10d7-4e54-8bfb-072d7f36db4b-root {
    text-align: center;
  }


#s-973f2a50-10d7-4e54-8bfb-072d7f36db4b.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@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}
