.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-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (max-width: 767px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}







#s-ffa41fc6-8486-42e6-9903-33f5f7923853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa41fc6-8486-42e6-9903-33f5f7923853.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (max-width: 767px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}
#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  display: none;
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-505441ff-6329-4be5-9cf0-fb2a79248e9d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-505441ff-6329-4be5-9cf0-fb2a79248e9d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-505441ff-6329-4be5-9cf0-fb2a79248e9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-505441ff-6329-4be5-9cf0-fb2a79248e9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-505441ff-6329-4be5-9cf0-fb2a79248e9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.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;
}

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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 img.shogun-image,
  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 {
    width: 100%;
    height: auto;
  }



  img.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
    
    
  }


.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shg-align-container {
  text-align: center
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 img.shogun-image,
  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 {
    width: 100%;
    height: auto;
  }



  img.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
    
    
  }


.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shg-align-container {
  text-align: center
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
  box-sizing: border-box;
}


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



  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 img.shogun-image,
  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 {
    width: 100%;
    height: auto;
  }



  img.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
    
    
  }


.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shg-align-container {
  text-align: center
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
  box-sizing: border-box;
}


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



  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 img.shogun-image,
  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 {
    width: 100%;
    height: auto;
  }



  img.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
    
    
  }


.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shg-align-container {
  text-align: center
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
  box-sizing: border-box;
}


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



  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 img.shogun-image,
  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 {
    width: 100%;
    height: auto;
  }



  img.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
    
    
  }


.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shg-align-container {
  text-align: center
}

.s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af270bc2-2d34-4eaf-80f8-e67f6adc5f08.shogun-image {
  box-sizing: border-box;
}


}
#s-afc785fc-2208-4724-8d6b-78ccc072e59c {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-afc785fc-2208-4724-8d6b-78ccc072e59c img.shogun-image,
  #s-afc785fc-2208-4724-8d6b-78ccc072e59c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afc785fc-2208-4724-8d6b-78ccc072e59c {
    width: 100%;
    height: auto;
  }



  img.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
    
    
  }


.s-afc785fc-2208-4724-8d6b-78ccc072e59c .shogun-image-content {
  
    align-items: center;
  
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shg-align-container {
  text-align: center
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-afc785fc-2208-4724-8d6b-78ccc072e59c img.shogun-image,
  #s-afc785fc-2208-4724-8d6b-78ccc072e59c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afc785fc-2208-4724-8d6b-78ccc072e59c {
    width: 100%;
    height: auto;
  }



  img.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
    
    
  }


.s-afc785fc-2208-4724-8d6b-78ccc072e59c .shogun-image-content {
  
    align-items: center;
  
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shg-align-container {
  text-align: center
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
  box-sizing: border-box;
}


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



  #s-afc785fc-2208-4724-8d6b-78ccc072e59c img.shogun-image,
  #s-afc785fc-2208-4724-8d6b-78ccc072e59c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afc785fc-2208-4724-8d6b-78ccc072e59c {
    width: 100%;
    height: auto;
  }



  img.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
    
    
  }


.s-afc785fc-2208-4724-8d6b-78ccc072e59c .shogun-image-content {
  
    align-items: center;
  
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shg-align-container {
  text-align: center
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
  box-sizing: border-box;
}


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



  #s-afc785fc-2208-4724-8d6b-78ccc072e59c img.shogun-image,
  #s-afc785fc-2208-4724-8d6b-78ccc072e59c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afc785fc-2208-4724-8d6b-78ccc072e59c {
    width: 100%;
    height: auto;
  }



  img.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
    
    
  }


.s-afc785fc-2208-4724-8d6b-78ccc072e59c .shogun-image-content {
  
    align-items: center;
  
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shg-align-container {
  text-align: center
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
  box-sizing: border-box;
}


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



  #s-afc785fc-2208-4724-8d6b-78ccc072e59c img.shogun-image,
  #s-afc785fc-2208-4724-8d6b-78ccc072e59c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afc785fc-2208-4724-8d6b-78ccc072e59c {
    width: 100%;
    height: auto;
  }



  img.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
    
    
  }


.s-afc785fc-2208-4724-8d6b-78ccc072e59c .shogun-image-content {
  
    align-items: center;
  
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shg-align-container {
  text-align: center
}

.s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc785fc-2208-4724-8d6b-78ccc072e59c.shogun-image {
  box-sizing: border-box;
}


}
#s-f30c0d86-c45f-4318-925f-b6b573a5d314 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 img.shogun-image,
  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 {
    width: 100%;
    height: auto;
  }



  img.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
    
    
  }


.s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shg-align-container {
  text-align: center
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 img.shogun-image,
  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 {
    width: 100%;
    height: auto;
  }



  img.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
    
    
  }


.s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shg-align-container {
  text-align: center
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
  box-sizing: border-box;
}


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



  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 img.shogun-image,
  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 {
    width: 100%;
    height: auto;
  }



  img.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
    
    
  }


.s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shg-align-container {
  text-align: center
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
  box-sizing: border-box;
}


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



  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 img.shogun-image,
  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 {
    width: 100%;
    height: auto;
  }



  img.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
    
    
  }


.s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shg-align-container {
  text-align: center
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
  box-sizing: border-box;
}


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



  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 img.shogun-image,
  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30c0d86-c45f-4318-925f-b6b573a5d314 {
    width: 100%;
    height: auto;
  }



  img.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
    
    
  }


.s-f30c0d86-c45f-4318-925f-b6b573a5d314 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shg-align-container {
  text-align: center
}

.s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30c0d86-c45f-4318-925f-b6b573a5d314.shogun-image {
  box-sizing: border-box;
}


}
#s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 img.shogun-image,
  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 {
    width: 100%;
    height: auto;
  }



  img.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
    
    
  }


.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shg-align-container {
  text-align: center
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 img.shogun-image,
  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 {
    width: 100%;
    height: auto;
  }



  img.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
    
    
  }


.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shg-align-container {
  text-align: center
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 img.shogun-image,
  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 {
    width: 100%;
    height: auto;
  }



  img.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
    
    
  }


.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shg-align-container {
  text-align: center
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 img.shogun-image,
  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 {
    width: 100%;
    height: auto;
  }



  img.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
    
    
  }


.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shg-align-container {
  text-align: center
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 img.shogun-image,
  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 {
    width: 100%;
    height: auto;
  }



  img.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
    
    
  }


.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shg-align-container {
  text-align: center
}

.s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2c9e224-b329-4d2a-a032-3e5fdb0449b1.shogun-image {
  box-sizing: border-box;
}


}
#s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 img.shogun-image,
  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 {
    width: 100%;
    height: auto;
  }



  img.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
    
    
  }


.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shg-align-container {
  text-align: center
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 img.shogun-image,
  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 {
    width: 100%;
    height: auto;
  }



  img.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
    
    
  }


.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shg-align-container {
  text-align: center
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
  box-sizing: border-box;
}


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



  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 img.shogun-image,
  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 {
    width: 100%;
    height: auto;
  }



  img.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
    
    
  }


.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shg-align-container {
  text-align: center
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
  box-sizing: border-box;
}


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



  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 img.shogun-image,
  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 {
    width: 100%;
    height: auto;
  }



  img.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
    
    
  }


.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shg-align-container {
  text-align: center
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
  box-sizing: border-box;
}


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



  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 img.shogun-image,
  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 {
    width: 100%;
    height: auto;
  }



  img.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
    
    
  }


.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shg-align-container {
  text-align: center
}

.s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14e398aa-42c1-4612-bb2c-68f9548ed3a6.shogun-image {
  box-sizing: border-box;
}


}
#s-102799d9-68c9-4263-b7d5-216b5d03ef70 {
  max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 img.shogun-image,
  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 {
    width: 100%;
    height: auto;
  }



  img.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
    
    
  }


.s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shg-align-container {
  text-align: center
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 img.shogun-image,
  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 {
    width: 100%;
    height: auto;
  }



  img.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
    
    
  }


.s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shg-align-container {
  text-align: center
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
  box-sizing: border-box;
}


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



  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 img.shogun-image,
  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 {
    width: 100%;
    height: auto;
  }



  img.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
    
    
  }


.s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shg-align-container {
  text-align: center
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
  box-sizing: border-box;
}


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



  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 img.shogun-image,
  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 {
    width: 100%;
    height: auto;
  }



  img.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
    
    
  }


.s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shg-align-container {
  text-align: center
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
  box-sizing: border-box;
}


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



  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 img.shogun-image,
  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-102799d9-68c9-4263-b7d5-216b5d03ef70 {
    width: 100%;
    height: auto;
  }



  img.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
    
    
  }


.s-102799d9-68c9-4263-b7d5-216b5d03ef70 .shogun-image-content {
  
    align-items: center;
  
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shg-align-container {
  text-align: center
}

.s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102799d9-68c9-4263-b7d5-216b5d03ef70.shogun-image {
  box-sizing: border-box;
}


}
#s-05212ade-4280-4156-bce3-0c9b1d4f2f63 {
  max-width: 2499px;
aspect-ratio: 2499/800;
text-align: center;
}





  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 img.shogun-image,
  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 {
    width: 100%;
    height: auto;
  }



  img.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
    
    
  }


.s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shogun-image-content {
  
    align-items: center;
  
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shg-align-container {
  text-align: center
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 img.shogun-image,
  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 {
    width: 100%;
    height: auto;
  }



  img.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
    
    
  }


.s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shogun-image-content {
  
    align-items: center;
  
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shg-align-container {
  text-align: center
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
  box-sizing: border-box;
}


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



  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 img.shogun-image,
  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 {
    width: 100%;
    height: auto;
  }



  img.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
    
    
  }


.s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shogun-image-content {
  
    align-items: center;
  
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shg-align-container {
  text-align: center
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
  box-sizing: border-box;
}


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



  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 img.shogun-image,
  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 {
    width: 100%;
    height: auto;
  }



  img.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
    
    
  }


.s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shogun-image-content {
  
    align-items: center;
  
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shg-align-container {
  text-align: center
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
  box-sizing: border-box;
}


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



  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 img.shogun-image,
  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05212ade-4280-4156-bce3-0c9b1d4f2f63 {
    width: 100%;
    height: auto;
  }



  img.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
    
    
  }


.s-05212ade-4280-4156-bce3-0c9b1d4f2f63 .shogun-image-content {
  
    align-items: center;
  
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shg-align-container {
  text-align: center
}

.s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05212ade-4280-4156-bce3-0c9b1d4f2f63.shogun-image {
  box-sizing: border-box;
}


}
#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}@media (max-width: 767px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}
@media (min-width: 0px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8 {
  margin-top: 2px;
margin-left: 40px;
margin-bottom: 2px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
}

@media (min-width: 0px) {
[id="s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4f149ed1-e31d-49ce-b339-dc9d338bb6b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  max-width: 600px;
text-align: right;
}
@media (min-width: 1200px){#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  
}
}@media (max-width: 767px){#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  
}
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  max-width:  100%;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom,
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  
    margin-left: auto;
  
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  max-width:  100%;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom,
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  
    margin-left: auto;
  
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  max-width:  100%;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom,
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  
    margin-left: auto;
  
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  max-width:  100%;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom,
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  
    margin-left: auto;
  
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf {
  max-width:  100%;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom,
.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  max-width: 600px !important;
  
}

.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  
    margin-left: auto;
  
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369a6306-1945-43a0-b830-a8dd15cc68cf img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 500px;
max-width: 500px;
text-align: left;
background-color: rgba(66, 57, 57, 0);
}
@media (min-width: 1200px){#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 {
  
}
}@media (max-width: 767px){#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 {
  
}
}
#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 4px;
  padding-bottom: 4px;
}

#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 .shg-gallery-thumb-list-margin {
  margin-right: -4px;
}

#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-550f5146-a408-4b7e-8f2e-0a089fc8f2a2 .shg-gallery-dot {
  background-color: #FFF;
}

#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  box-shadow:0px 40px 100px 0px rgba(0, 0, 0, 0.14);
margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 18, 216, 1);
border-style: solid;
border-radius: 20px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}@media (max-width: 767px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}







#s-02ee9492-34bb-4d12-a8e6-06933cf51642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02ee9492-34bb-4d12-a8e6-06933cf51642.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #121212;
  font-family: Assistant;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  margin-top: 60px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}@media (max-width: 767px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}
#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 .shg-product-title-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
}

#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 233, 235, 1);
text-align: center;
}
@media (min-width: 1200px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}@media (max-width: 767px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}
#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.32);
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 20px;
}

.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: #121212;
  font-family: Assistant;
  font-weight: 400;
}

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

.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: #121212;
  font-family: Assistant;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #121212;
  font-family: Assistant;
  font-weight: 400;
}

#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}@media (max-width: 767px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shg-variant-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-variant-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-variant-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}@media (max-width: 767px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}
#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  




  #s-6451bba7-0378-4ae4-91aa-d6c17029b978-btn-wrapper {
    text-align: center;
  }


#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn:hover {
  background: #252525;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn:active, #s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}@media (max-width: 767px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}
#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper {
  display: flex;
}

#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf label {
    color: rgba(0, 0, 0, 1);
    font-weight:  500 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  


.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(122, 122, 122, 1);
border-radius: 29px;
text-align: center;
background-color: rgba(243, 182, 63, 1);
font-size: 18px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(243, 182, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}@media (max-width: 767px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}


#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

#s-1456a46f-eb89-4ad7-928e-a3cad32428dd {
  opacity: 1;
}

#s-1456a46f-eb89-4ad7-928e-a3cad32428dd hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

#s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec {
  margin-bottom: 30px;
max-width: 1920px;
aspect-ratio: 1290/290;
text-align: center;
opacity: 1;
}





  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec img.shogun-image,
  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec {
    width: 100%;
    height: auto;
  }




.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shg-align-container {
  text-align: center
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec img.shogun-image,
  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec {
    width: 100%;
    height: auto;
  }




.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shg-align-container {
  text-align: center
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image {
  box-sizing: border-box;
}


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



  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec img.shogun-image,
  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec {
    width: 100%;
    height: auto;
  }




.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shg-align-container {
  text-align: center
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image {
  box-sizing: border-box;
}


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



  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec img.shogun-image,
  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec {
    width: 100%;
    height: auto;
  }




.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shg-align-container {
  text-align: center
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image {
  box-sizing: border-box;
}


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



  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec img.shogun-image,
  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec {
    width: 100%;
    height: auto;
  }




.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shg-align-container {
  text-align: center
}

.s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c90e6cb8-b25b-49b4-b4d5-297b5bd5dcec.shogun-image {
  box-sizing: border-box;
}


}
#s-ad769f66-f3ad-440d-bc7a-e5f02965cae2 {
  opacity: 1;
}

#s-ad769f66-f3ad-440d-bc7a-e5f02965cae2 hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-0b2497e6-28fa-4351-9123-841b61b35348 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}


  #s-0b2497e6-28fa-4351-9123-841b61b35348 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(164, 164, 164, 1);
  }
  #s-0b2497e6-28fa-4351-9123-841b61b35348 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(243, 182, 63, 1);
    border: 2px solid rgba(22, 34, 36, 1);
  }
#s-0b2497e6-28fa-4351-9123-841b61b35348 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(243, 182, 63, 1);
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-0b2497e6-28fa-4351-9123-841b61b35348 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-0b2497e6-28fa-4351-9123-841b61b35348 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(243, 182, 63, 1);
}

#s-0b2497e6-28fa-4351-9123-841b61b35348 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(22, 34, 36, 1);
}

#s-76f375f8-a9f8-4200-bdad-55bece3580bd {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-76f375f8-a9f8-4200-bdad-55bece3580bd img.shogun-image,
  #s-76f375f8-a9f8-4200-bdad-55bece3580bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f375f8-a9f8-4200-bdad-55bece3580bd {
    width: 100%;
    height: auto;
  }



  img.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
    
    
  }


.s-76f375f8-a9f8-4200-bdad-55bece3580bd .shogun-image-content {
  
    align-items: center;
  
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shg-align-container {
  text-align: center
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-76f375f8-a9f8-4200-bdad-55bece3580bd img.shogun-image,
  #s-76f375f8-a9f8-4200-bdad-55bece3580bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f375f8-a9f8-4200-bdad-55bece3580bd {
    width: 100%;
    height: auto;
  }



  img.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
    
    
  }


.s-76f375f8-a9f8-4200-bdad-55bece3580bd .shogun-image-content {
  
    align-items: center;
  
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shg-align-container {
  text-align: center
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
  box-sizing: border-box;
}


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



  #s-76f375f8-a9f8-4200-bdad-55bece3580bd img.shogun-image,
  #s-76f375f8-a9f8-4200-bdad-55bece3580bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f375f8-a9f8-4200-bdad-55bece3580bd {
    width: 100%;
    height: auto;
  }



  img.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
    
    
  }


.s-76f375f8-a9f8-4200-bdad-55bece3580bd .shogun-image-content {
  
    align-items: center;
  
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shg-align-container {
  text-align: center
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
  box-sizing: border-box;
}


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



  #s-76f375f8-a9f8-4200-bdad-55bece3580bd img.shogun-image,
  #s-76f375f8-a9f8-4200-bdad-55bece3580bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f375f8-a9f8-4200-bdad-55bece3580bd {
    width: 100%;
    height: auto;
  }



  img.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
    
    
  }


.s-76f375f8-a9f8-4200-bdad-55bece3580bd .shogun-image-content {
  
    align-items: center;
  
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shg-align-container {
  text-align: center
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
  box-sizing: border-box;
}


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



  #s-76f375f8-a9f8-4200-bdad-55bece3580bd img.shogun-image,
  #s-76f375f8-a9f8-4200-bdad-55bece3580bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f375f8-a9f8-4200-bdad-55bece3580bd {
    width: 100%;
    height: auto;
  }



  img.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
    
    
  }


.s-76f375f8-a9f8-4200-bdad-55bece3580bd .shogun-image-content {
  
    align-items: center;
  
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shg-align-container {
  text-align: center
}

.s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f375f8-a9f8-4200-bdad-55bece3580bd.shogun-image {
  box-sizing: border-box;
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-0c53f857-4c08-4fa1-97fa-d20ad24c8791 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0c53f857-4c08-4fa1-97fa-d20ad24c8791 .shg-sld-dot {
  background-color: rgba(243, 182, 63, 1);
}

#s-0c53f857-4c08-4fa1-97fa-d20ad24c8791 .shg-sld-nav-button.shg-sld-left,
#s-0c53f857-4c08-4fa1-97fa-d20ad24c8791 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(243, 182, 63, 1);
}

#s-c4f0b472-3ceb-4ce9-80ca-650c4ba2c7f1 {
  margin-left: 20%;
margin-right: 20%;
}

#s-f30f4018-2136-4dd7-ac95-6eb018e77e54 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 img.shogun-image,
  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 {
    width: 100%;
    height: auto;
  }



  img.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
    
    
  }


.s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shg-align-container {
  text-align: center
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 img.shogun-image,
  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 {
    width: 100%;
    height: auto;
  }



  img.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
    
    
  }


.s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shg-align-container {
  text-align: center
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
  box-sizing: border-box;
}


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



  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 img.shogun-image,
  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 {
    width: 100%;
    height: auto;
  }



  img.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
    
    
  }


.s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shg-align-container {
  text-align: center
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
  box-sizing: border-box;
}


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



  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 img.shogun-image,
  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 {
    width: 100%;
    height: auto;
  }



  img.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
    
    
  }


.s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shg-align-container {
  text-align: center
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
  box-sizing: border-box;
}


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



  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 img.shogun-image,
  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f30f4018-2136-4dd7-ac95-6eb018e77e54 {
    width: 100%;
    height: auto;
  }



  img.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
    
    
  }


.s-f30f4018-2136-4dd7-ac95-6eb018e77e54 .shogun-image-content {
  
    align-items: center;
  
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shg-align-container {
  text-align: center
}

.s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f30f4018-2136-4dd7-ac95-6eb018e77e54.shogun-image {
  box-sizing: border-box;
}


}
#s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 img.shogun-image,
  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 {
    width: 100%;
    height: auto;
  }



  img.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
    
    
  }


.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shg-align-container {
  text-align: center
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 img.shogun-image,
  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 {
    width: 100%;
    height: auto;
  }



  img.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
    
    
  }


.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shg-align-container {
  text-align: center
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 img.shogun-image,
  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 {
    width: 100%;
    height: auto;
  }



  img.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
    
    
  }


.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shg-align-container {
  text-align: center
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 img.shogun-image,
  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 {
    width: 100%;
    height: auto;
  }



  img.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
    
    
  }


.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shg-align-container {
  text-align: center
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 img.shogun-image,
  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 {
    width: 100%;
    height: auto;
  }



  img.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
    
    
  }


.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shg-align-container {
  text-align: center
}

.s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2c5b9b-aa9d-40f9-bd8e-615c776675e3.shogun-image {
  box-sizing: border-box;
}


}
#s-e3f5af2b-848d-457e-9b53-606d2416db7c {
  min-height: 50px;
}








#s-e3f5af2b-848d-457e-9b53-606d2416db7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3f5af2b-848d-457e-9b53-606d2416db7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75308870-bf67-4fb7-9184-bac6d6391707 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-75308870-bf67-4fb7-9184-bac6d6391707 img.shogun-image,
  #s-75308870-bf67-4fb7-9184-bac6d6391707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75308870-bf67-4fb7-9184-bac6d6391707 {
    width: 100%;
    height: auto;
  }



  img.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
    
    
  }


.s-75308870-bf67-4fb7-9184-bac6d6391707 .shogun-image-content {
  
    align-items: center;
  
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shg-align-container {
  text-align: center
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-75308870-bf67-4fb7-9184-bac6d6391707 img.shogun-image,
  #s-75308870-bf67-4fb7-9184-bac6d6391707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75308870-bf67-4fb7-9184-bac6d6391707 {
    width: 100%;
    height: auto;
  }



  img.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
    
    
  }


.s-75308870-bf67-4fb7-9184-bac6d6391707 .shogun-image-content {
  
    align-items: center;
  
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shg-align-container {
  text-align: center
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
  box-sizing: border-box;
}


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



  #s-75308870-bf67-4fb7-9184-bac6d6391707 img.shogun-image,
  #s-75308870-bf67-4fb7-9184-bac6d6391707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75308870-bf67-4fb7-9184-bac6d6391707 {
    width: 100%;
    height: auto;
  }



  img.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
    
    
  }


.s-75308870-bf67-4fb7-9184-bac6d6391707 .shogun-image-content {
  
    align-items: center;
  
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shg-align-container {
  text-align: center
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
  box-sizing: border-box;
}


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



  #s-75308870-bf67-4fb7-9184-bac6d6391707 img.shogun-image,
  #s-75308870-bf67-4fb7-9184-bac6d6391707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75308870-bf67-4fb7-9184-bac6d6391707 {
    width: 100%;
    height: auto;
  }



  img.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
    
    
  }


.s-75308870-bf67-4fb7-9184-bac6d6391707 .shogun-image-content {
  
    align-items: center;
  
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shg-align-container {
  text-align: center
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
  box-sizing: border-box;
}


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



  #s-75308870-bf67-4fb7-9184-bac6d6391707 img.shogun-image,
  #s-75308870-bf67-4fb7-9184-bac6d6391707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75308870-bf67-4fb7-9184-bac6d6391707 {
    width: 100%;
    height: auto;
  }



  img.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
    
    
  }


.s-75308870-bf67-4fb7-9184-bac6d6391707 .shogun-image-content {
  
    align-items: center;
  
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shg-align-container {
  text-align: center
}

.s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75308870-bf67-4fb7-9184-bac6d6391707.shogun-image {
  box-sizing: border-box;
}


}
#s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 img.shogun-image,
  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 {
    width: 100%;
    height: auto;
  }



  img.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
    
    
  }


.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shg-align-container {
  text-align: center
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 img.shogun-image,
  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 {
    width: 100%;
    height: auto;
  }



  img.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
    
    
  }


.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shg-align-container {
  text-align: center
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
  box-sizing: border-box;
}


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



  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 img.shogun-image,
  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 {
    width: 100%;
    height: auto;
  }



  img.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
    
    
  }


.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shg-align-container {
  text-align: center
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
  box-sizing: border-box;
}


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



  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 img.shogun-image,
  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 {
    width: 100%;
    height: auto;
  }



  img.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
    
    
  }


.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shg-align-container {
  text-align: center
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
  box-sizing: border-box;
}


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



  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 img.shogun-image,
  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 {
    width: 100%;
    height: auto;
  }



  img.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
    
    
  }


.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shg-align-container {
  text-align: center
}

.s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac9d7a3-796f-4c85-b0d5-39e32941e813.shogun-image {
  box-sizing: border-box;
}


}
#s-6b356e9d-5565-48a9-9deb-7d436cddcd43 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
max-width: 500px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 img.shogun-image,
  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 {
    width: 100%;
    height: auto;
  }



  img.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
    
    
  }


.s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shg-align-container {
  text-align: center
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 img.shogun-image,
  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 {
    width: 100%;
    height: auto;
  }



  img.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
    
    
  }


.s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shg-align-container {
  text-align: center
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
  box-sizing: border-box;
}


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



  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 img.shogun-image,
  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 {
    width: 100%;
    height: auto;
  }



  img.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
    
    
  }


.s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shg-align-container {
  text-align: center
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
  box-sizing: border-box;
}


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



  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 img.shogun-image,
  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 {
    width: 100%;
    height: auto;
  }



  img.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
    
    
  }


.s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shg-align-container {
  text-align: center
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
  box-sizing: border-box;
}


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



  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 img.shogun-image,
  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b356e9d-5565-48a9-9deb-7d436cddcd43 {
    width: 100%;
    height: auto;
  }



  img.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
    
    
  }


.s-6b356e9d-5565-48a9-9deb-7d436cddcd43 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shg-align-container {
  text-align: center
}

.s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b356e9d-5565-48a9-9deb-7d436cddcd43.shogun-image {
  box-sizing: border-box;
}


}
#s-cbdd3733-ccf1-4432-85d8-777a41872979 {
  min-height: 50px;
}








#s-cbdd3733-ccf1-4432-85d8-777a41872979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbdd3733-ccf1-4432-85d8-777a41872979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee912d18-0371-460d-96d7-363fb2109640 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ee912d18-0371-460d-96d7-363fb2109640 .shg-sld-dot {
  background-color: rgba(243, 182, 63, 1);
}

#s-ee912d18-0371-460d-96d7-363fb2109640 .shg-sld-nav-button.shg-sld-left,
#s-ee912d18-0371-460d-96d7-363fb2109640 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(243, 182, 63, 1);
}

#s-07bc413e-650c-4b32-a45c-9ebea0a4a192 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 img.shogun-image,
  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 {
    width: 100%;
    height: auto;
  }



  img.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
    
    
  }


.s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shogun-image-content {
  
    align-items: center;
  
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shg-align-container {
  text-align: center
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 img.shogun-image,
  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 {
    width: 100%;
    height: auto;
  }



  img.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
    
    
  }


.s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shogun-image-content {
  
    align-items: center;
  
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shg-align-container {
  text-align: center
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
  box-sizing: border-box;
}


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



  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 img.shogun-image,
  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 {
    width: 100%;
    height: auto;
  }



  img.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
    
    
  }


.s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shogun-image-content {
  
    align-items: center;
  
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shg-align-container {
  text-align: center
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
  box-sizing: border-box;
}


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



  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 img.shogun-image,
  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 {
    width: 100%;
    height: auto;
  }



  img.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
    
    
  }


.s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shogun-image-content {
  
    align-items: center;
  
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shg-align-container {
  text-align: center
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
  box-sizing: border-box;
}


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



  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 img.shogun-image,
  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07bc413e-650c-4b32-a45c-9ebea0a4a192 {
    width: 100%;
    height: auto;
  }



  img.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
    
    
  }


.s-07bc413e-650c-4b32-a45c-9ebea0a4a192 .shogun-image-content {
  
    align-items: center;
  
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shg-align-container {
  text-align: center
}

.s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07bc413e-650c-4b32-a45c-9ebea0a4a192.shogun-image {
  box-sizing: border-box;
}


}
#s-289b335c-066e-4094-a8c0-ce26c8b5b004 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 img.shogun-image,
  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 {
    width: 100%;
    height: auto;
  }



  img.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
    
    
  }


.s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shogun-image-content {
  
    align-items: center;
  
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shg-align-container {
  text-align: center
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 img.shogun-image,
  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 {
    width: 100%;
    height: auto;
  }



  img.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
    
    
  }


.s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shogun-image-content {
  
    align-items: center;
  
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shg-align-container {
  text-align: center
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
  box-sizing: border-box;
}


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



  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 img.shogun-image,
  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 {
    width: 100%;
    height: auto;
  }



  img.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
    
    
  }


.s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shogun-image-content {
  
    align-items: center;
  
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shg-align-container {
  text-align: center
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
  box-sizing: border-box;
}


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



  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 img.shogun-image,
  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 {
    width: 100%;
    height: auto;
  }



  img.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
    
    
  }


.s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shogun-image-content {
  
    align-items: center;
  
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shg-align-container {
  text-align: center
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
  box-sizing: border-box;
}


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



  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 img.shogun-image,
  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-289b335c-066e-4094-a8c0-ce26c8b5b004 {
    width: 100%;
    height: auto;
  }



  img.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
    
    
  }


.s-289b335c-066e-4094-a8c0-ce26c8b5b004 .shogun-image-content {
  
    align-items: center;
  
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shg-align-container {
  text-align: center
}

.s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289b335c-066e-4094-a8c0-ce26c8b5b004.shogun-image {
  box-sizing: border-box;
}


}
#s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d img.shogun-image,
  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d {
    width: 100%;
    height: auto;
  }



  img.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
    
    
  }


.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shogun-image-content {
  
    align-items: center;
  
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shg-align-container {
  text-align: center
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d img.shogun-image,
  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d {
    width: 100%;
    height: auto;
  }



  img.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
    
    
  }


.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shogun-image-content {
  
    align-items: center;
  
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shg-align-container {
  text-align: center
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
  box-sizing: border-box;
}


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



  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d img.shogun-image,
  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d {
    width: 100%;
    height: auto;
  }



  img.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
    
    
  }


.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shogun-image-content {
  
    align-items: center;
  
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shg-align-container {
  text-align: center
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
  box-sizing: border-box;
}


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



  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d img.shogun-image,
  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d {
    width: 100%;
    height: auto;
  }



  img.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
    
    
  }


.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shogun-image-content {
  
    align-items: center;
  
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shg-align-container {
  text-align: center
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
  box-sizing: border-box;
}


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



  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d img.shogun-image,
  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d {
    width: 100%;
    height: auto;
  }



  img.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
    
    
  }


.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d .shogun-image-content {
  
    align-items: center;
  
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shg-align-container {
  text-align: center
}

.s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9db5a6e2-f8cf-4ab8-abe4-0ce49156970d.shogun-image {
  box-sizing: border-box;
}


}
#s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
min-height: 500px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 img.shogun-image,
  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 {
    width: 100%;
    height: auto;
  }



  img.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
    
    
  }


.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shogun-image-content {
  
    align-items: center;
  
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shg-align-container {
  text-align: center
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 img.shogun-image,
  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 {
    width: 100%;
    height: auto;
  }



  img.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
    
    
  }


.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shogun-image-content {
  
    align-items: center;
  
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shg-align-container {
  text-align: center
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
  box-sizing: border-box;
}


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



  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 img.shogun-image,
  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 {
    width: 100%;
    height: auto;
  }



  img.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
    
    
  }


.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shogun-image-content {
  
    align-items: center;
  
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shg-align-container {
  text-align: center
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
  box-sizing: border-box;
}


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



  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 img.shogun-image,
  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 {
    width: 100%;
    height: auto;
  }



  img.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
    
    
  }


.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shogun-image-content {
  
    align-items: center;
  
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shg-align-container {
  text-align: center
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
  box-sizing: border-box;
}


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



  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 img.shogun-image,
  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 {
    width: 100%;
    height: auto;
  }



  img.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
    
    
  }


.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783 .shogun-image-content {
  
    align-items: center;
  
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shg-align-container {
  text-align: center
}

.s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7048005b-d90d-4a8b-ae7b-b195fe6cc783.shogun-image {
  box-sizing: border-box;
}


}
#s-e1e173e2-d718-4926-8115-9e7f9292a361 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e1e173e2-d718-4926-8115-9e7f9292a361 img.shogun-image,
  #s-e1e173e2-d718-4926-8115-9e7f9292a361 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1e173e2-d718-4926-8115-9e7f9292a361 {
    width: 100%;
    height: auto;
  }



  img.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
    
    
  }


.s-e1e173e2-d718-4926-8115-9e7f9292a361 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shg-align-container {
  text-align: center
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e1e173e2-d718-4926-8115-9e7f9292a361 img.shogun-image,
  #s-e1e173e2-d718-4926-8115-9e7f9292a361 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1e173e2-d718-4926-8115-9e7f9292a361 {
    width: 100%;
    height: auto;
  }



  img.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
    
    
  }


.s-e1e173e2-d718-4926-8115-9e7f9292a361 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shg-align-container {
  text-align: center
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1e173e2-d718-4926-8115-9e7f9292a361 img.shogun-image,
  #s-e1e173e2-d718-4926-8115-9e7f9292a361 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1e173e2-d718-4926-8115-9e7f9292a361 {
    width: 100%;
    height: auto;
  }



  img.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
    
    
  }


.s-e1e173e2-d718-4926-8115-9e7f9292a361 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shg-align-container {
  text-align: center
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1e173e2-d718-4926-8115-9e7f9292a361 img.shogun-image,
  #s-e1e173e2-d718-4926-8115-9e7f9292a361 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1e173e2-d718-4926-8115-9e7f9292a361 {
    width: 100%;
    height: auto;
  }



  img.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
    
    
  }


.s-e1e173e2-d718-4926-8115-9e7f9292a361 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shg-align-container {
  text-align: center
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1e173e2-d718-4926-8115-9e7f9292a361 img.shogun-image,
  #s-e1e173e2-d718-4926-8115-9e7f9292a361 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1e173e2-d718-4926-8115-9e7f9292a361 {
    width: 100%;
    height: auto;
  }



  img.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
    
    
  }


.s-e1e173e2-d718-4926-8115-9e7f9292a361 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shg-align-container {
  text-align: center
}

.s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1e173e2-d718-4926-8115-9e7f9292a361.shogun-image {
  box-sizing: border-box;
}


}
#s-97c52360-5e6d-41d4-81cb-7ae9864ae7b6 {
  min-height: 50px;
}








#s-97c52360-5e6d-41d4-81cb-7ae9864ae7b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97c52360-5e6d-41d4-81cb-7ae9864ae7b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  
}
}@media (max-width: 767px){#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  
}
}
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 {
  background-image: url(https://i.shgcdn.com/3bf49928-5359-4073-97d1-5fdc37663e66/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.05;
}#s-5d916b28-bcf4-4450-b8a8-711ccc8e95f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1a2335f-3cf2-4d52-ba1a-7002df057710 {
  opacity: 1;
}

#s-e1a2335f-3cf2-4d52-ba1a-7002df057710 hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

#s-431e2108-4792-40e1-b805-a733553b5353 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(22, 34, 36, 1);
}

#s-6080e276-9ef0-486f-b920-0f230d31aa35 hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

#s-4c10a41a-770a-4080-b2e6-8a47a14d760a {
  min-height: 50px;
background-color: rgba(61, 133, 129, 1);
}








#s-4c10a41a-770a-4080-b2e6-8a47a14d760a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c10a41a-770a-4080-b2e6-8a47a14d760a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a1b6b66-95de-4db5-9c30-c932206a336c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(254, 255, 255, 1);
opacity: 1;
}
@media (min-width: 1200px){#s-2a1b6b66-95de-4db5-9c30-c932206a336c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a1b6b66-95de-4db5-9c30-c932206a336c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a1b6b66-95de-4db5-9c30-c932206a336c {
  
}
}@media (max-width: 767px){#s-2a1b6b66-95de-4db5-9c30-c932206a336c {
  
}
}
@media (min-width: 0px) {
[id="s-2a1b6b66-95de-4db5-9c30-c932206a336c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2a1b6b66-95de-4db5-9c30-c932206a336c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a1b6b66-95de-4db5-9c30-c932206a336c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a1b6b66-95de-4db5-9c30-c932206a336c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 img.shogun-image,
  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 {
    width: 100%;
    height: auto;
  }



  img.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
    
    
  }


.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shg-align-container {
  text-align: center
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 img.shogun-image,
  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 {
    width: 100%;
    height: auto;
  }



  img.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
    
    
  }


.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shg-align-container {
  text-align: center
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
  box-sizing: border-box;
}


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



  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 img.shogun-image,
  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 {
    width: 100%;
    height: auto;
  }



  img.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
    
    
  }


.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shg-align-container {
  text-align: center
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
  box-sizing: border-box;
}


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



  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 img.shogun-image,
  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 {
    width: 100%;
    height: auto;
  }



  img.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
    
    
  }


.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shg-align-container {
  text-align: center
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
  box-sizing: border-box;
}


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



  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 img.shogun-image,
  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 {
    width: 100%;
    height: auto;
  }



  img.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
    
    
  }


.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shg-align-container {
  text-align: center
}

.s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f518bcc-c51d-4d20-a6d1-bef5a8145e98.shogun-image {
  box-sizing: border-box;
}


}
#s-553adc01-13ce-444d-86ac-ed60120a196b {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-553adc01-13ce-444d-86ac-ed60120a196b img.shogun-image,
  #s-553adc01-13ce-444d-86ac-ed60120a196b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-553adc01-13ce-444d-86ac-ed60120a196b {
    width: 100%;
    height: auto;
  }



  img.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
    
    
  }


.s-553adc01-13ce-444d-86ac-ed60120a196b .shogun-image-content {
  
    align-items: center;
  
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shg-align-container {
  text-align: center
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-553adc01-13ce-444d-86ac-ed60120a196b img.shogun-image,
  #s-553adc01-13ce-444d-86ac-ed60120a196b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-553adc01-13ce-444d-86ac-ed60120a196b {
    width: 100%;
    height: auto;
  }



  img.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
    
    
  }


.s-553adc01-13ce-444d-86ac-ed60120a196b .shogun-image-content {
  
    align-items: center;
  
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shg-align-container {
  text-align: center
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
  box-sizing: border-box;
}


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



  #s-553adc01-13ce-444d-86ac-ed60120a196b img.shogun-image,
  #s-553adc01-13ce-444d-86ac-ed60120a196b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-553adc01-13ce-444d-86ac-ed60120a196b {
    width: 100%;
    height: auto;
  }



  img.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
    
    
  }


.s-553adc01-13ce-444d-86ac-ed60120a196b .shogun-image-content {
  
    align-items: center;
  
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shg-align-container {
  text-align: center
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
  box-sizing: border-box;
}


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



  #s-553adc01-13ce-444d-86ac-ed60120a196b img.shogun-image,
  #s-553adc01-13ce-444d-86ac-ed60120a196b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-553adc01-13ce-444d-86ac-ed60120a196b {
    width: 100%;
    height: auto;
  }



  img.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
    
    
  }


.s-553adc01-13ce-444d-86ac-ed60120a196b .shogun-image-content {
  
    align-items: center;
  
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shg-align-container {
  text-align: center
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
  box-sizing: border-box;
}


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



  #s-553adc01-13ce-444d-86ac-ed60120a196b img.shogun-image,
  #s-553adc01-13ce-444d-86ac-ed60120a196b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-553adc01-13ce-444d-86ac-ed60120a196b {
    width: 100%;
    height: auto;
  }



  img.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
    
    
  }


.s-553adc01-13ce-444d-86ac-ed60120a196b .shogun-image-content {
  
    align-items: center;
  
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shg-align-container {
  text-align: center
}

.s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-553adc01-13ce-444d-86ac-ed60120a196b.shogun-image {
  box-sizing: border-box;
}


}
#s-02f76846-9861-4620-8fe2-507d825575f0 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-02f76846-9861-4620-8fe2-507d825575f0 img.shogun-image,
  #s-02f76846-9861-4620-8fe2-507d825575f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02f76846-9861-4620-8fe2-507d825575f0 {
    width: 100%;
    height: auto;
  }



  img.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
    
    
  }


.s-02f76846-9861-4620-8fe2-507d825575f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shg-align-container {
  text-align: center
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-02f76846-9861-4620-8fe2-507d825575f0 img.shogun-image,
  #s-02f76846-9861-4620-8fe2-507d825575f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02f76846-9861-4620-8fe2-507d825575f0 {
    width: 100%;
    height: auto;
  }



  img.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
    
    
  }


.s-02f76846-9861-4620-8fe2-507d825575f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shg-align-container {
  text-align: center
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-02f76846-9861-4620-8fe2-507d825575f0 img.shogun-image,
  #s-02f76846-9861-4620-8fe2-507d825575f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02f76846-9861-4620-8fe2-507d825575f0 {
    width: 100%;
    height: auto;
  }



  img.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
    
    
  }


.s-02f76846-9861-4620-8fe2-507d825575f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shg-align-container {
  text-align: center
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-02f76846-9861-4620-8fe2-507d825575f0 img.shogun-image,
  #s-02f76846-9861-4620-8fe2-507d825575f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02f76846-9861-4620-8fe2-507d825575f0 {
    width: 100%;
    height: auto;
  }



  img.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
    
    
  }


.s-02f76846-9861-4620-8fe2-507d825575f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shg-align-container {
  text-align: center
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-02f76846-9861-4620-8fe2-507d825575f0 img.shogun-image,
  #s-02f76846-9861-4620-8fe2-507d825575f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02f76846-9861-4620-8fe2-507d825575f0 {
    width: 100%;
    height: auto;
  }



  img.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
    
    
  }


.s-02f76846-9861-4620-8fe2-507d825575f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shg-align-container {
  text-align: center
}

.s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02f76846-9861-4620-8fe2-507d825575f0.shogun-image {
  box-sizing: border-box;
}


}
#s-38f18772-c0ae-4a35-be37-7a2cc7997d85 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 img.shogun-image,
  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 {
    width: 100%;
    height: auto;
  }



  img.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
    
    
  }


.s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shg-align-container {
  text-align: center
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 img.shogun-image,
  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 {
    width: 100%;
    height: auto;
  }



  img.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
    
    
  }


.s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shg-align-container {
  text-align: center
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
  box-sizing: border-box;
}


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



  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 img.shogun-image,
  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 {
    width: 100%;
    height: auto;
  }



  img.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
    
    
  }


.s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shg-align-container {
  text-align: center
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
  box-sizing: border-box;
}


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



  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 img.shogun-image,
  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 {
    width: 100%;
    height: auto;
  }



  img.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
    
    
  }


.s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shg-align-container {
  text-align: center
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
  box-sizing: border-box;
}


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



  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 img.shogun-image,
  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38f18772-c0ae-4a35-be37-7a2cc7997d85 {
    width: 100%;
    height: auto;
  }



  img.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
    
    
  }


.s-38f18772-c0ae-4a35-be37-7a2cc7997d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shg-align-container {
  text-align: center
}

.s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38f18772-c0ae-4a35-be37-7a2cc7997d85.shogun-image {
  box-sizing: border-box;
}


}
#s-561602b0-e558-46b7-a607-2c4a6c2acf94 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 img.shogun-image,
  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 {
    width: 100%;
    height: auto;
  }



  img.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
    
    
  }


.s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shogun-image-content {
  
    align-items: center;
  
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shg-align-container {
  text-align: center
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 img.shogun-image,
  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 {
    width: 100%;
    height: auto;
  }



  img.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
    
    
  }


.s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shogun-image-content {
  
    align-items: center;
  
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shg-align-container {
  text-align: center
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
  box-sizing: border-box;
}


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



  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 img.shogun-image,
  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 {
    width: 100%;
    height: auto;
  }



  img.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
    
    
  }


.s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shogun-image-content {
  
    align-items: center;
  
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shg-align-container {
  text-align: center
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
  box-sizing: border-box;
}


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



  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 img.shogun-image,
  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 {
    width: 100%;
    height: auto;
  }



  img.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
    
    
  }


.s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shogun-image-content {
  
    align-items: center;
  
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shg-align-container {
  text-align: center
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
  box-sizing: border-box;
}


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



  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 img.shogun-image,
  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-561602b0-e558-46b7-a607-2c4a6c2acf94 {
    width: 100%;
    height: auto;
  }



  img.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
    
    
  }


.s-561602b0-e558-46b7-a607-2c4a6c2acf94 .shogun-image-content {
  
    align-items: center;
  
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shg-align-container {
  text-align: center
}

.s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561602b0-e558-46b7-a607-2c4a6c2acf94.shogun-image {
  box-sizing: border-box;
}


}
#s-25ef6eb1-762b-43a3-9966-ed07dcde5834 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 img.shogun-image,
  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 {
    width: 100%;
    height: auto;
  }



  img.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
    
    
  }


.s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shg-align-container {
  text-align: center
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 img.shogun-image,
  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 {
    width: 100%;
    height: auto;
  }



  img.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
    
    
  }


.s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shg-align-container {
  text-align: center
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
  box-sizing: border-box;
}


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



  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 img.shogun-image,
  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 {
    width: 100%;
    height: auto;
  }



  img.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
    
    
  }


.s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shg-align-container {
  text-align: center
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
  box-sizing: border-box;
}


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



  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 img.shogun-image,
  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 {
    width: 100%;
    height: auto;
  }



  img.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
    
    
  }


.s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shg-align-container {
  text-align: center
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
  box-sizing: border-box;
}


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



  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 img.shogun-image,
  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25ef6eb1-762b-43a3-9966-ed07dcde5834 {
    width: 100%;
    height: auto;
  }



  img.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
    
    
  }


.s-25ef6eb1-762b-43a3-9966-ed07dcde5834 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shg-align-container {
  text-align: center
}

.s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ef6eb1-762b-43a3-9966-ed07dcde5834.shogun-image {
  box-sizing: border-box;
}


}
#s-65a70454-793f-4ff7-8138-7bf5d83dcf20 {
  box-shadow:0px 0px 0px 0px ;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-65a70454-793f-4ff7-8138-7bf5d83dcf20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-65a70454-793f-4ff7-8138-7bf5d83dcf20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-65a70454-793f-4ff7-8138-7bf5d83dcf20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-65a70454-793f-4ff7-8138-7bf5d83dcf20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9722a351-3efb-4a3b-8da0-05ff546e9087 hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}@media (max-width: 767px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}
@media (min-width: 0px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7134ee0a-3e09-4ae1-8f71-b5427e30bef5 {
  min-height: 50px;
}








#s-7134ee0a-3e09-4ae1-8f71-b5427e30bef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7134ee0a-3e09-4ae1-8f71-b5427e30bef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2951e83-ec3e-482b-af41-4efb0defd001 {
  max-width: 2000px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-d2951e83-ec3e-482b-af41-4efb0defd001 img.shogun-image,
  #s-d2951e83-ec3e-482b-af41-4efb0defd001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2951e83-ec3e-482b-af41-4efb0defd001 {
    width: 100%;
    height: auto;
  }



  img.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
    
    
  }


.s-d2951e83-ec3e-482b-af41-4efb0defd001 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shg-align-container {
  text-align: center
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d2951e83-ec3e-482b-af41-4efb0defd001 img.shogun-image,
  #s-d2951e83-ec3e-482b-af41-4efb0defd001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2951e83-ec3e-482b-af41-4efb0defd001 {
    width: 100%;
    height: auto;
  }



  img.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
    
    
  }


.s-d2951e83-ec3e-482b-af41-4efb0defd001 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shg-align-container {
  text-align: center
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
  box-sizing: border-box;
}


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



  #s-d2951e83-ec3e-482b-af41-4efb0defd001 img.shogun-image,
  #s-d2951e83-ec3e-482b-af41-4efb0defd001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2951e83-ec3e-482b-af41-4efb0defd001 {
    width: 100%;
    height: auto;
  }



  img.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
    
    
  }


.s-d2951e83-ec3e-482b-af41-4efb0defd001 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shg-align-container {
  text-align: center
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
  box-sizing: border-box;
}


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



  #s-d2951e83-ec3e-482b-af41-4efb0defd001 img.shogun-image,
  #s-d2951e83-ec3e-482b-af41-4efb0defd001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2951e83-ec3e-482b-af41-4efb0defd001 {
    width: 100%;
    height: auto;
  }



  img.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
    
    
  }


.s-d2951e83-ec3e-482b-af41-4efb0defd001 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shg-align-container {
  text-align: center
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
  box-sizing: border-box;
}


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



  #s-d2951e83-ec3e-482b-af41-4efb0defd001 img.shogun-image,
  #s-d2951e83-ec3e-482b-af41-4efb0defd001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2951e83-ec3e-482b-af41-4efb0defd001 {
    width: 100%;
    height: auto;
  }



  img.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
    
    
  }


.s-d2951e83-ec3e-482b-af41-4efb0defd001 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shg-align-container {
  text-align: center
}

.s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2951e83-ec3e-482b-af41-4efb0defd001.shogun-image {
  box-sizing: border-box;
}


}
.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: #121212;
  font-family: Assistant;
  text-transform: none;
  font-weight: 400;
  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-13a4c174-4ffd-4773-a07c-4077aba9782b {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}@media (max-width: 767px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}
#s-13a4c174-4ffd-4773-a07c-4077aba9782b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}@media (max-width: 767px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}
#s-77546a80-c601-4474-bdad-6734f608561f {
  max-width: 2000px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-77546a80-c601-4474-bdad-6734f608561f img.shogun-image,
  #s-77546a80-c601-4474-bdad-6734f608561f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77546a80-c601-4474-bdad-6734f608561f {
    width: 100%;
    height: auto;
  }



  img.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
    
    
  }


.s-77546a80-c601-4474-bdad-6734f608561f .shogun-image-content {
  
    align-items: center;
  
}

.s-77546a80-c601-4474-bdad-6734f608561f.shg-align-container {
  text-align: center
}

.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-77546a80-c601-4474-bdad-6734f608561f img.shogun-image,
  #s-77546a80-c601-4474-bdad-6734f608561f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77546a80-c601-4474-bdad-6734f608561f {
    width: 100%;
    height: auto;
  }



  img.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
    
    
  }


.s-77546a80-c601-4474-bdad-6734f608561f .shogun-image-content {
  
    align-items: center;
  
}

.s-77546a80-c601-4474-bdad-6734f608561f.shg-align-container {
  text-align: center
}

.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
  box-sizing: border-box;
}


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



  #s-77546a80-c601-4474-bdad-6734f608561f img.shogun-image,
  #s-77546a80-c601-4474-bdad-6734f608561f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77546a80-c601-4474-bdad-6734f608561f {
    width: 100%;
    height: auto;
  }



  img.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
    
    
  }


.s-77546a80-c601-4474-bdad-6734f608561f .shogun-image-content {
  
    align-items: center;
  
}

.s-77546a80-c601-4474-bdad-6734f608561f.shg-align-container {
  text-align: center
}

.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
  box-sizing: border-box;
}


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



  #s-77546a80-c601-4474-bdad-6734f608561f img.shogun-image,
  #s-77546a80-c601-4474-bdad-6734f608561f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77546a80-c601-4474-bdad-6734f608561f {
    width: 100%;
    height: auto;
  }



  img.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
    
    
  }


.s-77546a80-c601-4474-bdad-6734f608561f .shogun-image-content {
  
    align-items: center;
  
}

.s-77546a80-c601-4474-bdad-6734f608561f.shg-align-container {
  text-align: center
}

.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
  box-sizing: border-box;
}


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



  #s-77546a80-c601-4474-bdad-6734f608561f img.shogun-image,
  #s-77546a80-c601-4474-bdad-6734f608561f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77546a80-c601-4474-bdad-6734f608561f {
    width: 100%;
    height: auto;
  }



  img.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
    
    
  }


.s-77546a80-c601-4474-bdad-6734f608561f .shogun-image-content {
  
    align-items: center;
  
}

.s-77546a80-c601-4474-bdad-6734f608561f.shg-align-container {
  text-align: center
}

.s-77546a80-c601-4474-bdad-6734f608561f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77546a80-c601-4474-bdad-6734f608561f.shogun-image {
  box-sizing: border-box;
}


}
#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (max-width: 767px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}
#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}@media (max-width: 767px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}
#s-4ea6e524-f660-4eae-affc-813c8d300c3f {
  max-width: 2000px;
aspect-ratio: 2000/1400;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-4ea6e524-f660-4eae-affc-813c8d300c3f img.shogun-image,
  #s-4ea6e524-f660-4eae-affc-813c8d300c3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ea6e524-f660-4eae-affc-813c8d300c3f {
    width: 100%;
    height: auto;
  }



  img.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
    
    
  }


.s-4ea6e524-f660-4eae-affc-813c8d300c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shg-align-container {
  text-align: center
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4ea6e524-f660-4eae-affc-813c8d300c3f img.shogun-image,
  #s-4ea6e524-f660-4eae-affc-813c8d300c3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ea6e524-f660-4eae-affc-813c8d300c3f {
    width: 100%;
    height: auto;
  }



  img.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
    
    
  }


.s-4ea6e524-f660-4eae-affc-813c8d300c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shg-align-container {
  text-align: center
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
  box-sizing: border-box;
}


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



  #s-4ea6e524-f660-4eae-affc-813c8d300c3f img.shogun-image,
  #s-4ea6e524-f660-4eae-affc-813c8d300c3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ea6e524-f660-4eae-affc-813c8d300c3f {
    width: 100%;
    height: auto;
  }



  img.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
    
    
  }


.s-4ea6e524-f660-4eae-affc-813c8d300c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shg-align-container {
  text-align: center
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
  box-sizing: border-box;
}


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



  #s-4ea6e524-f660-4eae-affc-813c8d300c3f img.shogun-image,
  #s-4ea6e524-f660-4eae-affc-813c8d300c3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ea6e524-f660-4eae-affc-813c8d300c3f {
    width: 100%;
    height: auto;
  }



  img.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
    
    
  }


.s-4ea6e524-f660-4eae-affc-813c8d300c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shg-align-container {
  text-align: center
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
  box-sizing: border-box;
}


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



  #s-4ea6e524-f660-4eae-affc-813c8d300c3f img.shogun-image,
  #s-4ea6e524-f660-4eae-affc-813c8d300c3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ea6e524-f660-4eae-affc-813c8d300c3f {
    width: 100%;
    height: auto;
  }



  img.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
    
    
  }


.s-4ea6e524-f660-4eae-affc-813c8d300c3f .shogun-image-content {
  
    align-items: center;
  
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shg-align-container {
  text-align: center
}

.s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ea6e524-f660-4eae-affc-813c8d300c3f.shogun-image {
  box-sizing: border-box;
}


}
#s-4c88a265-c353-4217-b2cc-3bb50e61f66b {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4c88a265-c353-4217-b2cc-3bb50e61f66b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c88a265-c353-4217-b2cc-3bb50e61f66b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c88a265-c353-4217-b2cc-3bb50e61f66b {
  
}
}@media (max-width: 767px){#s-4c88a265-c353-4217-b2cc-3bb50e61f66b {
  
}
}
#s-4c88a265-c353-4217-b2cc-3bb50e61f66b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-13d18906-d128-4d01-91de-ee678960a968 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-13d18906-d128-4d01-91de-ee678960a968 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13d18906-d128-4d01-91de-ee678960a968 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13d18906-d128-4d01-91de-ee678960a968 {
  
}
}@media (max-width: 767px){#s-13d18906-d128-4d01-91de-ee678960a968 {
  
}
}
#s-327e2e24-1c1d-4693-aacc-b54c0e099e6e {
  max-width: 2000px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e img.shogun-image,
  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e {
    width: 100%;
    height: auto;
  }



  img.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
    
    
  }


.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shg-align-container {
  text-align: center
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e img.shogun-image,
  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e {
    width: 100%;
    height: auto;
  }



  img.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
    
    
  }


.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shg-align-container {
  text-align: center
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
  box-sizing: border-box;
}


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



  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e img.shogun-image,
  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e {
    width: 100%;
    height: auto;
  }



  img.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
    
    
  }


.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shg-align-container {
  text-align: center
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
  box-sizing: border-box;
}


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



  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e img.shogun-image,
  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e {
    width: 100%;
    height: auto;
  }



  img.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
    
    
  }


.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shg-align-container {
  text-align: center
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
  box-sizing: border-box;
}


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



  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e img.shogun-image,
  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-327e2e24-1c1d-4693-aacc-b54c0e099e6e {
    width: 100%;
    height: auto;
  }



  img.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
    
    
  }


.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e .shogun-image-content {
  
    align-items: center;
  
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shg-align-container {
  text-align: center
}

.s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-327e2e24-1c1d-4693-aacc-b54c0e099e6e.shogun-image {
  box-sizing: border-box;
}


}
#s-7cd92a97-62f3-4705-bf6b-538b90f9def0 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-7cd92a97-62f3-4705-bf6b-538b90f9def0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cd92a97-62f3-4705-bf6b-538b90f9def0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cd92a97-62f3-4705-bf6b-538b90f9def0 {
  
}
}@media (max-width: 767px){#s-7cd92a97-62f3-4705-bf6b-538b90f9def0 {
  
}
}
#s-7cd92a97-62f3-4705-bf6b-538b90f9def0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5766a531-64cd-43fc-ba3b-f7e0307440be {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-5766a531-64cd-43fc-ba3b-f7e0307440be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5766a531-64cd-43fc-ba3b-f7e0307440be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5766a531-64cd-43fc-ba3b-f7e0307440be {
  
}
}@media (max-width: 767px){#s-5766a531-64cd-43fc-ba3b-f7e0307440be {
  
}
}
#s-64a1f1ba-10d2-49fa-87ca-996db9cef25d {
  max-width: 2000px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d img.shogun-image,
  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d {
    width: 100%;
    height: auto;
  }



  img.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
    
    
  }


.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shogun-image-content {
  
    align-items: center;
  
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shg-align-container {
  text-align: center
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d img.shogun-image,
  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d {
    width: 100%;
    height: auto;
  }



  img.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
    
    
  }


.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shogun-image-content {
  
    align-items: center;
  
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shg-align-container {
  text-align: center
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
  box-sizing: border-box;
}


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



  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d img.shogun-image,
  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d {
    width: 100%;
    height: auto;
  }



  img.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
    
    
  }


.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shogun-image-content {
  
    align-items: center;
  
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shg-align-container {
  text-align: center
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
  box-sizing: border-box;
}


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



  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d img.shogun-image,
  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d {
    width: 100%;
    height: auto;
  }



  img.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
    
    
  }


.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shogun-image-content {
  
    align-items: center;
  
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shg-align-container {
  text-align: center
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
  box-sizing: border-box;
}


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



  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d img.shogun-image,
  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a1f1ba-10d2-49fa-87ca-996db9cef25d {
    width: 100%;
    height: auto;
  }



  img.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
    
    
  }


.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d .shogun-image-content {
  
    align-items: center;
  
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shg-align-container {
  text-align: center
}

.s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a1f1ba-10d2-49fa-87ca-996db9cef25d.shogun-image {
  box-sizing: border-box;
}


}
#s-b94723b5-2160-4135-8b5d-8b192e931d9f {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b94723b5-2160-4135-8b5d-8b192e931d9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b94723b5-2160-4135-8b5d-8b192e931d9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b94723b5-2160-4135-8b5d-8b192e931d9f {
  
}
}@media (max-width: 767px){#s-b94723b5-2160-4135-8b5d-8b192e931d9f {
  
}
}
#s-b94723b5-2160-4135-8b5d-8b192e931d9f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a789619c-2eb9-43f1-ae3b-9f76b5d06b77 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-a789619c-2eb9-43f1-ae3b-9f76b5d06b77 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a789619c-2eb9-43f1-ae3b-9f76b5d06b77 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a789619c-2eb9-43f1-ae3b-9f76b5d06b77 {
  
}
}@media (max-width: 767px){#s-a789619c-2eb9-43f1-ae3b-9f76b5d06b77 {
  
}
}
#s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 {
  max-width: 2000px;
aspect-ratio: 2000/1400;
text-align: center;
}





  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 img.shogun-image,
  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 {
    width: 100%;
    height: auto;
  }



  img.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
    
    
  }


.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shg-align-container {
  text-align: center
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 img.shogun-image,
  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 {
    width: 100%;
    height: auto;
  }



  img.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
    
    
  }


.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shg-align-container {
  text-align: center
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
  box-sizing: border-box;
}


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



  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 img.shogun-image,
  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 {
    width: 100%;
    height: auto;
  }



  img.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
    
    
  }


.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shg-align-container {
  text-align: center
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
  box-sizing: border-box;
}


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



  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 img.shogun-image,
  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 {
    width: 100%;
    height: auto;
  }



  img.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
    
    
  }


.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shg-align-container {
  text-align: center
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
  box-sizing: border-box;
}


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



  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 img.shogun-image,
  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 {
    width: 100%;
    height: auto;
  }



  img.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
    
    
  }


.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shg-align-container {
  text-align: center
}

.s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a9d7b30-63d4-4779-ab74-5c9ea92036f8.shogun-image {
  box-sizing: border-box;
}


}
#s-a4e3b408-f213-4161-a983-8106c14c3755 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a4e3b408-f213-4161-a983-8106c14c3755 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4e3b408-f213-4161-a983-8106c14c3755 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4e3b408-f213-4161-a983-8106c14c3755 {
  
}
}@media (max-width: 767px){#s-a4e3b408-f213-4161-a983-8106c14c3755 {
  
}
}
#s-a4e3b408-f213-4161-a983-8106c14c3755 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-031adfe4-030a-4e35-867a-1d3f8f11bd35 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-031adfe4-030a-4e35-867a-1d3f8f11bd35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-031adfe4-030a-4e35-867a-1d3f8f11bd35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-031adfe4-030a-4e35-867a-1d3f8f11bd35 {
  
}
}@media (max-width: 767px){#s-031adfe4-030a-4e35-867a-1d3f8f11bd35 {
  
}
}
#s-0339d394-8438-413e-a18d-46b3a04e4efe hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

#s-ef402f06-267e-4aac-8f25-d79ec357ab1e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-ef402f06-267e-4aac-8f25-d79ec357ab1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef402f06-267e-4aac-8f25-d79ec357ab1e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef402f06-267e-4aac-8f25-d79ec357ab1e {
  
}
}@media (max-width: 767px){#s-ef402f06-267e-4aac-8f25-d79ec357ab1e {
  
}
}







#s-ef402f06-267e-4aac-8f25-d79ec357ab1e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.05;
}#s-ef402f06-267e-4aac-8f25-d79ec357ab1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bdb7234-15b5-4938-94a4-1a11aba18b23 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-909f0861-cdfe-4a72-87ed-d4a4f835bce2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(23, 87, 88, 1);
opacity: 1;
}
@media (min-width: 1200px){#s-909f0861-cdfe-4a72-87ed-d4a4f835bce2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-909f0861-cdfe-4a72-87ed-d4a4f835bce2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-909f0861-cdfe-4a72-87ed-d4a4f835bce2 {
  
}
}@media (max-width: 767px){#s-909f0861-cdfe-4a72-87ed-d4a4f835bce2 {
  
}
}
@media (min-width: 0px) {
[id="s-909f0861-cdfe-4a72-87ed-d4a4f835bce2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-909f0861-cdfe-4a72-87ed-d4a4f835bce2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-909f0861-cdfe-4a72-87ed-d4a4f835bce2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-909f0861-cdfe-4a72-87ed-d4a4f835bce2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-60a4e52e-5cdb-4ffd-9820-d33498e139d3 {
  border-style: solid;
margin-top: 50px;
margin-left: 40px;
margin-bottom: 50px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-60a4e52e-5cdb-4ffd-9820-d33498e139d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60a4e52e-5cdb-4ffd-9820-d33498e139d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60a4e52e-5cdb-4ffd-9820-d33498e139d3 {
  
}
}@media (max-width: 767px){#s-60a4e52e-5cdb-4ffd-9820-d33498e139d3 {
  
}
}
#s-85926366-9796-45e1-b0bc-d97f37f34277 {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-85926366-9796-45e1-b0bc-d97f37f34277 img.shogun-image,
  #s-85926366-9796-45e1-b0bc-d97f37f34277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85926366-9796-45e1-b0bc-d97f37f34277 {
    width: 100%;
    height: auto;
  }



  img.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
    
    
  }


.s-85926366-9796-45e1-b0bc-d97f37f34277 .shogun-image-content {
  
    align-items: center;
  
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shg-align-container {
  text-align: center
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-85926366-9796-45e1-b0bc-d97f37f34277 img.shogun-image,
  #s-85926366-9796-45e1-b0bc-d97f37f34277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85926366-9796-45e1-b0bc-d97f37f34277 {
    width: 100%;
    height: auto;
  }



  img.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
    
    
  }


.s-85926366-9796-45e1-b0bc-d97f37f34277 .shogun-image-content {
  
    align-items: center;
  
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shg-align-container {
  text-align: center
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
  box-sizing: border-box;
}


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



  #s-85926366-9796-45e1-b0bc-d97f37f34277 img.shogun-image,
  #s-85926366-9796-45e1-b0bc-d97f37f34277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85926366-9796-45e1-b0bc-d97f37f34277 {
    width: 100%;
    height: auto;
  }



  img.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
    
    
  }


.s-85926366-9796-45e1-b0bc-d97f37f34277 .shogun-image-content {
  
    align-items: center;
  
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shg-align-container {
  text-align: center
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
  box-sizing: border-box;
}


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



  #s-85926366-9796-45e1-b0bc-d97f37f34277 img.shogun-image,
  #s-85926366-9796-45e1-b0bc-d97f37f34277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85926366-9796-45e1-b0bc-d97f37f34277 {
    width: 100%;
    height: auto;
  }



  img.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
    
    
  }


.s-85926366-9796-45e1-b0bc-d97f37f34277 .shogun-image-content {
  
    align-items: center;
  
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shg-align-container {
  text-align: center
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
  box-sizing: border-box;
}


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



  #s-85926366-9796-45e1-b0bc-d97f37f34277 img.shogun-image,
  #s-85926366-9796-45e1-b0bc-d97f37f34277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85926366-9796-45e1-b0bc-d97f37f34277 {
    width: 100%;
    height: auto;
  }



  img.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
    
    
  }


.s-85926366-9796-45e1-b0bc-d97f37f34277 .shogun-image-content {
  
    align-items: center;
  
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shg-align-container {
  text-align: center
}

.s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85926366-9796-45e1-b0bc-d97f37f34277.shogun-image {
  box-sizing: border-box;
}


}
#s-27b92fd1-2623-472b-8e85-429b35736e59 {
  min-height: 50px;
}








#s-27b92fd1-2623-472b-8e85-429b35736e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27b92fd1-2623-472b-8e85-429b35736e59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61a109a9-d7f7-45c8-923b-7b2feac804fe {
  max-width: 365px;
aspect-ratio: 365/157;
text-align: center;
}





  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe img.shogun-image,
  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe {
    width: 100%;
    height: auto;
  }




.s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shg-align-container {
  text-align: center
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe img.shogun-image,
  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe {
    width: 100%;
    height: auto;
  }




.s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shg-align-container {
  text-align: center
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe img.shogun-image,
  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe {
    width: 100%;
    height: auto;
  }




.s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shg-align-container {
  text-align: center
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe img.shogun-image,
  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe {
    width: 100%;
    height: auto;
  }




.s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shg-align-container {
  text-align: center
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe img.shogun-image,
  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61a109a9-d7f7-45c8-923b-7b2feac804fe {
    width: 100%;
    height: auto;
  }




.s-61a109a9-d7f7-45c8-923b-7b2feac804fe .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shg-align-container {
  text-align: center
}

.s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a109a9-d7f7-45c8-923b-7b2feac804fe.shogun-image {
  box-sizing: border-box;
}


}
#s-b6d90030-0a67-4bbf-be28-a9f5551644f7 hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (max-width: 767px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}







#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (max-width: 767px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}
#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}@media (max-width: 767px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}
@media (min-width: 0px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-183a9e53-422c-4703-8522-1f3170172640 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 35px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-183a9e53-422c-4703-8522-1f3170172640 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-183a9e53-422c-4703-8522-1f3170172640 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-183a9e53-422c-4703-8522-1f3170172640 {
  
}
}@media (max-width: 767px){#s-183a9e53-422c-4703-8522-1f3170172640 {
  
}
}







#s-183a9e53-422c-4703-8522-1f3170172640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-183a9e53-422c-4703-8522-1f3170172640.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-image-container {
  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;
}

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

.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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-869846d3-c976-46e4-89e7-f9936832b50c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-height: 75px;
max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-869846d3-c976-46e4-89e7-f9936832b50c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-869846d3-c976-46e4-89e7-f9936832b50c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-869846d3-c976-46e4-89e7-f9936832b50c {
  
}
}@media (max-width: 767px){#s-869846d3-c976-46e4-89e7-f9936832b50c {
  
}
}




  #s-869846d3-c976-46e4-89e7-f9936832b50c img.shogun-image,
  #s-869846d3-c976-46e4-89e7-f9936832b50c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-869846d3-c976-46e4-89e7-f9936832b50c {
    width: 100%;
    height: auto;
  }



  #s-869846d3-c976-46e4-89e7-f9936832b50c img.shogun-image {
    

    
    
    
  }


#s-869846d3-c976-46e4-89e7-f9936832b50c .shogun-image-content {
  
    align-items: center;
  
}

#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}@media (max-width: 767px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}
#s-a19ddb06-7031-483e-b81b-73d4902562cb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 35px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-a19ddb06-7031-483e-b81b-73d4902562cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a19ddb06-7031-483e-b81b-73d4902562cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a19ddb06-7031-483e-b81b-73d4902562cb {
  
}
}@media (max-width: 767px){#s-a19ddb06-7031-483e-b81b-73d4902562cb {
  
}
}







#s-a19ddb06-7031-483e-b81b-73d4902562cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a19ddb06-7031-483e-b81b-73d4902562cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8b8dd505-5916-4ebb-85f2-9a157cca1c5b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-height: 75px;
max-width: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-8b8dd505-5916-4ebb-85f2-9a157cca1c5b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b8dd505-5916-4ebb-85f2-9a157cca1c5b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b8dd505-5916-4ebb-85f2-9a157cca1c5b {
  
}
}@media (max-width: 767px){#s-8b8dd505-5916-4ebb-85f2-9a157cca1c5b {
  
}
}






  #s-8b8dd505-5916-4ebb-85f2-9a157cca1c5b img.shogun-image {
    

    
    
    
  }


#s-8b8dd505-5916-4ebb-85f2-9a157cca1c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-679db464-a0b3-48c1-88b1-9def575ad941 {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-679db464-a0b3-48c1-88b1-9def575ad941 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-679db464-a0b3-48c1-88b1-9def575ad941 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-679db464-a0b3-48c1-88b1-9def575ad941 {
  
}
}@media (max-width: 767px){#s-679db464-a0b3-48c1-88b1-9def575ad941 {
  
}
}
#s-6884e225-4df5-4f9c-bceb-fea04d52d5e5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 35px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-6884e225-4df5-4f9c-bceb-fea04d52d5e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6884e225-4df5-4f9c-bceb-fea04d52d5e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6884e225-4df5-4f9c-bceb-fea04d52d5e5 {
  
}
}@media (max-width: 767px){#s-6884e225-4df5-4f9c-bceb-fea04d52d5e5 {
  
}
}







#s-6884e225-4df5-4f9c-bceb-fea04d52d5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6884e225-4df5-4f9c-bceb-fea04d52d5e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73d55be4-477f-48a6-b926-0af395ba7397 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-height: 75px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-73d55be4-477f-48a6-b926-0af395ba7397 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73d55be4-477f-48a6-b926-0af395ba7397 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73d55be4-477f-48a6-b926-0af395ba7397 {
  
}
}@media (max-width: 767px){#s-73d55be4-477f-48a6-b926-0af395ba7397 {
  
}
}




  #s-73d55be4-477f-48a6-b926-0af395ba7397 img.shogun-image,
  #s-73d55be4-477f-48a6-b926-0af395ba7397 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73d55be4-477f-48a6-b926-0af395ba7397 {
    width: 100%;
    height: auto;
  }



  #s-73d55be4-477f-48a6-b926-0af395ba7397 img.shogun-image {
    

    
    
    
  }


#s-73d55be4-477f-48a6-b926-0af395ba7397 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d9fcb97-e712-4f7c-8e71-f2c4a45ea799 {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-2d9fcb97-e712-4f7c-8e71-f2c4a45ea799 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d9fcb97-e712-4f7c-8e71-f2c4a45ea799 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d9fcb97-e712-4f7c-8e71-f2c4a45ea799 {
  
}
}@media (max-width: 767px){#s-2d9fcb97-e712-4f7c-8e71-f2c4a45ea799 {
  
}
}
#s-8d85c95d-81da-49a2-a53c-2c5fd889388d hr {
  border-top: 2px solid rgba(69, 158, 136, 0.54);
}

#s-0ba32318-19d7-4905-bf87-9e07e385e81d {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
background-color: rgba(243, 182, 63, 1);
}
@media (min-width: 1200px){#s-0ba32318-19d7-4905-bf87-9e07e385e81d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ba32318-19d7-4905-bf87-9e07e385e81d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ba32318-19d7-4905-bf87-9e07e385e81d {
  
}
}@media (max-width: 767px){#s-0ba32318-19d7-4905-bf87-9e07e385e81d {
  
}
}
@media (min-width: 0px) {
[id="s-0ba32318-19d7-4905-bf87-9e07e385e81d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ba32318-19d7-4905-bf87-9e07e385e81d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-0ba32318-19d7-4905-bf87-9e07e385e81d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0ba32318-19d7-4905-bf87-9e07e385e81d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-0ba32318-19d7-4905-bf87-9e07e385e81d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0ba32318-19d7-4905-bf87-9e07e385e81d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-0ba32318-19d7-4905-bf87-9e07e385e81d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb {
  
}
}@media (max-width: 767px){#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb {
  
}
}
#s-0e3690e2-a86c-471f-af5c-7dc25cc968bb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-86cd27da-6e18-477e-af56-1f9a9e16c9c3 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-86cd27da-6e18-477e-af56-1f9a9e16c9c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86cd27da-6e18-477e-af56-1f9a9e16c9c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86cd27da-6e18-477e-af56-1f9a9e16c9c3 {
  
}
}@media (max-width: 767px){#s-86cd27da-6e18-477e-af56-1f9a9e16c9c3 {
  
}
}
#s-065bf24f-5b06-47de-b2aa-c5e035642764 {
  min-height: 50px;
}








#s-065bf24f-5b06-47de-b2aa-c5e035642764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-065bf24f-5b06-47de-b2aa-c5e035642764.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51053646-4438-41e5-b3f5-c80eaeb4ea89 {
  max-width: 1200px;
aspect-ratio: 1200/1053;
text-align: center;
}





  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 img.shogun-image,
  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 {
    width: 100%;
    height: auto;
  }



  img.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
    
    
  }


.s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shg-align-container {
  text-align: center
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 img.shogun-image,
  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 {
    width: 100%;
    height: auto;
  }



  img.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
    
    
  }


.s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shg-align-container {
  text-align: center
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
  box-sizing: border-box;
}


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



  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 img.shogun-image,
  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 {
    width: 100%;
    height: auto;
  }



  img.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
    
    
  }


.s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shg-align-container {
  text-align: center
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
  box-sizing: border-box;
}


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



  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 img.shogun-image,
  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 {
    width: 100%;
    height: auto;
  }



  img.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
    
    
  }


.s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shg-align-container {
  text-align: center
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
  box-sizing: border-box;
}


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



  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 img.shogun-image,
  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51053646-4438-41e5-b3f5-c80eaeb4ea89 {
    width: 100%;
    height: auto;
  }



  img.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
    
    
  }


.s-51053646-4438-41e5-b3f5-c80eaeb4ea89 .shogun-image-content {
  
    align-items: center;
  
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shg-align-container {
  text-align: center
}

.s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51053646-4438-41e5-b3f5-c80eaeb4ea89.shogun-image {
  box-sizing: border-box;
}


}
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(205, 205, 205, 0);
}
@media (min-width: 1200px){#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 {
  
}
}@media (max-width: 767px){#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 {
  
}
}
#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 .shogun-success-alert {
  background-color: #E2EFDA;
  color: #3c763d;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 .shogun-form .shogun-form-label {
  color: rgba(85, 85, 85, 0);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 .shogun-form .shogun-form-field {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-size: 18px;
  font-weight: ;
  font-style: ;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 .shogun-form .shogun-form-submit {
  background-color: rgba(255, 255, 255, 1) !important;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-0f6bcc5a-78e6-44a1-b4c3-d7362b6cc1e4 .shogun-form .shogun-form-submit-label {
  color: rgba(0, 0, 0, 1) !important;
}

#s-ba5aff3c-aef0-46f1-ab33-4f025ff08021 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(23, 87, 88, 1);
}

#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (max-width: 767px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}







#s-e9050f09-31ce-4ed9-b867-082c508051b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9050f09-31ce-4ed9-b867-082c508051b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa174034-950c-43a0-8d1f-32f0bf70da77 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-aa174034-950c-43a0-8d1f-32f0bf70da77 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa174034-950c-43a0-8d1f-32f0bf70da77 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa174034-950c-43a0-8d1f-32f0bf70da77 {
  
}
}@media (max-width: 767px){#s-aa174034-950c-43a0-8d1f-32f0bf70da77 {
  
}
}
@media (min-width: 0px) {
[id="s-aa174034-950c-43a0-8d1f-32f0bf70da77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa174034-950c-43a0-8d1f-32f0bf70da77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-aa174034-950c-43a0-8d1f-32f0bf70da77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-aa174034-950c-43a0-8d1f-32f0bf70da77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-aa174034-950c-43a0-8d1f-32f0bf70da77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-aa174034-950c-43a0-8d1f-32f0bf70da77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-aa174034-950c-43a0-8d1f-32f0bf70da77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

}

#s-853d08e3-107a-4036-b941-31d6a32dfbb5 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-853d08e3-107a-4036-b941-31d6a32dfbb5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-853d08e3-107a-4036-b941-31d6a32dfbb5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-853d08e3-107a-4036-b941-31d6a32dfbb5 {
  
}
}@media (max-width: 767px){#s-853d08e3-107a-4036-b941-31d6a32dfbb5 {
  
}
}







#s-853d08e3-107a-4036-b941-31d6a32dfbb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-853d08e3-107a-4036-b941-31d6a32dfbb5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b7fc9cb4-0eea-48d3-a11f-f463c3009599 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-b7fc9cb4-0eea-48d3-a11f-f463c3009599 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7fc9cb4-0eea-48d3-a11f-f463c3009599 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7fc9cb4-0eea-48d3-a11f-f463c3009599 {
  
}
}@media (max-width: 767px){#s-b7fc9cb4-0eea-48d3-a11f-f463c3009599 {
  
}
}
#s-b7fc9cb4-0eea-48d3-a11f-f463c3009599 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-4ea75f08-77d6-4af4-beeb-d231584eb90c {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
text-align: center;
}

#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}@media (max-width: 767px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}







#s-52b7da49-8d39-4726-bd99-a61e81fd276c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b7da49-8d39-4726-bd99-a61e81fd276c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  border-style: solid;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  
}
}@media (max-width: 767px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  
}
}
#s-f27d2c33-c080-4364-8961-5900fd515bd9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-1a4b290f-0255-4f0c-a913-c4445de71dba {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1a4b290f-0255-4f0c-a913-c4445de71dba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a4b290f-0255-4f0c-a913-c4445de71dba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a4b290f-0255-4f0c-a913-c4445de71dba {
  
}
}@media (max-width: 767px){#s-1a4b290f-0255-4f0c-a913-c4445de71dba {
  
}
}
@media (min-width: 0px) {
[id="s-1a4b290f-0255-4f0c-a913-c4445de71dba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a4b290f-0255-4f0c-a913-c4445de71dba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1a4b290f-0255-4f0c-a913-c4445de71dba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1a4b290f-0255-4f0c-a913-c4445de71dba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6b34bea0-9f5e-4ff2-ac2f-14a641d8f155 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-6b34bea0-9f5e-4ff2-ac2f-14a641d8f155 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b34bea0-9f5e-4ff2-ac2f-14a641d8f155 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b34bea0-9f5e-4ff2-ac2f-14a641d8f155 {
  
}
}@media (max-width: 767px){#s-6b34bea0-9f5e-4ff2-ac2f-14a641d8f155 {
  
}
}
#s-6b34bea0-9f5e-4ff2-ac2f-14a641d8f155 {
  display: none;
}
#s-124db690-9472-4f4a-aedd-6b0b555c4115 {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-124db690-9472-4f4a-aedd-6b0b555c4115 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-124db690-9472-4f4a-aedd-6b0b555c4115 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-124db690-9472-4f4a-aedd-6b0b555c4115 {
  
}
}@media (max-width: 767px){#s-124db690-9472-4f4a-aedd-6b0b555c4115 {
  
}
}


.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-124db690-9472-4f4a-aedd-6b0b555c4115 img.shogun-image {
  width: 100%;
}



}
#s-49a34813-50eb-4e5c-ab79-268b5ce36f7c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-49a34813-50eb-4e5c-ab79-268b5ce36f7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49a34813-50eb-4e5c-ab79-268b5ce36f7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49a34813-50eb-4e5c-ab79-268b5ce36f7c {
  
}
}@media (max-width: 767px){#s-49a34813-50eb-4e5c-ab79-268b5ce36f7c {
  
}
}
#s-49a34813-50eb-4e5c-ab79-268b5ce36f7c .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
}

#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 {
  
}
}@media (max-width: 767px){#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 {
  
}
}
#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-17739cc1-ec8a-4cb8-9ea1-09b59ecf52a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-9ed85d5d-794e-419e-bd69-7689528c6e5d {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-9ed85d5d-794e-419e-bd69-7689528c6e5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ed85d5d-794e-419e-bd69-7689528c6e5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ed85d5d-794e-419e-bd69-7689528c6e5d {
  
}
}@media (max-width: 767px){#s-9ed85d5d-794e-419e-bd69-7689528c6e5d {
  
}
}
@media (min-width: 0px) {
[id="s-9ed85d5d-794e-419e-bd69-7689528c6e5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ed85d5d-794e-419e-bd69-7689528c6e5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-9ed85d5d-794e-419e-bd69-7689528c6e5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9ed85d5d-794e-419e-bd69-7689528c6e5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-9ed85d5d-794e-419e-bd69-7689528c6e5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9ed85d5d-794e-419e-bd69-7689528c6e5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-9ed85d5d-794e-419e-bd69-7689528c6e5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-radius: 0px;
text-align: center;
background-color: rgba(212, 244, 247, 0);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921:hover {border-style: solid !important;
border-color: rgba(255, 199, 51, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 199, 51, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921 {
  
}
}@media (max-width: 767px){#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921 {
  
}
}


#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-708cb4c2-d718-46eb-b1c5-bdb2d696b921.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0984a4c9-d633-4db6-9c23-1da13a917881 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-0984a4c9-d633-4db6-9c23-1da13a917881 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0984a4c9-d633-4db6-9c23-1da13a917881 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0984a4c9-d633-4db6-9c23-1da13a917881 {
  
}
}@media (max-width: 767px){#s-0984a4c9-d633-4db6-9c23-1da13a917881 {
  
}
}
#s-0984a4c9-d633-4db6-9c23-1da13a917881 {
  display: none;
}
#s-54376a68-9eab-4240-bcb1-27d285ab4721 {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-54376a68-9eab-4240-bcb1-27d285ab4721 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54376a68-9eab-4240-bcb1-27d285ab4721 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54376a68-9eab-4240-bcb1-27d285ab4721 {
  
}
}@media (max-width: 767px){#s-54376a68-9eab-4240-bcb1-27d285ab4721 {
  
}
}


.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54376a68-9eab-4240-bcb1-27d285ab4721 img.shogun-image {
  width: 100%;
}



}
#s-7ca6501f-9a19-4a17-a37c-ab3d8c54db62 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7ca6501f-9a19-4a17-a37c-ab3d8c54db62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ca6501f-9a19-4a17-a37c-ab3d8c54db62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ca6501f-9a19-4a17-a37c-ab3d8c54db62 {
  
}
}@media (max-width: 767px){#s-7ca6501f-9a19-4a17-a37c-ab3d8c54db62 {
  
}
}
#s-7ca6501f-9a19-4a17-a37c-ab3d8c54db62 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
}

#s-06074fcf-c221-4f12-87d7-3533d746bf69 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-06074fcf-c221-4f12-87d7-3533d746bf69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06074fcf-c221-4f12-87d7-3533d746bf69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06074fcf-c221-4f12-87d7-3533d746bf69 {
  
}
}@media (max-width: 767px){#s-06074fcf-c221-4f12-87d7-3533d746bf69 {
  
}
}
#s-06074fcf-c221-4f12-87d7-3533d746bf69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-06074fcf-c221-4f12-87d7-3533d746bf69 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-06074fcf-c221-4f12-87d7-3533d746bf69 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-17ff35b3-1269-446f-aa0e-087f75f9fa41 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-17ff35b3-1269-446f-aa0e-087f75f9fa41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17ff35b3-1269-446f-aa0e-087f75f9fa41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17ff35b3-1269-446f-aa0e-087f75f9fa41 {
  
}
}@media (max-width: 767px){#s-17ff35b3-1269-446f-aa0e-087f75f9fa41 {
  
}
}
@media (min-width: 0px) {
[id="s-17ff35b3-1269-446f-aa0e-087f75f9fa41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17ff35b3-1269-446f-aa0e-087f75f9fa41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-17ff35b3-1269-446f-aa0e-087f75f9fa41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-17ff35b3-1269-446f-aa0e-087f75f9fa41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-17ff35b3-1269-446f-aa0e-087f75f9fa41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-17ff35b3-1269-446f-aa0e-087f75f9fa41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-17ff35b3-1269-446f-aa0e-087f75f9fa41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-cc74721b-19c4-41d0-8f90-a603f9d3082b {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-radius: 0px;
text-align: center;
background-color: rgba(212, 244, 247, 0);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-cc74721b-19c4-41d0-8f90-a603f9d3082b:hover {border-style: solid !important;
border-color: rgba(255, 199, 51, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 199, 51, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-cc74721b-19c4-41d0-8f90-a603f9d3082b:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cc74721b-19c4-41d0-8f90-a603f9d3082b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc74721b-19c4-41d0-8f90-a603f9d3082b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc74721b-19c4-41d0-8f90-a603f9d3082b {
  
}
}@media (max-width: 767px){#s-cc74721b-19c4-41d0-8f90-a603f9d3082b {
  
}
}


#s-cc74721b-19c4-41d0-8f90-a603f9d3082b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc74721b-19c4-41d0-8f90-a603f9d3082b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc74721b-19c4-41d0-8f90-a603f9d3082b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cc74721b-19c4-41d0-8f90-a603f9d3082b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0dee7404-150f-4053-8628-d4639a8ee169 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-0dee7404-150f-4053-8628-d4639a8ee169 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dee7404-150f-4053-8628-d4639a8ee169 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dee7404-150f-4053-8628-d4639a8ee169 {
  
}
}@media (max-width: 767px){#s-0dee7404-150f-4053-8628-d4639a8ee169 {
  
}
}
#s-0dee7404-150f-4053-8628-d4639a8ee169 {
  display: none;
}
#s-21ef0767-24bc-4cf5-ab6b-0333434453ad {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-21ef0767-24bc-4cf5-ab6b-0333434453ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21ef0767-24bc-4cf5-ab6b-0333434453ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21ef0767-24bc-4cf5-ab6b-0333434453ad {
  
}
}@media (max-width: 767px){#s-21ef0767-24bc-4cf5-ab6b-0333434453ad {
  
}
}


.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21ef0767-24bc-4cf5-ab6b-0333434453ad img.shogun-image {
  width: 100%;
}



}
#s-d00079cf-a94d-4411-a569-24d1504b431c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d00079cf-a94d-4411-a569-24d1504b431c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d00079cf-a94d-4411-a569-24d1504b431c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d00079cf-a94d-4411-a569-24d1504b431c {
  
}
}@media (max-width: 767px){#s-d00079cf-a94d-4411-a569-24d1504b431c {
  
}
}
#s-d00079cf-a94d-4411-a569-24d1504b431c .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
}

#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 {
  
}
}@media (max-width: 767px){#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 {
  
}
}
#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-5fd62da5-0818-4d66-af16-6f9c55fd8848 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-805cb73b-9057-4f6d-9253-9154765c5d0b {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-805cb73b-9057-4f6d-9253-9154765c5d0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-805cb73b-9057-4f6d-9253-9154765c5d0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-805cb73b-9057-4f6d-9253-9154765c5d0b {
  
}
}@media (max-width: 767px){#s-805cb73b-9057-4f6d-9253-9154765c5d0b {
  
}
}
@media (min-width: 0px) {
[id="s-805cb73b-9057-4f6d-9253-9154765c5d0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-805cb73b-9057-4f6d-9253-9154765c5d0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-805cb73b-9057-4f6d-9253-9154765c5d0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-805cb73b-9057-4f6d-9253-9154765c5d0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-805cb73b-9057-4f6d-9253-9154765c5d0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-805cb73b-9057-4f6d-9253-9154765c5d0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-805cb73b-9057-4f6d-9253-9154765c5d0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-65eb87f4-1389-4012-96c4-c2e360e9e06f {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-radius: 0px;
text-align: center;
background-color: rgba(212, 244, 247, 0);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-65eb87f4-1389-4012-96c4-c2e360e9e06f:hover {border-style: solid !important;
border-color: rgba(255, 199, 51, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 199, 51, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-65eb87f4-1389-4012-96c4-c2e360e9e06f:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-65eb87f4-1389-4012-96c4-c2e360e9e06f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65eb87f4-1389-4012-96c4-c2e360e9e06f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65eb87f4-1389-4012-96c4-c2e360e9e06f {
  
}
}@media (max-width: 767px){#s-65eb87f4-1389-4012-96c4-c2e360e9e06f {
  
}
}


#s-65eb87f4-1389-4012-96c4-c2e360e9e06f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65eb87f4-1389-4012-96c4-c2e360e9e06f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65eb87f4-1389-4012-96c4-c2e360e9e06f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-65eb87f4-1389-4012-96c4-c2e360e9e06f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}