.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-71e3bede-041f-4f54-b47a-0fa0c211c9db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-71e3bede-041f-4f54-b47a-0fa0c211c9db {
  display: none;
}
#s-71e3bede-041f-4f54-b47a-0fa0c211c9db, #wrap-s-71e3bede-041f-4f54-b47a-0fa0c211c9db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71e3bede-041f-4f54-b47a-0fa0c211c9db {
  display: none;
}
#s-71e3bede-041f-4f54-b47a-0fa0c211c9db, #wrap-s-71e3bede-041f-4f54-b47a-0fa0c211c9db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71e3bede-041f-4f54-b47a-0fa0c211c9db {
  display: none;
}
#s-71e3bede-041f-4f54-b47a-0fa0c211c9db, #wrap-s-71e3bede-041f-4f54-b47a-0fa0c211c9db { display:none !important; }}@media (max-width: 767px){#s-71e3bede-041f-4f54-b47a-0fa0c211c9db {
  display: none;
}
#s-71e3bede-041f-4f54-b47a-0fa0c211c9db, #wrap-s-71e3bede-041f-4f54-b47a-0fa0c211c9db { display:none !important; }}







#s-71e3bede-041f-4f54-b47a-0fa0c211c9db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71e3bede-041f-4f54-b47a-0fa0c211c9db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}
#s-07999482-28d8-4743-8fe9-437d9894439f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-07999482-28d8-4743-8fe9-437d9894439f {
  display: none;
}
#s-07999482-28d8-4743-8fe9-437d9894439f, #wrap-s-07999482-28d8-4743-8fe9-437d9894439f { display:none !important; }}@media (max-width: 767px){#s-07999482-28d8-4743-8fe9-437d9894439f {
  display: none;
}
#s-07999482-28d8-4743-8fe9-437d9894439f, #wrap-s-07999482-28d8-4743-8fe9-437d9894439f { display:none !important; }}






  #s-07999482-28d8-4743-8fe9-437d9894439f img.shogun-image {
    

    
    
    
  }


#s-07999482-28d8-4743-8fe9-437d9894439f .shogun-image-content {
  
    align-items: center;
  
}

#s-31c1a62e-d68e-406f-84b1-87597a39d9e2 {
  text-align: center;
}
@media (min-width: 1200px){#s-31c1a62e-d68e-406f-84b1-87597a39d9e2 {
  display: none;
}
#s-31c1a62e-d68e-406f-84b1-87597a39d9e2, #wrap-s-31c1a62e-d68e-406f-84b1-87597a39d9e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31c1a62e-d68e-406f-84b1-87597a39d9e2 {
  display: none;
}
#s-31c1a62e-d68e-406f-84b1-87597a39d9e2, #wrap-s-31c1a62e-d68e-406f-84b1-87597a39d9e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31c1a62e-d68e-406f-84b1-87597a39d9e2 {
  display: none;
}
#s-31c1a62e-d68e-406f-84b1-87597a39d9e2, #wrap-s-31c1a62e-d68e-406f-84b1-87597a39d9e2 { display:none !important; }}@media (max-width: 767px){#s-31c1a62e-d68e-406f-84b1-87597a39d9e2 {
  display: none;
}
#s-31c1a62e-d68e-406f-84b1-87597a39d9e2, #wrap-s-31c1a62e-d68e-406f-84b1-87597a39d9e2 { display:none !important; }}






  #s-31c1a62e-d68e-406f-84b1-87597a39d9e2 img.shogun-image {
    

    
    
    
  }


#s-31c1a62e-d68e-406f-84b1-87597a39d9e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-324fd123-4e9a-47e2-9199-d437aca62fe8 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-324fd123-4e9a-47e2-9199-d437aca62fe8 {
  display: none;
}
#s-324fd123-4e9a-47e2-9199-d437aca62fe8, #wrap-s-324fd123-4e9a-47e2-9199-d437aca62fe8 { display:none !important; }}@media (max-width: 767px){#s-324fd123-4e9a-47e2-9199-d437aca62fe8 {
  display: none;
}
#s-324fd123-4e9a-47e2-9199-d437aca62fe8, #wrap-s-324fd123-4e9a-47e2-9199-d437aca62fe8 { display:none !important; }}







#s-324fd123-4e9a-47e2-9199-d437aca62fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-324fd123-4e9a-47e2-9199-d437aca62fe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
  max-width: 3000px;
aspect-ratio: 3000/80;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
  display: none;
}
#s-cd557ee4-d61b-4440-8877-efd5d5351a76, #wrap-s-cd557ee4-d61b-4440-8877-efd5d5351a76 { display:none !important; }}@media (max-width: 767px){#s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
  display: none;
}
#s-cd557ee4-d61b-4440-8877-efd5d5351a76, #wrap-s-cd557ee4-d61b-4440-8877-efd5d5351a76 { display:none !important; }}




  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 img.shogun-image,
  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
    width: 100%;
    height: auto;
  }



  img.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
    
    
  }


.s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shg-align-container {
  text-align: center
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 img.shogun-image,
  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
    width: 100%;
    height: auto;
  }



  img.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
    
    
  }


.s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shg-align-container {
  text-align: center
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
  box-sizing: border-box;
}


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



  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 img.shogun-image,
  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
    width: 100%;
    height: auto;
  }



  img.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
    
    
  }


.s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shg-align-container {
  text-align: center
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
  box-sizing: border-box;
}


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



  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 img.shogun-image,
  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
    width: 100%;
    height: auto;
  }



  img.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
    
    
  }


.s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shg-align-container {
  text-align: center
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
  box-sizing: border-box;
}


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



  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 img.shogun-image,
  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd557ee4-d61b-4440-8877-efd5d5351a76 {
    width: 100%;
    height: auto;
  }



  img.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
    
    
  }


.s-cd557ee4-d61b-4440-8877-efd5d5351a76 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shg-align-container {
  text-align: center
}

.s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd557ee4-d61b-4440-8877-efd5d5351a76.shogun-image {
  box-sizing: border-box;
}


}
#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 {
  text-align: center;
}
@media (min-width: 1200px){#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 {
  display: none;
}
#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8, #wrap-s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 {
  display: none;
}
#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8, #wrap-s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 {
  display: none;
}
#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8, #wrap-s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 { display:none !important; }}@media (max-width: 767px){#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 {
  
}
}






  #s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 img.shogun-image {
    

    
    
    
  }


#s-fcc91355-b2df-4624-854f-1dea7cdb8ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
  max-width: 1080px;
aspect-ratio: 1080/100;
text-align: center;
}
@media (min-width: 1200px){#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
  display: none;
}
#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db, #wrap-s-7701b0c9-6f85-46ab-8698-82cf9efaf5db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
  display: none;
}
#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db, #wrap-s-7701b0c9-6f85-46ab-8698-82cf9efaf5db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
  
}
}




  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db img.shogun-image,
  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
    width: 100%;
    height: auto;
  }



  img.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
    
    
  }


.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shogun-image-content {
  
    align-items: center;
  
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shg-align-container {
  text-align: center
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db img.shogun-image,
  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
    width: 100%;
    height: auto;
  }



  img.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
    
    
  }


.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shogun-image-content {
  
    align-items: center;
  
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shg-align-container {
  text-align: center
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
  box-sizing: border-box;
}


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



  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db img.shogun-image,
  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
    width: 100%;
    height: auto;
  }



  img.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
    
    
  }


.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shogun-image-content {
  
    align-items: center;
  
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shg-align-container {
  text-align: center
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
  box-sizing: border-box;
}


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



  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db img.shogun-image,
  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
    width: 100%;
    height: auto;
  }



  img.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
    
    
  }


.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shogun-image-content {
  
    align-items: center;
  
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shg-align-container {
  text-align: center
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
  box-sizing: border-box;
}


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



  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db img.shogun-image,
  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7701b0c9-6f85-46ab-8698-82cf9efaf5db {
    width: 100%;
    height: auto;
  }



  img.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
    
    
  }


.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db .shogun-image-content {
  
    align-items: center;
  
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shg-align-container {
  text-align: center
}

.s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7701b0c9-6f85-46ab-8698-82cf9efaf5db.shogun-image {
  box-sizing: border-box;
}


}
#s-5dbf7518-b647-4bd9-a52d-9b9475f20daa {
  text-align: center;
}







  img.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
    
    
  }


.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shg-align-container {
  text-align: center
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
    
    
  }


.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shg-align-container {
  text-align: center
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
    
    
  }


.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shg-align-container {
  text-align: center
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
    
    
  }


.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shg-align-container {
  text-align: center
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image {
    
    
  }


.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shg-align-container {
  text-align: center
}

.s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbf7518-b647-4bd9-a52d-9b9475f20daa.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-4ea21837-4d51-47fb-af82-edad0a97a389 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ea21837-4d51-47fb-af82-edad0a97a389 .shogun-heading-component h1 {
  color: rgba(51, 63, 72, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-5ea19ca4-23cd-4f13-a245-57dd2898abca {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ea19ca4-23cd-4f13-a245-57dd2898abca {
  padding-left: 6%;
padding-right: 6%;
}
}@media (max-width: 767px){#s-5ea19ca4-23cd-4f13-a245-57dd2898abca {
  display: none;
}
#s-5ea19ca4-23cd-4f13-a245-57dd2898abca, #wrap-s-5ea19ca4-23cd-4f13-a245-57dd2898abca { display:none !important; }}
#s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22 {
  margin-top: 4px;
margin-bottom: 4px;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22 {
  display: none;
}
#s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22, #wrap-s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22 {
  display: none;
}
#s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22, #wrap-s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22 {
  display: none;
}
#s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22, #wrap-s-a3e6d010-6d2c-42dc-8c42-c95b0dc5ea22 { display:none !important; }}
#s-dfc5e96a-60d1-43c5-80b5-fc30c17f7759 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dfc5e96a-60d1-43c5-80b5-fc30c17f7759 {
  display: none;
}
#s-dfc5e96a-60d1-43c5-80b5-fc30c17f7759, #wrap-s-dfc5e96a-60d1-43c5-80b5-fc30c17f7759 { display:none !important; }}
#s-dfc5e96a-60d1-43c5-80b5-fc30c17f7759 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-0e1f00b6-a9ce-481c-92de-89b65226735f {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0e1f00b6-a9ce-481c-92de-89b65226735f {
  display: none;
}
#s-0e1f00b6-a9ce-481c-92de-89b65226735f, #wrap-s-0e1f00b6-a9ce-481c-92de-89b65226735f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e1f00b6-a9ce-481c-92de-89b65226735f {
  display: none;
}
#s-0e1f00b6-a9ce-481c-92de-89b65226735f, #wrap-s-0e1f00b6-a9ce-481c-92de-89b65226735f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e1f00b6-a9ce-481c-92de-89b65226735f {
  display: none;
}
#s-0e1f00b6-a9ce-481c-92de-89b65226735f, #wrap-s-0e1f00b6-a9ce-481c-92de-89b65226735f { display:none !important; }}
#s-0e1f00b6-a9ce-481c-92de-89b65226735f .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



.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-dbf336e9-bcfb-41ea-b18c-324187349db8 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-dbf336e9-bcfb-41ea-b18c-324187349db8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dbf336e9-bcfb-41ea-b18c-324187349db8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-dbf336e9-bcfb-41ea-b18c-324187349db8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbf336e9-bcfb-41ea-b18c-324187349db8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-3c0e3f08-31d9-4148-97ca-9d7ca8e3a29c {
  text-align: center;
}







  #s-3c0e3f08-31d9-4148-97ca-9d7ca8e3a29c img.shogun-image {
    

    
    
    
  }


#s-3c0e3f08-31d9-4148-97ca-9d7ca8e3a29c .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398-root {
    text-align: center;
  }


#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398-root {
    text-align: center;
  }


#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398-root {
    text-align: center;
  }


#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398-root {
    text-align: center;
  }


#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398-root {
    text-align: center;
  }


#s-5a6e74d5-f6c8-4a1d-8bf8-0d946a4c3398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-ab0e0934-2715-44d8-87a9-4860526c0302 {
  text-align: center;
}







  #s-ab0e0934-2715-44d8-87a9-4860526c0302 img.shogun-image {
    

    
    
    
  }


#s-ab0e0934-2715-44d8-87a9-4860526c0302 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0-root {
    text-align: center;
  }


#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0-root {
    text-align: center;
  }


#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0-root {
    text-align: center;
  }


#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0-root {
    text-align: center;
  }


#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0-root {
    text-align: center;
  }


#s-bdd6f3fe-1bff-4b88-9614-47fd5549a7b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-78020738-572d-4bdf-8d58-116636ec84e6 {
  text-align: center;
}







  #s-78020738-572d-4bdf-8d58-116636ec84e6 img.shogun-image {
    

    
    
    
  }


#s-78020738-572d-4bdf-8d58-116636ec84e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-172fd679-538c-406a-8c6c-10fdbf383954 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-172fd679-538c-406a-8c6c-10fdbf383954:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-172fd679-538c-406a-8c6c-10fdbf383954:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-172fd679-538c-406a-8c6c-10fdbf383954-root {
    text-align: center;
  }


#s-172fd679-538c-406a-8c6c-10fdbf383954.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-172fd679-538c-406a-8c6c-10fdbf383954-root {
    text-align: center;
  }


#s-172fd679-538c-406a-8c6c-10fdbf383954.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-172fd679-538c-406a-8c6c-10fdbf383954-root {
    text-align: center;
  }


#s-172fd679-538c-406a-8c6c-10fdbf383954.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-172fd679-538c-406a-8c6c-10fdbf383954-root {
    text-align: center;
  }


#s-172fd679-538c-406a-8c6c-10fdbf383954.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-172fd679-538c-406a-8c6c-10fdbf383954-root {
    text-align: center;
  }


#s-172fd679-538c-406a-8c6c-10fdbf383954.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-c4a8c44c-a2ca-4dcd-8a62-e0386711145b {
  text-align: center;
}







  #s-c4a8c44c-a2ca-4dcd-8a62-e0386711145b img.shogun-image {
    

    
    
    
  }


#s-c4a8c44c-a2ca-4dcd-8a62-e0386711145b .shogun-image-content {
  
    align-items: center;
  
}

#s-a86b2684-f6f1-4007-a224-16233f97b462 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a86b2684-f6f1-4007-a224-16233f97b462:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a86b2684-f6f1-4007-a224-16233f97b462:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a86b2684-f6f1-4007-a224-16233f97b462-root {
    text-align: center;
  }


#s-a86b2684-f6f1-4007-a224-16233f97b462.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a86b2684-f6f1-4007-a224-16233f97b462-root {
    text-align: center;
  }


#s-a86b2684-f6f1-4007-a224-16233f97b462.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a86b2684-f6f1-4007-a224-16233f97b462-root {
    text-align: center;
  }


#s-a86b2684-f6f1-4007-a224-16233f97b462.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a86b2684-f6f1-4007-a224-16233f97b462-root {
    text-align: center;
  }


#s-a86b2684-f6f1-4007-a224-16233f97b462.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a86b2684-f6f1-4007-a224-16233f97b462-root {
    text-align: center;
  }


#s-a86b2684-f6f1-4007-a224-16233f97b462.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-c21beb99-79ac-41a0-96f7-2595e5d20b5a {
  text-align: center;
}







  #s-c21beb99-79ac-41a0-96f7-2595e5d20b5a img.shogun-image {
    

    
    
    
  }


#s-c21beb99-79ac-41a0-96f7-2595e5d20b5a .shogun-image-content {
  
    align-items: center;
  
}

#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f393f31-4cc7-4950-b8ba-0d27188d86d1-root {
    text-align: center;
  }


#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f393f31-4cc7-4950-b8ba-0d27188d86d1-root {
    text-align: center;
  }


#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f393f31-4cc7-4950-b8ba-0d27188d86d1-root {
    text-align: center;
  }


#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f393f31-4cc7-4950-b8ba-0d27188d86d1-root {
    text-align: center;
  }


#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f393f31-4cc7-4950-b8ba-0d27188d86d1-root {
    text-align: center;
  }


#s-6f393f31-4cc7-4950-b8ba-0d27188d86d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-d45d951a-8547-4386-843d-bf9b91a8a51e {
  text-align: center;
}







  #s-d45d951a-8547-4386-843d-bf9b91a8a51e img.shogun-image {
    

    
    
    
  }


#s-d45d951a-8547-4386-843d-bf9b91a8a51e .shogun-image-content {
  
    align-items: center;
  
}

#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2 {
  padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}
}

  #s-5ee89a27-387c-4e02-88c8-eebf6fef30b2-root {
    text-align: center;
  }


#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ee89a27-387c-4e02-88c8-eebf6fef30b2-root {
    text-align: center;
  }


#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ee89a27-387c-4e02-88c8-eebf6fef30b2-root {
    text-align: center;
  }


#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ee89a27-387c-4e02-88c8-eebf6fef30b2-root {
    text-align: center;
  }


#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ee89a27-387c-4e02-88c8-eebf6fef30b2-root {
    text-align: center;
  }


#s-5ee89a27-387c-4e02-88c8-eebf6fef30b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1200px){#s-89e7702a-2050-441b-8bc8-3082769163d5 {
  display: none;
}
#s-89e7702a-2050-441b-8bc8-3082769163d5, #wrap-s-89e7702a-2050-441b-8bc8-3082769163d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89e7702a-2050-441b-8bc8-3082769163d5 {
  display: none;
}
#s-89e7702a-2050-441b-8bc8-3082769163d5, #wrap-s-89e7702a-2050-441b-8bc8-3082769163d5 { display:none !important; }}@media (max-width: 767px){#s-89e7702a-2050-441b-8bc8-3082769163d5 {
  display: none;
}
#s-89e7702a-2050-441b-8bc8-3082769163d5, #wrap-s-89e7702a-2050-441b-8bc8-3082769163d5 { display:none !important; }}
#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 {
  min-height: 50px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 {
  display: none;
}
#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136, #wrap-s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 {
  display: none;
}
#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136, #wrap-s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 { display:none !important; }}@media (max-width: 767px){#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 {
  display: none;
}
#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136, #wrap-s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 { display:none !important; }}







#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3f3e7b-1ff4-4036-a9a7-5ef10e602136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 {
  display: none;
}
#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241, #wrap-s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 {
  display: none;
}
#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241, #wrap-s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 {
  
}
}@media (max-width: 767px){#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 {
  display: none;
}
#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241, #wrap-s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 { display:none !important; }}
#s-c670856a-2cfc-4de8-8a8f-3f1ea7d04241 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c7daf8a6-682e-48f3-8154-5241e8cb13be {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}
@media (min-width: 1200px){#s-c7daf8a6-682e-48f3-8154-5241e8cb13be {
  display: none;
}
#s-c7daf8a6-682e-48f3-8154-5241e8cb13be, #wrap-s-c7daf8a6-682e-48f3-8154-5241e8cb13be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7daf8a6-682e-48f3-8154-5241e8cb13be {
  display: none;
}
#s-c7daf8a6-682e-48f3-8154-5241e8cb13be, #wrap-s-c7daf8a6-682e-48f3-8154-5241e8cb13be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7daf8a6-682e-48f3-8154-5241e8cb13be {
  
}
}@media (max-width: 767px){#s-c7daf8a6-682e-48f3-8154-5241e8cb13be {
  display: none;
}
#s-c7daf8a6-682e-48f3-8154-5241e8cb13be, #wrap-s-c7daf8a6-682e-48f3-8154-5241e8cb13be { display:none !important; }}
#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 {
  display: none;
}
#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94, #wrap-s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 {
  display: none;
}
#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94, #wrap-s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 {
  text-align: center;
}
}@media (max-width: 767px){#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 {
  display: none;
}
#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94, #wrap-s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94 { display:none !important; }}

  #s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94-root {
    text-align: left;
  }


#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94-root {
    text-align: left;
  }


#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94-root {
    text-align: left;
  }


#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94-root {
    text-align: center;
  }


#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94-root {
    text-align: left;
  }


#s-0c2d3ffb-1368-4906-b667-4ccbe85cbe94.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-d1c34891-b46a-40c2-a013-d7b41609ad4b {
  margin-top: 40px;
margin-left: 3%;
margin-bottom: 40px;
margin-right: 3%;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d1c34891-b46a-40c2-a013-d7b41609ad4b {
  display: none;
}
#s-d1c34891-b46a-40c2-a013-d7b41609ad4b, #wrap-s-d1c34891-b46a-40c2-a013-d7b41609ad4b { display:none !important; }}@media (max-width: 767px){#s-d1c34891-b46a-40c2-a013-d7b41609ad4b {
  display: none;
}
#s-d1c34891-b46a-40c2-a013-d7b41609ad4b, #wrap-s-d1c34891-b46a-40c2-a013-d7b41609ad4b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d1c34891-b46a-40c2-a013-d7b41609ad4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1c34891-b46a-40c2-a013-d7b41609ad4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1c34891-b46a-40c2-a013-d7b41609ad4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1c34891-b46a-40c2-a013-d7b41609ad4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ac7f8447-3cd1-4f95-83f5-1d0d40ea5d6f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-ac7f8447-3cd1-4f95-83f5-1d0d40ea5d6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac7f8447-3cd1-4f95-83f5-1d0d40ea5d6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac7f8447-3cd1-4f95-83f5-1d0d40ea5d6f {
  
}
}@media (max-width: 767px){#s-ac7f8447-3cd1-4f95-83f5-1d0d40ea5d6f {
  
}
}
#s-ac7f8447-3cd1-4f95-83f5-1d0d40ea5d6f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-33277820-73e5-45a9-a41a-8e8f93fd1c0b {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}
@media (min-width: 1200px){#s-33277820-73e5-45a9-a41a-8e8f93fd1c0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33277820-73e5-45a9-a41a-8e8f93fd1c0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33277820-73e5-45a9-a41a-8e8f93fd1c0b {
  
}
}@media (max-width: 767px){#s-33277820-73e5-45a9-a41a-8e8f93fd1c0b {
  
}
}
#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311 {
  text-align: center;
}
}

  #s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311-root {
    text-align: left;
  }


#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311-root {
    text-align: left;
  }


#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311-root {
    text-align: left;
  }


#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311-root {
    text-align: center;
  }


#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311-root {
    text-align: left;
  }


#s-3b98ac80-7c92-4b0a-b3ee-a41f3799f311.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-a51d85ef-1200-4450-94bb-d282cb88c155 {
  margin-top: 40px;
margin-bottom: 0px;
margin-right: 1%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a51d85ef-1200-4450-94bb-d282cb88c155 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a51d85ef-1200-4450-94bb-d282cb88c155 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a51d85ef-1200-4450-94bb-d282cb88c155 {
  
}
}@media (max-width: 767px){#s-a51d85ef-1200-4450-94bb-d282cb88c155 {
  
}
}







#s-a51d85ef-1200-4450-94bb-d282cb88c155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a51d85ef-1200-4450-94bb-d282cb88c155.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-fb12985b-ff19-4630-9d0b-d7088168e4d8 {
  display: none;
}
#s-fb12985b-ff19-4630-9d0b-d7088168e4d8, #wrap-s-fb12985b-ff19-4630-9d0b-d7088168e4d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fb12985b-ff19-4630-9d0b-d7088168e4d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb12985b-ff19-4630-9d0b-d7088168e4d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb12985b-ff19-4630-9d0b-d7088168e4d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb12985b-ff19-4630-9d0b-d7088168e4d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb12985b-ff19-4630-9d0b-d7088168e4d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb12985b-ff19-4630-9d0b-d7088168e4d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb12985b-ff19-4630-9d0b-d7088168e4d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-4321924b-7a8c-43da-b711-e513928923fa {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  img.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
    
    
  }


.s-4321924b-7a8c-43da-b711-e513928923fa .shogun-image-content {
  
    align-items: center;
  
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shg-align-container {
  text-align: center
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
    
    
  }


.s-4321924b-7a8c-43da-b711-e513928923fa .shogun-image-content {
  
    align-items: center;
  
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shg-align-container {
  text-align: center
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
    
    
  }


.s-4321924b-7a8c-43da-b711-e513928923fa .shogun-image-content {
  
    align-items: center;
  
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shg-align-container {
  text-align: center
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
    
    
  }


.s-4321924b-7a8c-43da-b711-e513928923fa .shogun-image-content {
  
    align-items: center;
  
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shg-align-container {
  text-align: center
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
    
    
  }


.s-4321924b-7a8c-43da-b711-e513928923fa .shogun-image-content {
  
    align-items: center;
  
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shg-align-container {
  text-align: center
}

.s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4321924b-7a8c-43da-b711-e513928923fa.shogun-image {
  box-sizing: border-box;
}


}
#s-04deb591-ca8e-4192-84bc-5f7bf8830a1a {
  border-style: solid;
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-04deb591-ca8e-4192-84bc-5f7bf8830a1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04deb591-ca8e-4192-84bc-5f7bf8830a1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04deb591-ca8e-4192-84bc-5f7bf8830a1a {
  
}
}@media (max-width: 767px){#s-04deb591-ca8e-4192-84bc-5f7bf8830a1a {
  
}
}
#s-04deb591-ca8e-4192-84bc-5f7bf8830a1a .shogun-heading-component h2 {
  color: rgba(1, 45, 107, 1);
  font-weight:  500 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-0827b3ac-c2a0-4646-baea-0cb0b2f7edea {
  margin-left: 0%;
margin-right: 0%;
}

#s-dc2b413d-c72d-451e-87f5-7f4cb6437f36 {
  margin-top: 5px;
margin-left: 36px;
margin-bottom: 5px;
margin-right: 36px;
}
@media (min-width: 1200px){#s-dc2b413d-c72d-451e-87f5-7f4cb6437f36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc2b413d-c72d-451e-87f5-7f4cb6437f36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc2b413d-c72d-451e-87f5-7f4cb6437f36 {
  
}
}@media (max-width: 767px){#s-dc2b413d-c72d-451e-87f5-7f4cb6437f36 {
  
}
}
@media (min-width: 0px) {
[id="s-dc2b413d-c72d-451e-87f5-7f4cb6437f36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2b413d-c72d-451e-87f5-7f4cb6437f36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dc2b413d-c72d-451e-87f5-7f4cb6437f36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dc2b413d-c72d-451e-87f5-7f4cb6437f36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ca7761b3-f6f5-43db-8893-3b384bd78aa3 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-ca7761b3-f6f5-43db-8893-3b384bd78aa3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca7761b3-f6f5-43db-8893-3b384bd78aa3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca7761b3-f6f5-43db-8893-3b384bd78aa3 {
  
}
}@media (max-width: 767px){#s-ca7761b3-f6f5-43db-8893-3b384bd78aa3 {
  display: none;
}
#s-ca7761b3-f6f5-43db-8893-3b384bd78aa3, #wrap-s-ca7761b3-f6f5-43db-8893-3b384bd78aa3 { display:none !important; }}
#s-ca7761b3-f6f5-43db-8893-3b384bd78aa3 {
  display: none;
}
.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-bd8620f4-4bed-445a-9beb-57e7ed2a07ef {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-left: 12%;
margin-right: 12%;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef {
  
}
}@media (max-width: 767px){#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef {
  
}
}


.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd8620f4-4bed-445a-9beb-57e7ed2a07ef img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-8edb9d47-f900-4fa8-acb4-32a67698ff55 {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-8edb9d47-f900-4fa8-acb4-32a67698ff55 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8edb9d47-f900-4fa8-acb4-32a67698ff55 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8edb9d47-f900-4fa8-acb4-32a67698ff55 {
  
}
}@media (max-width: 767px){#s-8edb9d47-f900-4fa8-acb4-32a67698ff55 {
  
}
}
#s-8edb9d47-f900-4fa8-acb4-32a67698ff55 .shg-product-title-component h4 {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c {
  text-align: center;
}
@media (min-width: 1200px){#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c {
  
}
}@media (max-width: 767px){#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c {
  
}
}
#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c .shg-product-sold-out {
  display: none;
  color: rgba(1, 45, 107, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c .shg-product-price {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-8b2b8e17-2f65-40c2-9f19-ef86e27a658c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-85321d8d-a883-49ba-9e9f-93fa1d677da5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85321d8d-a883-49ba-9e9f-93fa1d677da5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85321d8d-a883-49ba-9e9f-93fa1d677da5 {
  
}
}@media (max-width: 767px){#s-85321d8d-a883-49ba-9e9f-93fa1d677da5 {
  
}
}
@media (min-width: 0px) {
[id="s-85321d8d-a883-49ba-9e9f-93fa1d677da5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85321d8d-a883-49ba-9e9f-93fa1d677da5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85321d8d-a883-49ba-9e9f-93fa1d677da5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85321d8d-a883-49ba-9e9f-93fa1d677da5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85321d8d-a883-49ba-9e9f-93fa1d677da5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85321d8d-a883-49ba-9e9f-93fa1d677da5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-85321d8d-a883-49ba-9e9f-93fa1d677da5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-5844a308-7716-4d0b-aba4-649dfb7946d5 {
  border-style: solid;
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: rgba(1, 45, 107, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-5844a308-7716-4d0b-aba4-649dfb7946d5:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5844a308-7716-4d0b-aba4-649dfb7946d5:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-5844a308-7716-4d0b-aba4-649dfb7946d5-atc-btn-wrapper {
    text-align: center;
  }


#s-5844a308-7716-4d0b-aba4-649dfb7946d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5844a308-7716-4d0b-aba4-649dfb7946d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5844a308-7716-4d0b-aba4-649dfb7946d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}

#s-5844a308-7716-4d0b-aba4-649dfb7946d5.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Work Sans;
  
  
  color: rgba(255, 255, 255, 0.5);
}



.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-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb {
  display: none;
}
#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb, #wrap-s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb {
  display: none;
}
#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb, #wrap-s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb {
  display: none;
}
#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb, #wrap-s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb { display:none !important; }}
#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb .shg-sld-nav-button.shg-sld-left,
#s-57ebc36d-edd1-4e2b-be8b-ccdc1b7f38bb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fb84dcbc-1ca7-4623-8651-8983a6af5581 {
  display: none;
}
#s-666804a3-9a44-477d-9b82-0f71b5e9f850 {
  display: none;
}
#s-91a65036-fb0c-40ba-bc06-87643557fd5d {
  display: none;
}
#s-0bfd820f-4177-4992-ba1f-75972941fa8a {
  display: none;
}
#s-b3398e15-6326-475f-ac14-2da8e1f50a90 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-b3398e15-6326-475f-ac14-2da8e1f50a90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3398e15-6326-475f-ac14-2da8e1f50a90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3398e15-6326-475f-ac14-2da8e1f50a90 {
  
}
}@media (max-width: 767px){#s-b3398e15-6326-475f-ac14-2da8e1f50a90 {
  display: none;
}
#s-b3398e15-6326-475f-ac14-2da8e1f50a90, #wrap-s-b3398e15-6326-475f-ac14-2da8e1f50a90 { display:none !important; }}
#s-b3398e15-6326-475f-ac14-2da8e1f50a90 {
  display: none;
}
#s-16430e09-67b8-4fce-9b4d-e07cd703386f {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-left: 12%;
margin-right: 12%;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-16430e09-67b8-4fce-9b4d-e07cd703386f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16430e09-67b8-4fce-9b4d-e07cd703386f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16430e09-67b8-4fce-9b4d-e07cd703386f {
  
}
}@media (max-width: 767px){#s-16430e09-67b8-4fce-9b4d-e07cd703386f {
  
}
}


.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16430e09-67b8-4fce-9b4d-e07cd703386f img.shogun-image {
  width: 100%;
}



}
#s-ceaea563-382f-43bb-8143-e52ab7880182 {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-ceaea563-382f-43bb-8143-e52ab7880182 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceaea563-382f-43bb-8143-e52ab7880182 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceaea563-382f-43bb-8143-e52ab7880182 {
  
}
}@media (max-width: 767px){#s-ceaea563-382f-43bb-8143-e52ab7880182 {
  
}
}
#s-ceaea563-382f-43bb-8143-e52ab7880182 .shg-product-title-component h4 {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 {
  text-align: center;
}
@media (min-width: 1200px){#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 {
  
}
}@media (max-width: 767px){#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 {
  
}
}
#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 .shg-product-sold-out {
  display: none;
  color: rgba(1, 45, 107, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 .shg-product-price {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f2439aed-4124-475e-8ad5-b8357ccb0b35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-c7da64d3-9056-442a-ac99-2ddb3715562e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7da64d3-9056-442a-ac99-2ddb3715562e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7da64d3-9056-442a-ac99-2ddb3715562e {
  
}
}@media (max-width: 767px){#s-c7da64d3-9056-442a-ac99-2ddb3715562e {
  
}
}
@media (min-width: 0px) {
[id="s-c7da64d3-9056-442a-ac99-2ddb3715562e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7da64d3-9056-442a-ac99-2ddb3715562e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7da64d3-9056-442a-ac99-2ddb3715562e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7da64d3-9056-442a-ac99-2ddb3715562e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7da64d3-9056-442a-ac99-2ddb3715562e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7da64d3-9056-442a-ac99-2ddb3715562e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7da64d3-9056-442a-ac99-2ddb3715562e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef {
  border-style: solid;
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: rgba(1, 45, 107, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef {
  
}
}@media (max-width: 767px){#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef {
  
}
}


#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-21ee66d9-c61a-4bac-b48d-d383b02e56ef.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Work Sans;
  
  
  color: rgba(255, 255, 255, 0.5);
}



#s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47 {
  
}
}@media (max-width: 767px){#s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47 {
  display: none;
}
#s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47, #wrap-s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47 { display:none !important; }}
#s-e1ac30a3-9006-4ba6-b402-57ee8b05fc47 {
  display: none;
}
#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-left: 12%;
margin-right: 12%;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 {
  
}
}@media (max-width: 767px){#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 {
  
}
}


.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47a0ee1a-7ec3-49a6-b123-791431cfba69 img.shogun-image {
  width: 100%;
}



}
#s-f0298731-6b55-4207-ac1d-b548af7869f4 {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-f0298731-6b55-4207-ac1d-b548af7869f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0298731-6b55-4207-ac1d-b548af7869f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0298731-6b55-4207-ac1d-b548af7869f4 {
  
}
}@media (max-width: 767px){#s-f0298731-6b55-4207-ac1d-b548af7869f4 {
  
}
}
#s-f0298731-6b55-4207-ac1d-b548af7869f4 .shg-product-title-component h4 {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-6df23054-df98-433e-a645-33b5226477a7 {
  text-align: center;
}
@media (min-width: 1200px){#s-6df23054-df98-433e-a645-33b5226477a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6df23054-df98-433e-a645-33b5226477a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6df23054-df98-433e-a645-33b5226477a7 {
  
}
}@media (max-width: 767px){#s-6df23054-df98-433e-a645-33b5226477a7 {
  
}
}
#s-6df23054-df98-433e-a645-33b5226477a7 .shg-product-sold-out {
  display: none;
  color: rgba(1, 45, 107, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6df23054-df98-433e-a645-33b5226477a7 .shg-product-price {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-6df23054-df98-433e-a645-33b5226477a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-0b462414-a251-4cda-8ff3-e4d45438a00a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b462414-a251-4cda-8ff3-e4d45438a00a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b462414-a251-4cda-8ff3-e4d45438a00a {
  
}
}@media (max-width: 767px){#s-0b462414-a251-4cda-8ff3-e4d45438a00a {
  
}
}
@media (min-width: 0px) {
[id="s-0b462414-a251-4cda-8ff3-e4d45438a00a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b462414-a251-4cda-8ff3-e4d45438a00a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b462414-a251-4cda-8ff3-e4d45438a00a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b462414-a251-4cda-8ff3-e4d45438a00a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b462414-a251-4cda-8ff3-e4d45438a00a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b462414-a251-4cda-8ff3-e4d45438a00a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b462414-a251-4cda-8ff3-e4d45438a00a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd {
  border-style: solid;
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: rgba(1, 45, 107, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd {
  
}
}@media (max-width: 767px){#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd {
  
}
}


#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-abca3701-50c9-4e6d-acf1-4b832ef9ddbd.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Work Sans;
  
  
  color: rgba(255, 255, 255, 0.5);
}



#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 {
  display: none;
}
#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38, #wrap-s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 { display:none !important; }}@media (max-width: 767px){#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 {
  display: none;
}
#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38, #wrap-s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 { display:none !important; }}







#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-dcf9dd8a-cafb-479b-b854-0cf9e0f31c38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e528358-568d-405f-9471-b45d3a401542 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 12px;
padding-left: 2%;
padding-bottom: 12px;
padding-right: 2%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2e528358-568d-405f-9471-b45d3a401542 {
  padding-top: 6px;
padding-bottom: 6px;
display: none;
}
#s-2e528358-568d-405f-9471-b45d3a401542, #wrap-s-2e528358-568d-405f-9471-b45d3a401542 { display:none !important; }}@media (max-width: 767px){#s-2e528358-568d-405f-9471-b45d3a401542 {
  display: none;
}
#s-2e528358-568d-405f-9471-b45d3a401542, #wrap-s-2e528358-568d-405f-9471-b45d3a401542 { display:none !important; }}
#s-2e528358-568d-405f-9471-b45d3a401542 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-7e2e210a-3351-44d0-9472-d2a6c5773848 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e2e210a-3351-44d0-9472-d2a6c5773848 {
  display: none;
}
#s-7e2e210a-3351-44d0-9472-d2a6c5773848, #wrap-s-7e2e210a-3351-44d0-9472-d2a6c5773848 { display:none !important; }}@media (max-width: 767px){#s-7e2e210a-3351-44d0-9472-d2a6c5773848 {
  display: none;
}
#s-7e2e210a-3351-44d0-9472-d2a6c5773848, #wrap-s-7e2e210a-3351-44d0-9472-d2a6c5773848 { display:none !important; }}
#s-7e2e210a-3351-44d0-9472-d2a6c5773848 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7e2e210a-3351-44d0-9472-d2a6c5773848 .shg-sld-nav-button.shg-sld-left,
#s-7e2e210a-3351-44d0-9472-d2a6c5773848 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1dd80955-08c2-4b45-b428-1de4157ae45e {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-1dd80955-08c2-4b45-b428-1de4157ae45e {
  display: none;
}
#s-1dd80955-08c2-4b45-b428-1de4157ae45e, #wrap-s-1dd80955-08c2-4b45-b428-1de4157ae45e { display:none !important; }}
@media (min-width: 0px) {
[id="s-1dd80955-08c2-4b45-b428-1de4157ae45e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1dd80955-08c2-4b45-b428-1de4157ae45e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1dd80955-08c2-4b45-b428-1de4157ae45e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dd80955-08c2-4b45-b428-1de4157ae45e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e627816d-e744-4f2f-bbbf-14c838c4e47d {
  text-align: center;
}







  #s-e627816d-e744-4f2f-bbbf-14c838c4e47d img.shogun-image {
    

    
    
    
  }


#s-e627816d-e744-4f2f-bbbf-14c838c4e47d .shogun-image-content {
  
    align-items: center;
  
}

#s-37b1455d-001a-49c2-997b-05b9bc3006ac {
  text-align: center;
}







  #s-37b1455d-001a-49c2-997b-05b9bc3006ac img.shogun-image {
    

    
    
    
  }


#s-37b1455d-001a-49c2-997b-05b9bc3006ac .shogun-image-content {
  
    align-items: center;
  
}

#s-1dbc549c-3144-406b-b919-44095ef7ed31 {
  text-align: center;
}







  #s-1dbc549c-3144-406b-b919-44095ef7ed31 img.shogun-image {
    

    
    
    
  }


#s-1dbc549c-3144-406b-b919-44095ef7ed31 .shogun-image-content {
  
    align-items: center;
  
}

#s-b854a269-f24f-4640-8969-9b6967688a9d {
  text-align: center;
}







  #s-b854a269-f24f-4640-8969-9b6967688a9d img.shogun-image {
    

    
    
    
  }


#s-b854a269-f24f-4640-8969-9b6967688a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-6f45899c-9982-494d-bf17-22927dc273d2 {
  text-align: center;
}







  #s-6f45899c-9982-494d-bf17-22927dc273d2 img.shogun-image {
    

    
    
    
  }


#s-6f45899c-9982-494d-bf17-22927dc273d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e2349fb-df7b-4547-a8a8-7a23c8daad59 {
  text-align: center;
}







  #s-3e2349fb-df7b-4547-a8a8-7a23c8daad59 img.shogun-image {
    

    
    
    
  }


#s-3e2349fb-df7b-4547-a8a8-7a23c8daad59 .shogun-image-content {
  
    align-items: center;
  
}

#s-9347613c-b62f-4734-a679-c99319f1cd5c {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-9347613c-b62f-4734-a679-c99319f1cd5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9347613c-b62f-4734-a679-c99319f1cd5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9347613c-b62f-4734-a679-c99319f1cd5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9347613c-b62f-4734-a679-c99319f1cd5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-20b0c5de-3abe-4aaa-b970-a5e375715f48 {
  text-align: center;
}







  #s-20b0c5de-3abe-4aaa-b970-a5e375715f48 img.shogun-image {
    

    
    
    
  }


#s-20b0c5de-3abe-4aaa-b970-a5e375715f48 .shogun-image-content {
  
    align-items: center;
  
}

#s-43b52679-a32a-4a9a-bf65-c1a5e16527da {
  text-align: center;
}







  #s-43b52679-a32a-4a9a-bf65-c1a5e16527da img.shogun-image {
    

    
    
    
  }


#s-43b52679-a32a-4a9a-bf65-c1a5e16527da .shogun-image-content {
  
    align-items: center;
  
}

#s-01b8b298-e871-4108-8733-53d43702e9a5 {
  text-align: center;
}







  #s-01b8b298-e871-4108-8733-53d43702e9a5 img.shogun-image {
    

    
    
    
  }


#s-01b8b298-e871-4108-8733-53d43702e9a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-22a2e22d-6117-46a1-bbae-233f3e0f6a94 {
  text-align: center;
}







  #s-22a2e22d-6117-46a1-bbae-233f3e0f6a94 img.shogun-image {
    

    
    
    
  }


#s-22a2e22d-6117-46a1-bbae-233f3e0f6a94 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f03a4dc-9405-40af-a814-3fbc94cc4606 {
  text-align: center;
}







  #s-2f03a4dc-9405-40af-a814-3fbc94cc4606 img.shogun-image {
    

    
    
    
  }


#s-2f03a4dc-9405-40af-a814-3fbc94cc4606 .shogun-image-content {
  
    align-items: center;
  
}

#s-b11ca04d-eab5-4d13-aee8-06b4c707c2ad {
  text-align: center;
}







  #s-b11ca04d-eab5-4d13-aee8-06b4c707c2ad img.shogun-image {
    

    
    
    
  }


#s-b11ca04d-eab5-4d13-aee8-06b4c707c2ad .shogun-image-content {
  
    align-items: center;
  
}

#s-006e3f95-7bb7-49d6-a4df-9e616c281240 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-006e3f95-7bb7-49d6-a4df-9e616c281240 {
  display: none;
}
#s-006e3f95-7bb7-49d6-a4df-9e616c281240, #wrap-s-006e3f95-7bb7-49d6-a4df-9e616c281240 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-006e3f95-7bb7-49d6-a4df-9e616c281240 {
  display: none;
}
#s-006e3f95-7bb7-49d6-a4df-9e616c281240, #wrap-s-006e3f95-7bb7-49d6-a4df-9e616c281240 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-006e3f95-7bb7-49d6-a4df-9e616c281240 {
  display: none;
}
#s-006e3f95-7bb7-49d6-a4df-9e616c281240, #wrap-s-006e3f95-7bb7-49d6-a4df-9e616c281240 { display:none !important; }}@media (max-width: 767px){#s-006e3f95-7bb7-49d6-a4df-9e616c281240 {
  display: none;
}
#s-006e3f95-7bb7-49d6-a4df-9e616c281240, #wrap-s-006e3f95-7bb7-49d6-a4df-9e616c281240 { display:none !important; }}
#s-006e3f95-7bb7-49d6-a4df-9e616c281240 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-006e3f95-7bb7-49d6-a4df-9e616c281240 .shg-sld-nav-button.shg-sld-left,
#s-006e3f95-7bb7-49d6-a4df-9e616c281240 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-bca8ab15-98f0-4205-8e95-dcd5da3723ec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-bca8ab15-98f0-4205-8e95-dcd5da3723ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bca8ab15-98f0-4205-8e95-dcd5da3723ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bca8ab15-98f0-4205-8e95-dcd5da3723ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9def8736-f685-41ce-ac2e-ce0a52904de1 {
  text-align: center;
}







  #s-9def8736-f685-41ce-ac2e-ce0a52904de1 img.shogun-image {
    

    
    
    
  }


#s-9def8736-f685-41ce-ac2e-ce0a52904de1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbff4c87-06fe-4475-b8ad-561b504943dc {
  text-align: center;
}







  #s-fbff4c87-06fe-4475-b8ad-561b504943dc img.shogun-image {
    

    
    
    
  }


#s-fbff4c87-06fe-4475-b8ad-561b504943dc .shogun-image-content {
  
    align-items: center;
  
}

#s-be52d283-159f-4a99-8b09-b730d5a173f4 {
  text-align: center;
}







  #s-be52d283-159f-4a99-8b09-b730d5a173f4 img.shogun-image {
    

    
    
    
  }


#s-be52d283-159f-4a99-8b09-b730d5a173f4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-52f3a320-8ef6-4998-a530-0e7b082baf79"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-52f3a320-8ef6-4998-a530-0e7b082baf79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-52f3a320-8ef6-4998-a530-0e7b082baf79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-52f3a320-8ef6-4998-a530-0e7b082baf79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e2a2014f-033e-43a0-9da0-8791f083197c {
  text-align: center;
}







  #s-e2a2014f-033e-43a0-9da0-8791f083197c img.shogun-image {
    

    
    
    
  }


#s-e2a2014f-033e-43a0-9da0-8791f083197c .shogun-image-content {
  
    align-items: center;
  
}

#s-e3a09784-35d1-4579-93e4-5fa9ed64d97d {
  text-align: center;
}







  #s-e3a09784-35d1-4579-93e4-5fa9ed64d97d img.shogun-image {
    

    
    
    
  }


#s-e3a09784-35d1-4579-93e4-5fa9ed64d97d .shogun-image-content {
  
    align-items: center;
  
}

#s-d85114ff-dcd8-4868-bbd2-1d077f4afd83 {
  text-align: center;
}







  #s-d85114ff-dcd8-4868-bbd2-1d077f4afd83 img.shogun-image {
    

    
    
    
  }


#s-d85114ff-dcd8-4868-bbd2-1d077f4afd83 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bea01413-ebb7-4c38-bdc4-e4de79049275"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-bea01413-ebb7-4c38-bdc4-e4de79049275"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bea01413-ebb7-4c38-bdc4-e4de79049275"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bea01413-ebb7-4c38-bdc4-e4de79049275"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-54e6e15a-4cb6-464f-8559-04befd6f2818 {
  text-align: center;
}







  #s-54e6e15a-4cb6-464f-8559-04befd6f2818 img.shogun-image {
    

    
    
    
  }


#s-54e6e15a-4cb6-464f-8559-04befd6f2818 .shogun-image-content {
  
    align-items: center;
  
}

#s-7aa3cb13-1c4f-452a-bcc0-d8ef1e655fbe {
  text-align: center;
}







  #s-7aa3cb13-1c4f-452a-bcc0-d8ef1e655fbe img.shogun-image {
    

    
    
    
  }


#s-7aa3cb13-1c4f-452a-bcc0-d8ef1e655fbe .shogun-image-content {
  
    align-items: center;
  
}

#s-c1e0884c-ac4a-46c7-940f-d61da570236d {
  text-align: center;
}







  #s-c1e0884c-ac4a-46c7-940f-d61da570236d img.shogun-image {
    

    
    
    
  }


#s-c1e0884c-ac4a-46c7-940f-d61da570236d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-161a3938-8a92-4c1a-b24c-2fb8470ed330"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-161a3938-8a92-4c1a-b24c-2fb8470ed330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-161a3938-8a92-4c1a-b24c-2fb8470ed330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-161a3938-8a92-4c1a-b24c-2fb8470ed330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-7431941a-a188-4be7-98e9-ccd660b3d76c {
  text-align: center;
}







  #s-7431941a-a188-4be7-98e9-ccd660b3d76c img.shogun-image {
    

    
    
    
  }


#s-7431941a-a188-4be7-98e9-ccd660b3d76c .shogun-image-content {
  
    align-items: center;
  
}

#s-88ed2931-b7cb-421a-8153-17df1f32d726 {
  text-align: center;
}







  #s-88ed2931-b7cb-421a-8153-17df1f32d726 img.shogun-image {
    

    
    
    
  }


#s-88ed2931-b7cb-421a-8153-17df1f32d726 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec4fd64d-7c25-4954-9b03-7fcdd3b08243 {
  text-align: center;
}







  #s-ec4fd64d-7c25-4954-9b03-7fcdd3b08243 img.shogun-image {
    

    
    
    
  }


#s-ec4fd64d-7c25-4954-9b03-7fcdd3b08243 .shogun-image-content {
  
    align-items: center;
  
}

#s-59588c8b-0d63-4061-97fe-c546468c7512 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-59588c8b-0d63-4061-97fe-c546468c7512 {
  display: none;
}
#s-59588c8b-0d63-4061-97fe-c546468c7512, #wrap-s-59588c8b-0d63-4061-97fe-c546468c7512 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59588c8b-0d63-4061-97fe-c546468c7512 {
  display: none;
}
#s-59588c8b-0d63-4061-97fe-c546468c7512, #wrap-s-59588c8b-0d63-4061-97fe-c546468c7512 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59588c8b-0d63-4061-97fe-c546468c7512 {
  display: none;
}
#s-59588c8b-0d63-4061-97fe-c546468c7512, #wrap-s-59588c8b-0d63-4061-97fe-c546468c7512 { display:none !important; }}@media (max-width: 767px){#s-59588c8b-0d63-4061-97fe-c546468c7512 {
  display: none;
}
#s-59588c8b-0d63-4061-97fe-c546468c7512, #wrap-s-59588c8b-0d63-4061-97fe-c546468c7512 { display:none !important; }}







#s-59588c8b-0d63-4061-97fe-c546468c7512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59588c8b-0d63-4061-97fe-c546468c7512.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48e80ff1-f8e3-45df-a50d-ad0f2bec9e12 {
  margin-top: 3px;
margin-left: 3%;
margin-bottom: 3px;
margin-right: 3%;
text-align: center;
}







  #s-48e80ff1-f8e3-45df-a50d-ad0f2bec9e12 img.shogun-image {
    

    
    
    
  }


#s-48e80ff1-f8e3-45df-a50d-ad0f2bec9e12 .shogun-image-content {
  
    align-items: center;
  
}

#s-e45e21ff-0725-4382-a049-25b5b69a6623 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e45e21ff-0725-4382-a049-25b5b69a6623:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e45e21ff-0725-4382-a049-25b5b69a6623:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e45e21ff-0725-4382-a049-25b5b69a6623-root {
    text-align: center;
  }


#s-e45e21ff-0725-4382-a049-25b5b69a6623.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e45e21ff-0725-4382-a049-25b5b69a6623-root {
    text-align: center;
  }


#s-e45e21ff-0725-4382-a049-25b5b69a6623.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e45e21ff-0725-4382-a049-25b5b69a6623-root {
    text-align: center;
  }


#s-e45e21ff-0725-4382-a049-25b5b69a6623.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e45e21ff-0725-4382-a049-25b5b69a6623-root {
    text-align: center;
  }


#s-e45e21ff-0725-4382-a049-25b5b69a6623.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e45e21ff-0725-4382-a049-25b5b69a6623-root {
    text-align: center;
  }


#s-e45e21ff-0725-4382-a049-25b5b69a6623.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf {
  display: none;
}
#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf, #wrap-s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf {
  display: none;
}
#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf, #wrap-s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf {
  display: none;
}
#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf, #wrap-s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf { display:none !important; }}@media (max-width: 767px){#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf {
  display: none;
}
#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf, #wrap-s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf { display:none !important; }}







#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b32aeb-5f27-413e-bcfd-9cd00a779ebf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0579bc59-d432-4bf3-9c91-caab9fb63d5b {
  margin-top: 6px;
margin-left: 3%;
margin-bottom: 6px;
margin-right: 3%;
text-align: center;
}







  #s-0579bc59-d432-4bf3-9c91-caab9fb63d5b img.shogun-image {
    

    
    
    
  }


#s-0579bc59-d432-4bf3-9c91-caab9fb63d5b .shogun-image-content {
  
    align-items: center;
  
}

#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3ff5870-5d95-4925-b0c6-28413bc71b5a-root {
    text-align: center;
  }


#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3ff5870-5d95-4925-b0c6-28413bc71b5a-root {
    text-align: center;
  }


#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3ff5870-5d95-4925-b0c6-28413bc71b5a-root {
    text-align: center;
  }


#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3ff5870-5d95-4925-b0c6-28413bc71b5a-root {
    text-align: center;
  }


#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3ff5870-5d95-4925-b0c6-28413bc71b5a-root {
    text-align: center;
  }


#s-a3ff5870-5d95-4925-b0c6-28413bc71b5a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-6c2fd45e-b710-4220-b5f4-14012761f892 {
  margin-top: 40px;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6c2fd45e-b710-4220-b5f4-14012761f892 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c2fd45e-b710-4220-b5f4-14012761f892 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c2fd45e-b710-4220-b5f4-14012761f892 {
  display: none;
}
#s-6c2fd45e-b710-4220-b5f4-14012761f892, #wrap-s-6c2fd45e-b710-4220-b5f4-14012761f892 { display:none !important; }}@media (max-width: 767px){#s-6c2fd45e-b710-4220-b5f4-14012761f892 {
  
}
}







#s-6c2fd45e-b710-4220-b5f4-14012761f892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2fd45e-b710-4220-b5f4-14012761f892.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-ebf68539-935d-44e2-bc65-1434aec710c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebf68539-935d-44e2-bc65-1434aec710c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ebf68539-935d-44e2-bc65-1434aec710c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf68539-935d-44e2-bc65-1434aec710c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ebf68539-935d-44e2-bc65-1434aec710c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf68539-935d-44e2-bc65-1434aec710c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ebf68539-935d-44e2-bc65-1434aec710c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-19d6b5e9-8940-477e-99f1-dca3f6c259c9 {
  border-style: solid;
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-19d6b5e9-8940-477e-99f1-dca3f6c259c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19d6b5e9-8940-477e-99f1-dca3f6c259c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19d6b5e9-8940-477e-99f1-dca3f6c259c9 {
  display: none;
}
#s-19d6b5e9-8940-477e-99f1-dca3f6c259c9, #wrap-s-19d6b5e9-8940-477e-99f1-dca3f6c259c9 { display:none !important; }}@media (max-width: 767px){#s-19d6b5e9-8940-477e-99f1-dca3f6c259c9 {
  
}
}
#s-19d6b5e9-8940-477e-99f1-dca3f6c259c9 .shogun-heading-component h2 {
  color: rgba(1, 45, 107, 1);
  font-weight:  500 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6d1ad081-9317-41dc-b868-c2c77c849bba {
  margin-left: 10%;
margin-right: 10%;
}

#s-9743ae88-a1fb-4cee-af70-c38d7af77a81 {
  margin-top: 20px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
@media (min-width: 1200px){#s-9743ae88-a1fb-4cee-af70-c38d7af77a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9743ae88-a1fb-4cee-af70-c38d7af77a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9743ae88-a1fb-4cee-af70-c38d7af77a81 {
  
}
}@media (max-width: 767px){#s-9743ae88-a1fb-4cee-af70-c38d7af77a81 {
  
}
}
@media (min-width: 0px) {
[id="s-9743ae88-a1fb-4cee-af70-c38d7af77a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9743ae88-a1fb-4cee-af70-c38d7af77a81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9743ae88-a1fb-4cee-af70-c38d7af77a81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9743ae88-a1fb-4cee-af70-c38d7af77a81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-c73ece67-68b3-41f3-ba20-f21654c43499 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-c73ece67-68b3-41f3-ba20-f21654c43499 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c73ece67-68b3-41f3-ba20-f21654c43499 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c73ece67-68b3-41f3-ba20-f21654c43499 {
  
}
}@media (max-width: 767px){#s-c73ece67-68b3-41f3-ba20-f21654c43499 {
  
}
}
#s-c73ece67-68b3-41f3-ba20-f21654c43499 {
  display: none;
}
#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-left: 12%;
margin-right: 12%;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b {
  
}
}@media (max-width: 767px){#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b {
  
}
}


.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96c995d0-e466-4ca1-b7e7-4f9814f9026b img.shogun-image {
  width: 100%;
}



}
#s-45d5bf48-c110-44fc-b8ae-c4e613583f0e {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-45d5bf48-c110-44fc-b8ae-c4e613583f0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45d5bf48-c110-44fc-b8ae-c4e613583f0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45d5bf48-c110-44fc-b8ae-c4e613583f0e {
  
}
}@media (max-width: 767px){#s-45d5bf48-c110-44fc-b8ae-c4e613583f0e {
  
}
}
#s-45d5bf48-c110-44fc-b8ae-c4e613583f0e .shg-product-title-component h4 {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-d733d154-5208-45dd-8a48-4a1458354b42 {
  text-align: center;
}
@media (min-width: 1200px){#s-d733d154-5208-45dd-8a48-4a1458354b42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d733d154-5208-45dd-8a48-4a1458354b42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d733d154-5208-45dd-8a48-4a1458354b42 {
  
}
}@media (max-width: 767px){#s-d733d154-5208-45dd-8a48-4a1458354b42 {
  
}
}
#s-d733d154-5208-45dd-8a48-4a1458354b42 .shg-product-sold-out {
  display: none;
  color: rgba(1, 45, 107, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-d733d154-5208-45dd-8a48-4a1458354b42 .shg-product-price {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-d733d154-5208-45dd-8a48-4a1458354b42 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f {
  
}
}@media (max-width: 767px){#s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f {
  
}
}
@media (min-width: 0px) {
[id="s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7eb9a1d4-69ac-4b34-811d-ee083cf7944f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4fc01e10-9b88-4f07-9ce1-649338dda7b4 {
  border-style: solid;
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: rgba(1, 45, 107, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-4fc01e10-9b88-4f07-9ce1-649338dda7b4:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4fc01e10-9b88-4f07-9ce1-649338dda7b4:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-4fc01e10-9b88-4f07-9ce1-649338dda7b4-atc-btn-wrapper {
    text-align: center;
  }


#s-4fc01e10-9b88-4f07-9ce1-649338dda7b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fc01e10-9b88-4f07-9ce1-649338dda7b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fc01e10-9b88-4f07-9ce1-649338dda7b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}

#s-4fc01e10-9b88-4f07-9ce1-649338dda7b4.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Work Sans;
  
  
  color: rgba(255, 255, 255, 0.5);
}



#s-701b255e-e605-4634-a26e-c9683113e137 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-701b255e-e605-4634-a26e-c9683113e137 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-701b255e-e605-4634-a26e-c9683113e137 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-701b255e-e605-4634-a26e-c9683113e137 {
  
}
}@media (max-width: 767px){#s-701b255e-e605-4634-a26e-c9683113e137 {
  
}
}
#s-701b255e-e605-4634-a26e-c9683113e137 {
  display: none;
}
#s-26317a23-549d-4ae8-b2c1-e547ac6037cb {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-left: 12%;
margin-right: 12%;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-26317a23-549d-4ae8-b2c1-e547ac6037cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26317a23-549d-4ae8-b2c1-e547ac6037cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26317a23-549d-4ae8-b2c1-e547ac6037cb {
  
}
}@media (max-width: 767px){#s-26317a23-549d-4ae8-b2c1-e547ac6037cb {
  
}
}


.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26317a23-549d-4ae8-b2c1-e547ac6037cb img.shogun-image {
  width: 100%;
}



}
#s-a6f6cab8-74e8-42a6-9742-416e1d1810b2 {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-a6f6cab8-74e8-42a6-9742-416e1d1810b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6f6cab8-74e8-42a6-9742-416e1d1810b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6f6cab8-74e8-42a6-9742-416e1d1810b2 {
  
}
}@media (max-width: 767px){#s-a6f6cab8-74e8-42a6-9742-416e1d1810b2 {
  
}
}
#s-a6f6cab8-74e8-42a6-9742-416e1d1810b2 .shg-product-title-component h4 {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-223bf07e-580b-4c5e-93da-b649b32df423 {
  text-align: center;
}
@media (min-width: 1200px){#s-223bf07e-580b-4c5e-93da-b649b32df423 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-223bf07e-580b-4c5e-93da-b649b32df423 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-223bf07e-580b-4c5e-93da-b649b32df423 {
  
}
}@media (max-width: 767px){#s-223bf07e-580b-4c5e-93da-b649b32df423 {
  
}
}
#s-223bf07e-580b-4c5e-93da-b649b32df423 .shg-product-sold-out {
  display: none;
  color: rgba(1, 45, 107, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-223bf07e-580b-4c5e-93da-b649b32df423 .shg-product-price {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-223bf07e-580b-4c5e-93da-b649b32df423 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4 {
  
}
}@media (max-width: 767px){#s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4 {
  
}
}
@media (min-width: 0px) {
[id="s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c2d46185-fcdf-4564-8af9-bd4aba09ebb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-277abbf3-3668-48f6-9bbc-9226b35d788d {
  border-style: solid;
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: rgba(1, 45, 107, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-277abbf3-3668-48f6-9bbc-9226b35d788d:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-277abbf3-3668-48f6-9bbc-9226b35d788d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-277abbf3-3668-48f6-9bbc-9226b35d788d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-277abbf3-3668-48f6-9bbc-9226b35d788d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-277abbf3-3668-48f6-9bbc-9226b35d788d {
  
}
}@media (max-width: 767px){#s-277abbf3-3668-48f6-9bbc-9226b35d788d {
  
}
}


#s-277abbf3-3668-48f6-9bbc-9226b35d788d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-277abbf3-3668-48f6-9bbc-9226b35d788d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-277abbf3-3668-48f6-9bbc-9226b35d788d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-277abbf3-3668-48f6-9bbc-9226b35d788d.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Work Sans;
  
  
  color: rgba(255, 255, 255, 0.5);
}



#s-cb03eb0a-6ab1-43e8-baca-0e9023a9de54 {
  margin-bottom: 20px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}
@media (min-width: 1200px){#s-cb03eb0a-6ab1-43e8-baca-0e9023a9de54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb03eb0a-6ab1-43e8-baca-0e9023a9de54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb03eb0a-6ab1-43e8-baca-0e9023a9de54 {
  
}
}@media (max-width: 767px){#s-cb03eb0a-6ab1-43e8-baca-0e9023a9de54 {
  
}
}
#s-cb03eb0a-6ab1-43e8-baca-0e9023a9de54 {
  display: none;
}
#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 {
  box-shadow:1px 1px 0px 0px rgba(242, 242, 242, 1);
margin-left: 12%;
margin-right: 12%;
opacity: 0.95;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 {
  
}
}@media (max-width: 767px){#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 {
  
}
}


.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53c24e51-e0ec-4df8-8652-08e8d8ff05b6 img.shogun-image {
  width: 100%;
}



}
#s-c1d007d6-f7ae-4305-8719-59301200d142 {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-c1d007d6-f7ae-4305-8719-59301200d142 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1d007d6-f7ae-4305-8719-59301200d142 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1d007d6-f7ae-4305-8719-59301200d142 {
  
}
}@media (max-width: 767px){#s-c1d007d6-f7ae-4305-8719-59301200d142 {
  
}
}
#s-c1d007d6-f7ae-4305-8719-59301200d142 .shg-product-title-component h4 {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 {
  text-align: center;
}
@media (min-width: 1200px){#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 {
  
}
}@media (max-width: 767px){#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 {
  
}
}
#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 .shg-product-sold-out {
  display: none;
  color: rgba(1, 45, 107, 1);
  font-size: 20px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 .shg-product-price {
  color: rgba(1, 45, 107, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
}

#s-f015c9ea-6d57-42ae-a0bb-1b07935ae866 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-c013015a-1985-4bc9-88e4-f514b694f4db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c013015a-1985-4bc9-88e4-f514b694f4db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c013015a-1985-4bc9-88e4-f514b694f4db {
  
}
}@media (max-width: 767px){#s-c013015a-1985-4bc9-88e4-f514b694f4db {
  
}
}
@media (min-width: 0px) {
[id="s-c013015a-1985-4bc9-88e4-f514b694f4db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c013015a-1985-4bc9-88e4-f514b694f4db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c013015a-1985-4bc9-88e4-f514b694f4db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c013015a-1985-4bc9-88e4-f514b694f4db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c013015a-1985-4bc9-88e4-f514b694f4db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c013015a-1985-4bc9-88e4-f514b694f4db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c013015a-1985-4bc9-88e4-f514b694f4db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d139cb7d-5308-420d-badc-5ec54082ae13 {
  border-style: solid;
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: rgba(1, 45, 107, 1);
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
}
#s-d139cb7d-5308-420d-badc-5ec54082ae13:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d139cb7d-5308-420d-badc-5ec54082ae13:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d139cb7d-5308-420d-badc-5ec54082ae13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d139cb7d-5308-420d-badc-5ec54082ae13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d139cb7d-5308-420d-badc-5ec54082ae13 {
  
}
}@media (max-width: 767px){#s-d139cb7d-5308-420d-badc-5ec54082ae13 {
  
}
}


#s-d139cb7d-5308-420d-badc-5ec54082ae13 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d139cb7d-5308-420d-badc-5ec54082ae13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d139cb7d-5308-420d-badc-5ec54082ae13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  block ;
}

#s-d139cb7d-5308-420d-badc-5ec54082ae13.shg-btn.shg-product-atc-error {
  font-weight: 900;
  font-family: Work Sans;
  
  
  color: rgba(255, 255, 255, 0.5);
}



#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 {
  text-align: center;
}
@media (max-width: 767px){#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 {
  display: none;
}
#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3, #wrap-s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 { display:none !important; }}






  img.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
    
    
  }


.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shg-align-container {
  text-align: center
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
    
    
  }


.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shg-align-container {
  text-align: center
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
    
    
  }


.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shg-align-container {
  text-align: center
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
    
    
  }


.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shg-align-container {
  text-align: center
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
    
    
  }


.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shg-align-container {
  text-align: center
}

.s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8098b902-bb4a-4da6-bb60-970c9f3b5fb3.shogun-image {
  box-sizing: border-box;
}


}
#s-e378bb31-a16f-410d-af78-fbb62eae3715 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e378bb31-a16f-410d-af78-fbb62eae3715 {
  display: none;
}
#s-e378bb31-a16f-410d-af78-fbb62eae3715, #wrap-s-e378bb31-a16f-410d-af78-fbb62eae3715 { display:none !important; }}@media (max-width: 767px){#s-e378bb31-a16f-410d-af78-fbb62eae3715 {
  display: none;
}
#s-e378bb31-a16f-410d-af78-fbb62eae3715, #wrap-s-e378bb31-a16f-410d-af78-fbb62eae3715 { display:none !important; }}







#s-e378bb31-a16f-410d-af78-fbb62eae3715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e378bb31-a16f-410d-af78-fbb62eae3715.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54788ea2-5108-46ef-82ef-aa35f27faae4 {
  min-height: 50px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-54788ea2-5108-46ef-82ef-aa35f27faae4 {
  display: none;
}
#s-54788ea2-5108-46ef-82ef-aa35f27faae4, #wrap-s-54788ea2-5108-46ef-82ef-aa35f27faae4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54788ea2-5108-46ef-82ef-aa35f27faae4 {
  display: none;
}
#s-54788ea2-5108-46ef-82ef-aa35f27faae4, #wrap-s-54788ea2-5108-46ef-82ef-aa35f27faae4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54788ea2-5108-46ef-82ef-aa35f27faae4 {
  display: none;
}
#s-54788ea2-5108-46ef-82ef-aa35f27faae4, #wrap-s-54788ea2-5108-46ef-82ef-aa35f27faae4 { display:none !important; }}@media (max-width: 767px){#s-54788ea2-5108-46ef-82ef-aa35f27faae4 {
  
}
}







#s-54788ea2-5108-46ef-82ef-aa35f27faae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54788ea2-5108-46ef-82ef-aa35f27faae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-8032d26f-2362-40b1-b43d-200545a190f5 {
  display: none;
}
#s-8032d26f-2362-40b1-b43d-200545a190f5, #wrap-s-8032d26f-2362-40b1-b43d-200545a190f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8032d26f-2362-40b1-b43d-200545a190f5 {
  display: none;
}
#s-8032d26f-2362-40b1-b43d-200545a190f5, #wrap-s-8032d26f-2362-40b1-b43d-200545a190f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8032d26f-2362-40b1-b43d-200545a190f5 {
  display: none;
}
#s-8032d26f-2362-40b1-b43d-200545a190f5, #wrap-s-8032d26f-2362-40b1-b43d-200545a190f5 { display:none !important; }}
#s-423f880e-c96a-4935-b689-73c6255a1444 {
  padding-left: 3%;
padding-right: 3%;
}

#s-489530fc-f785-43f2-ac82-31b5b29218f3 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-489530fc-f785-43f2-ac82-31b5b29218f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-489530fc-f785-43f2-ac82-31b5b29218f3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-489530fc-f785-43f2-ac82-31b5b29218f3 {
  display: none;
}
#s-489530fc-f785-43f2-ac82-31b5b29218f3, #wrap-s-489530fc-f785-43f2-ac82-31b5b29218f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-489530fc-f785-43f2-ac82-31b5b29218f3 {
  display: none;
}
#s-489530fc-f785-43f2-ac82-31b5b29218f3, #wrap-s-489530fc-f785-43f2-ac82-31b5b29218f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-489530fc-f785-43f2-ac82-31b5b29218f3 {
  display: none;
}
#s-489530fc-f785-43f2-ac82-31b5b29218f3, #wrap-s-489530fc-f785-43f2-ac82-31b5b29218f3 { display:none !important; }}

  #s-489530fc-f785-43f2-ac82-31b5b29218f3-root {
    text-align: center;
  }


#s-489530fc-f785-43f2-ac82-31b5b29218f3.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-489530fc-f785-43f2-ac82-31b5b29218f3-root {
    text-align: center;
  }


#s-489530fc-f785-43f2-ac82-31b5b29218f3.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-489530fc-f785-43f2-ac82-31b5b29218f3-root {
    text-align: center;
  }


#s-489530fc-f785-43f2-ac82-31b5b29218f3.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-489530fc-f785-43f2-ac82-31b5b29218f3-root {
    text-align: center;
  }


#s-489530fc-f785-43f2-ac82-31b5b29218f3.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-489530fc-f785-43f2-ac82-31b5b29218f3-root {
    text-align: center;
  }


#s-489530fc-f785-43f2-ac82-31b5b29218f3.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-a5c6424a-9b70-4ab7-a524-920c0b562869 {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 12px;
padding-left: 2%;
padding-bottom: 12px;
padding-right: 2%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a5c6424a-9b70-4ab7-a524-920c0b562869 {
  display: none;
}
#s-a5c6424a-9b70-4ab7-a524-920c0b562869, #wrap-s-a5c6424a-9b70-4ab7-a524-920c0b562869 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5c6424a-9b70-4ab7-a524-920c0b562869 {
  display: none;
}
#s-a5c6424a-9b70-4ab7-a524-920c0b562869, #wrap-s-a5c6424a-9b70-4ab7-a524-920c0b562869 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5c6424a-9b70-4ab7-a524-920c0b562869 {
  padding-top: 6px;
padding-bottom: 6px;
display: none;
}
#s-a5c6424a-9b70-4ab7-a524-920c0b562869, #wrap-s-a5c6424a-9b70-4ab7-a524-920c0b562869 { display:none !important; }}
#s-a5c6424a-9b70-4ab7-a524-920c0b562869 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-3d84606c-8c1e-4b50-81ab-bbfca5828b32 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d84606c-8c1e-4b50-81ab-bbfca5828b32 {
  display: none;
}
#s-3d84606c-8c1e-4b50-81ab-bbfca5828b32, #wrap-s-3d84606c-8c1e-4b50-81ab-bbfca5828b32 { display:none !important; }}@media (max-width: 767px){#s-3d84606c-8c1e-4b50-81ab-bbfca5828b32 {
  display: none;
}
#s-3d84606c-8c1e-4b50-81ab-bbfca5828b32, #wrap-s-3d84606c-8c1e-4b50-81ab-bbfca5828b32 { display:none !important; }}






  #s-3d84606c-8c1e-4b50-81ab-bbfca5828b32 img.shogun-image {
    

    
    
    
  }


#s-3d84606c-8c1e-4b50-81ab-bbfca5828b32 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b25702c-4a5b-4421-a9ae-9113844be856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9b25702c-4a5b-4421-a9ae-9113844be856 {
  display: none;
}
#s-9b25702c-4a5b-4421-a9ae-9113844be856, #wrap-s-9b25702c-4a5b-4421-a9ae-9113844be856 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b25702c-4a5b-4421-a9ae-9113844be856 {
  display: none;
}
#s-9b25702c-4a5b-4421-a9ae-9113844be856, #wrap-s-9b25702c-4a5b-4421-a9ae-9113844be856 { display:none !important; }}@media (max-width: 767px){#s-9b25702c-4a5b-4421-a9ae-9113844be856 {
  display: none;
}
#s-9b25702c-4a5b-4421-a9ae-9113844be856, #wrap-s-9b25702c-4a5b-4421-a9ae-9113844be856 { display:none !important; }}
#s-9b25702c-4a5b-4421-a9ae-9113844be856 .shogun-heading-component h1 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 {
  display: none;
}
#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47, #wrap-s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 {
  display: none;
}
#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47, #wrap-s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 { display:none !important; }}@media (max-width: 767px){#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 {
  display: none;
}
#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47, #wrap-s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 { display:none !important; }}







#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8a540c5-ac86-4739-a7cc-5c71373bfa47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a767bea2-1072-41e4-895a-8e61522f649e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a767bea2-1072-41e4-895a-8e61522f649e {
  display: none;
}
#s-a767bea2-1072-41e4-895a-8e61522f649e, #wrap-s-a767bea2-1072-41e4-895a-8e61522f649e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a767bea2-1072-41e4-895a-8e61522f649e {
  display: none;
}
#s-a767bea2-1072-41e4-895a-8e61522f649e, #wrap-s-a767bea2-1072-41e4-895a-8e61522f649e { display:none !important; }}@media (max-width: 767px){#s-a767bea2-1072-41e4-895a-8e61522f649e {
  display: none;
}
#s-a767bea2-1072-41e4-895a-8e61522f649e, #wrap-s-a767bea2-1072-41e4-895a-8e61522f649e { display:none !important; }}
#s-a767bea2-1072-41e4-895a-8e61522f649e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a767bea2-1072-41e4-895a-8e61522f649e .shg-sld-nav-button.shg-sld-left,
#s-a767bea2-1072-41e4-895a-8e61522f649e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-cb150513-70d8-472c-bb10-ea1a7f860c8b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cb150513-70d8-472c-bb10-ea1a7f860c8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb150513-70d8-472c-bb10-ea1a7f860c8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb150513-70d8-472c-bb10-ea1a7f860c8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-58d6d602-0d3a-443f-92a5-bbb12af35f4c {
  text-align: center;
}







  #s-58d6d602-0d3a-443f-92a5-bbb12af35f4c img.shogun-image {
    

    
    
    
  }


#s-58d6d602-0d3a-443f-92a5-bbb12af35f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-9fad63c4-f362-466a-9fe9-a31d5cfdbc52 {
  text-align: center;
}







  #s-9fad63c4-f362-466a-9fe9-a31d5cfdbc52 img.shogun-image {
    

    
    
    
  }


#s-9fad63c4-f362-466a-9fe9-a31d5cfdbc52 .shogun-image-content {
  
    align-items: center;
  
}

#s-c96807ad-cc27-4dcd-a432-4895b309c169 {
  text-align: center;
}







  #s-c96807ad-cc27-4dcd-a432-4895b309c169 img.shogun-image {
    

    
    
    
  }


#s-c96807ad-cc27-4dcd-a432-4895b309c169 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-118706d5-17a0-426f-a195-7a8b2822f028"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-118706d5-17a0-426f-a195-7a8b2822f028"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-118706d5-17a0-426f-a195-7a8b2822f028"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-118706d5-17a0-426f-a195-7a8b2822f028"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b3b5b1f2-e18d-4428-9907-f0bc101d0505 {
  text-align: center;
}







  #s-b3b5b1f2-e18d-4428-9907-f0bc101d0505 img.shogun-image {
    

    
    
    
  }


#s-b3b5b1f2-e18d-4428-9907-f0bc101d0505 .shogun-image-content {
  
    align-items: center;
  
}

#s-02dcffa0-86c9-4f05-8326-f4b12cfd05a3 {
  text-align: center;
}







  #s-02dcffa0-86c9-4f05-8326-f4b12cfd05a3 img.shogun-image {
    

    
    
    
  }


#s-02dcffa0-86c9-4f05-8326-f4b12cfd05a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-02e4bd62-7aa7-410c-80eb-c1100c5f5a65 {
  text-align: center;
}







  #s-02e4bd62-7aa7-410c-80eb-c1100c5f5a65 img.shogun-image {
    

    
    
    
  }


#s-02e4bd62-7aa7-410c-80eb-c1100c5f5a65 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-87a6e2eb-36f9-4f14-bf45-c39a4f40ce05"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-87a6e2eb-36f9-4f14-bf45-c39a4f40ce05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87a6e2eb-36f9-4f14-bf45-c39a4f40ce05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87a6e2eb-36f9-4f14-bf45-c39a4f40ce05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9a1d6422-c388-44e5-ad45-d1ff920f25c1 {
  text-align: center;
}







  #s-9a1d6422-c388-44e5-ad45-d1ff920f25c1 img.shogun-image {
    

    
    
    
  }


#s-9a1d6422-c388-44e5-ad45-d1ff920f25c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-95653380-e63a-4fad-8b06-74a8181b1de1 {
  text-align: center;
}







  #s-95653380-e63a-4fad-8b06-74a8181b1de1 img.shogun-image {
    

    
    
    
  }


#s-95653380-e63a-4fad-8b06-74a8181b1de1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce87cb6e-bf33-43bc-9d08-f326aae3f8fd {
  text-align: center;
}







  #s-ce87cb6e-bf33-43bc-9d08-f326aae3f8fd img.shogun-image {
    

    
    
    
  }


#s-ce87cb6e-bf33-43bc-9d08-f326aae3f8fd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-80056650-49e1-48e0-aec5-a6cec4e400dd {
  display: none;
}
#s-80056650-49e1-48e0-aec5-a6cec4e400dd, #wrap-s-80056650-49e1-48e0-aec5-a6cec4e400dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80056650-49e1-48e0-aec5-a6cec4e400dd {
  display: none;
}
#s-80056650-49e1-48e0-aec5-a6cec4e400dd, #wrap-s-80056650-49e1-48e0-aec5-a6cec4e400dd { display:none !important; }}@media (max-width: 767px){#s-80056650-49e1-48e0-aec5-a6cec4e400dd {
  display: none;
}
#s-80056650-49e1-48e0-aec5-a6cec4e400dd, #wrap-s-80056650-49e1-48e0-aec5-a6cec4e400dd { display:none !important; }}
@media (min-width: 0px) {
[id="s-80056650-49e1-48e0-aec5-a6cec4e400dd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-80056650-49e1-48e0-aec5-a6cec4e400dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80056650-49e1-48e0-aec5-a6cec4e400dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80056650-49e1-48e0-aec5-a6cec4e400dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f89b5788-5d8e-485a-9452-c0a2d2284fa9 {
  text-align: center;
}







  #s-f89b5788-5d8e-485a-9452-c0a2d2284fa9 img.shogun-image {
    

    
    
    
  }


#s-f89b5788-5d8e-485a-9452-c0a2d2284fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c5ce319-c47b-4b77-ad69-6f69ab651a76 {
  text-align: center;
}







  #s-2c5ce319-c47b-4b77-ad69-6f69ab651a76 img.shogun-image {
    

    
    
    
  }


#s-2c5ce319-c47b-4b77-ad69-6f69ab651a76 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3d51495-6d82-4789-881d-154602e6b744 {
  text-align: center;
}







  #s-e3d51495-6d82-4789-881d-154602e6b744 img.shogun-image {
    

    
    
    
  }


#s-e3d51495-6d82-4789-881d-154602e6b744 .shogun-image-content {
  
    align-items: center;
  
}

#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 {
  text-align: center;
}
@media (min-width: 1200px){#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 {
  display: none;
}
#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23, #wrap-s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 {
  display: none;
}
#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23, #wrap-s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 { display:none !important; }}@media (max-width: 767px){#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 {
  display: none;
}
#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23, #wrap-s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 { display:none !important; }}






  #s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 img.shogun-image {
    

    
    
    
  }


#s-3aa796ea-7901-49da-aeaf-3623fe4cbe23 .shogun-image-content {
  
    align-items: center;
  
}

#s-634a3457-32f6-457e-8b90-b1e260e3c42f {
  min-height: 50px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-634a3457-32f6-457e-8b90-b1e260e3c42f {
  display: none;
}
#s-634a3457-32f6-457e-8b90-b1e260e3c42f, #wrap-s-634a3457-32f6-457e-8b90-b1e260e3c42f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-634a3457-32f6-457e-8b90-b1e260e3c42f {
  display: none;
}
#s-634a3457-32f6-457e-8b90-b1e260e3c42f, #wrap-s-634a3457-32f6-457e-8b90-b1e260e3c42f { display:none !important; }}@media (max-width: 767px){#s-634a3457-32f6-457e-8b90-b1e260e3c42f {
  display: none;
}
#s-634a3457-32f6-457e-8b90-b1e260e3c42f, #wrap-s-634a3457-32f6-457e-8b90-b1e260e3c42f { display:none !important; }}







#s-634a3457-32f6-457e-8b90-b1e260e3c42f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-634a3457-32f6-457e-8b90-b1e260e3c42f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b897429-e900-4134-9e7b-acba9162bb95 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-7b897429-e900-4134-9e7b-acba9162bb95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b897429-e900-4134-9e7b-acba9162bb95:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7b897429-e900-4134-9e7b-acba9162bb95 {
  margin-top: 26px;
margin-bottom: 26px;
}
}

  #s-7b897429-e900-4134-9e7b-acba9162bb95-root {
    text-align: center;
  }


#s-7b897429-e900-4134-9e7b-acba9162bb95.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b897429-e900-4134-9e7b-acba9162bb95-root {
    text-align: center;
  }


#s-7b897429-e900-4134-9e7b-acba9162bb95.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b897429-e900-4134-9e7b-acba9162bb95-root {
    text-align: center;
  }


#s-7b897429-e900-4134-9e7b-acba9162bb95.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b897429-e900-4134-9e7b-acba9162bb95-root {
    text-align: center;
  }


#s-7b897429-e900-4134-9e7b-acba9162bb95.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b897429-e900-4134-9e7b-acba9162bb95-root {
    text-align: center;
  }


#s-7b897429-e900-4134-9e7b-acba9162bb95.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-092bd706-670f-41d5-aa95-645552c19153 {
  margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}
@media (min-width: 1200px){#s-092bd706-670f-41d5-aa95-645552c19153 {
  display: none;
}
#s-092bd706-670f-41d5-aa95-645552c19153, #wrap-s-092bd706-670f-41d5-aa95-645552c19153 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-092bd706-670f-41d5-aa95-645552c19153 {
  display: none;
}
#s-092bd706-670f-41d5-aa95-645552c19153, #wrap-s-092bd706-670f-41d5-aa95-645552c19153 { display:none !important; }}@media (max-width: 767px){#s-092bd706-670f-41d5-aa95-645552c19153 {
  display: none;
}
#s-092bd706-670f-41d5-aa95-645552c19153, #wrap-s-092bd706-670f-41d5-aa95-645552c19153 { display:none !important; }}






  #s-092bd706-670f-41d5-aa95-645552c19153 img.shogun-image {
    

    
    
    
  }


#s-092bd706-670f-41d5-aa95-645552c19153 .shogun-image-content {
  
    align-items: center;
  
}

#s-52f7d009-245a-4cba-b33e-bc46d1fe8a07 {
  margin-top: -6px;
margin-bottom: -6px;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
}
@media (max-width: 767px){#s-52f7d009-245a-4cba-b33e-bc46d1fe8a07 {
  display: none;
}
#s-52f7d009-245a-4cba-b33e-bc46d1fe8a07, #wrap-s-52f7d009-245a-4cba-b33e-bc46d1fe8a07 { display:none !important; }}
#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a {
  
}
}@media (max-width: 767px){#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a {
  display: none;
}
#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a, #wrap-s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a { display:none !important; }}







#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1b9899a-0d0a-45a0-91e6-6ab70a238a5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-699d2c34-9ec0-4728-be53-d337d365a0b2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-699d2c34-9ec0-4728-be53-d337d365a0b2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 4px;
padding-bottom: 4px;
}
}
#s-699d2c34-9ec0-4728-be53-d337d365a0b2 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-27382148-0b39-405d-a780-a24597901cc2 {
  margin-top: 6px;
margin-bottom: 6px;
padding-left: 9%;
padding-right: 9%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}
#s-27382148-0b39-405d-a780-a24597901cc2:hover {opacity: 1 !important;}@media (min-width: 1200px){#s-27382148-0b39-405d-a780-a24597901cc2 {
  display: none;
}
#s-27382148-0b39-405d-a780-a24597901cc2, #wrap-s-27382148-0b39-405d-a780-a24597901cc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27382148-0b39-405d-a780-a24597901cc2 {
  display: none;
}
#s-27382148-0b39-405d-a780-a24597901cc2, #wrap-s-27382148-0b39-405d-a780-a24597901cc2 { display:none !important; }}@media (max-width: 767px){#s-27382148-0b39-405d-a780-a24597901cc2 {
  display: none;
}
#s-27382148-0b39-405d-a780-a24597901cc2, #wrap-s-27382148-0b39-405d-a780-a24597901cc2 { display:none !important; }}






  #s-27382148-0b39-405d-a780-a24597901cc2 img.shogun-image {
    

    
    
    
  }


#s-27382148-0b39-405d-a780-a24597901cc2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ddb298e8-1840-43ee-b778-54a07ead57cf {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ddb298e8-1840-43ee-b778-54a07ead57cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-f367c909-207f-47ab-8aba-c243428d5cd0 {
  margin-left: 2%;
margin-right: 2%;
}

#s-62987c57-2f1f-4219-8877-5b88b4700ab6 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62987c57-2f1f-4219-8877-5b88b4700ab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62987c57-2f1f-4219-8877-5b88b4700ab6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62987c57-2f1f-4219-8877-5b88b4700ab6-root {
    text-align: left;
  }


#s-62987c57-2f1f-4219-8877-5b88b4700ab6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62987c57-2f1f-4219-8877-5b88b4700ab6-root {
    text-align: left;
  }


#s-62987c57-2f1f-4219-8877-5b88b4700ab6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62987c57-2f1f-4219-8877-5b88b4700ab6-root {
    text-align: left;
  }


#s-62987c57-2f1f-4219-8877-5b88b4700ab6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62987c57-2f1f-4219-8877-5b88b4700ab6-root {
    text-align: left;
  }


#s-62987c57-2f1f-4219-8877-5b88b4700ab6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62987c57-2f1f-4219-8877-5b88b4700ab6-root {
    text-align: left;
  }


#s-62987c57-2f1f-4219-8877-5b88b4700ab6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-575fe9c5-905e-44c4-8321-d574d2125bde {
  min-height: 50px;
}
@media (max-width: 767px){#s-575fe9c5-905e-44c4-8321-d574d2125bde {
  display: none;
}
#s-575fe9c5-905e-44c4-8321-d574d2125bde, #wrap-s-575fe9c5-905e-44c4-8321-d574d2125bde { display:none !important; }}







#s-575fe9c5-905e-44c4-8321-d574d2125bde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-575fe9c5-905e-44c4-8321-d574d2125bde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d802f57-360a-4591-a405-788916809fbe {
  margin-left: 9%;
margin-right: 9%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-8d802f57-360a-4591-a405-788916809fbe {
  display: none;
}
#s-8d802f57-360a-4591-a405-788916809fbe, #wrap-s-8d802f57-360a-4591-a405-788916809fbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d802f57-360a-4591-a405-788916809fbe {
  display: none;
}
#s-8d802f57-360a-4591-a405-788916809fbe, #wrap-s-8d802f57-360a-4591-a405-788916809fbe { display:none !important; }}@media (max-width: 767px){#s-8d802f57-360a-4591-a405-788916809fbe {
  display: none;
}
#s-8d802f57-360a-4591-a405-788916809fbe, #wrap-s-8d802f57-360a-4591-a405-788916809fbe { display:none !important; }}






  #s-8d802f57-360a-4591-a405-788916809fbe img.shogun-image {
    

    
    
    
  }


#s-8d802f57-360a-4591-a405-788916809fbe .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-074c59c9-11b1-4d22-952e-0f1d8fcebb5d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-074c59c9-11b1-4d22-952e-0f1d8fcebb5d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-462ab047-dbc2-4680-b821-cde5f83748fd {
  margin-left: 2%;
margin-right: 2%;
}

#s-3b745b95-1e4e-415f-9a6a-525e821b46b4 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3b745b95-1e4e-415f-9a6a-525e821b46b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b745b95-1e4e-415f-9a6a-525e821b46b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b745b95-1e4e-415f-9a6a-525e821b46b4-root {
    text-align: left;
  }


#s-3b745b95-1e4e-415f-9a6a-525e821b46b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b745b95-1e4e-415f-9a6a-525e821b46b4-root {
    text-align: left;
  }


#s-3b745b95-1e4e-415f-9a6a-525e821b46b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b745b95-1e4e-415f-9a6a-525e821b46b4-root {
    text-align: left;
  }


#s-3b745b95-1e4e-415f-9a6a-525e821b46b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b745b95-1e4e-415f-9a6a-525e821b46b4-root {
    text-align: left;
  }


#s-3b745b95-1e4e-415f-9a6a-525e821b46b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b745b95-1e4e-415f-9a6a-525e821b46b4-root {
    text-align: left;
  }


#s-3b745b95-1e4e-415f-9a6a-525e821b46b4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-214cc5ae-a12d-483a-88f0-849c37becb9e {
  margin-top: 20px;
margin-left: 9%;
margin-bottom: 20px;
margin-right: 9%;
min-height: 400px;
}
@media (max-width: 767px){#s-214cc5ae-a12d-483a-88f0-849c37becb9e {
  
}
}







#s-214cc5ae-a12d-483a-88f0-849c37becb9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-214cc5ae-a12d-483a-88f0-849c37becb9e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-bffb3bd8-95f0-472a-a066-02dbd141ece9 {
  display: none;
}
#s-bffb3bd8-95f0-472a-a066-02dbd141ece9, #wrap-s-bffb3bd8-95f0-472a-a066-02dbd141ece9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bffb3bd8-95f0-472a-a066-02dbd141ece9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bffb3bd8-95f0-472a-a066-02dbd141ece9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bffb3bd8-95f0-472a-a066-02dbd141ece9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bffb3bd8-95f0-472a-a066-02dbd141ece9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bffb3bd8-95f0-472a-a066-02dbd141ece9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bffb3bd8-95f0-472a-a066-02dbd141ece9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bffb3bd8-95f0-472a-a066-02dbd141ece9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-2bf8a297-cfbc-48b6-a7a0-d78ef018d359 {
  min-height: 50px;
}








#s-2bf8a297-cfbc-48b6-a7a0-d78ef018d359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf8a297-cfbc-48b6-a7a0-d78ef018d359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed09fc6d-f8fd-41ca-9adb-bc5bc572f80e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}
#s-ed09fc6d-f8fd-41ca-9adb-bc5bc572f80e:hover {opacity: 1 !important;}@media (min-width: 768px) and (max-width: 991px){#s-ed09fc6d-f8fd-41ca-9adb-bc5bc572f80e {
  display: none;
}
#s-ed09fc6d-f8fd-41ca-9adb-bc5bc572f80e, #wrap-s-ed09fc6d-f8fd-41ca-9adb-bc5bc572f80e { display:none !important; }}






  #s-ed09fc6d-f8fd-41ca-9adb-bc5bc572f80e img.shogun-image {
    

    
    
    
  }


#s-ed09fc6d-f8fd-41ca-9adb-bc5bc572f80e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-91737e93-a3e3-4533-952a-c0fbe65466fd {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91737e93-a3e3-4533-952a-c0fbe65466fd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-707dbc8a-2d42-44a0-be07-6c80bd8ef16b {
  margin-left: 2%;
margin-right: 2%;
}

#s-36209edf-0af7-4536-8804-1c7498b62480 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-36209edf-0af7-4536-8804-1c7498b62480:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36209edf-0af7-4536-8804-1c7498b62480:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36209edf-0af7-4536-8804-1c7498b62480-root {
    text-align: left;
  }


#s-36209edf-0af7-4536-8804-1c7498b62480.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36209edf-0af7-4536-8804-1c7498b62480-root {
    text-align: left;
  }


#s-36209edf-0af7-4536-8804-1c7498b62480.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36209edf-0af7-4536-8804-1c7498b62480-root {
    text-align: left;
  }


#s-36209edf-0af7-4536-8804-1c7498b62480.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36209edf-0af7-4536-8804-1c7498b62480-root {
    text-align: left;
  }


#s-36209edf-0af7-4536-8804-1c7498b62480.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36209edf-0af7-4536-8804-1c7498b62480-root {
    text-align: left;
  }


#s-36209edf-0af7-4536-8804-1c7498b62480.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-91fd7eed-1a5c-46c5-b300-30de7cf330a3 {
  min-height: 50px;
}








#s-91fd7eed-1a5c-46c5-b300-30de7cf330a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91fd7eed-1a5c-46c5-b300-30de7cf330a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b21a012b-4ad2-4d87-a01b-462c1e6dd548 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}







  #s-b21a012b-4ad2-4d87-a01b-462c1e6dd548 img.shogun-image {
    

    
    
    
  }


#s-b21a012b-4ad2-4d87-a01b-462c1e6dd548 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-aa7a446b-e164-4680-aa98-81de949f857b {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aa7a446b-e164-4680-aa98-81de949f857b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-d6ee439f-41b3-4c77-8f07-7a0b16eebdfc {
  margin-left: 2%;
margin-right: 2%;
}

#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25c2889d-0bac-4f13-afc2-b79ac2237ad5-root {
    text-align: left;
  }


#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25c2889d-0bac-4f13-afc2-b79ac2237ad5-root {
    text-align: left;
  }


#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25c2889d-0bac-4f13-afc2-b79ac2237ad5-root {
    text-align: left;
  }


#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25c2889d-0bac-4f13-afc2-b79ac2237ad5-root {
    text-align: left;
  }


#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25c2889d-0bac-4f13-afc2-b79ac2237ad5-root {
    text-align: left;
  }


#s-25c2889d-0bac-4f13-afc2-b79ac2237ad5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-4b347094-69d6-472d-9a6a-698c305d65e5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-4b347094-69d6-472d-9a6a-698c305d65e5 {
  display: none;
}
#s-4b347094-69d6-472d-9a6a-698c305d65e5, #wrap-s-4b347094-69d6-472d-9a6a-698c305d65e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b347094-69d6-472d-9a6a-698c305d65e5 {
  display: none;
}
#s-4b347094-69d6-472d-9a6a-698c305d65e5, #wrap-s-4b347094-69d6-472d-9a6a-698c305d65e5 { display:none !important; }}@media (max-width: 767px){#s-4b347094-69d6-472d-9a6a-698c305d65e5 {
  display: none;
}
#s-4b347094-69d6-472d-9a6a-698c305d65e5, #wrap-s-4b347094-69d6-472d-9a6a-698c305d65e5 { display:none !important; }}






  #s-4b347094-69d6-472d-9a6a-698c305d65e5 img.shogun-image {
    

    
    
    
  }


#s-4b347094-69d6-472d-9a6a-698c305d65e5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-69caf963-357c-498e-91a8-82ced28a27f7 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69caf963-357c-498e-91a8-82ced28a27f7 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-c585b413-3ba1-468a-92ac-bd328ea484c7 {
  margin-left: 2%;
margin-right: 2%;
}

#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080-root {
    text-align: left;
  }


#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080-root {
    text-align: left;
  }


#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080-root {
    text-align: left;
  }


#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080-root {
    text-align: left;
  }


#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080-root {
    text-align: left;
  }


#s-a86f38d6-4fd5-4c1f-b37c-de5cbb068080.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-b58b6d48-adef-4102-ae08-1f3076c9de01 {
  margin-top: 6px;
margin-bottom: 6px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-b58b6d48-adef-4102-ae08-1f3076c9de01 {
  display: none;
}
#s-b58b6d48-adef-4102-ae08-1f3076c9de01, #wrap-s-b58b6d48-adef-4102-ae08-1f3076c9de01 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b58b6d48-adef-4102-ae08-1f3076c9de01 {
  display: none;
}
#s-b58b6d48-adef-4102-ae08-1f3076c9de01, #wrap-s-b58b6d48-adef-4102-ae08-1f3076c9de01 { display:none !important; }}@media (max-width: 767px){#s-b58b6d48-adef-4102-ae08-1f3076c9de01 {
  display: none;
}
#s-b58b6d48-adef-4102-ae08-1f3076c9de01, #wrap-s-b58b6d48-adef-4102-ae08-1f3076c9de01 { display:none !important; }}






  #s-b58b6d48-adef-4102-ae08-1f3076c9de01 img.shogun-image {
    

    
    
    
  }


#s-b58b6d48-adef-4102-ae08-1f3076c9de01 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8775131b-2802-4baf-b712-c74fd7157086 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8775131b-2802-4baf-b712-c74fd7157086 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-a972484f-8405-46ff-98fc-c5774d73eecc {
  margin-left: 2%;
margin-right: 2%;
}

#s-76a9e835-a4d0-4180-af5f-170f6fd067d6 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-76a9e835-a4d0-4180-af5f-170f6fd067d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76a9e835-a4d0-4180-af5f-170f6fd067d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76a9e835-a4d0-4180-af5f-170f6fd067d6-root {
    text-align: left;
  }


#s-76a9e835-a4d0-4180-af5f-170f6fd067d6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76a9e835-a4d0-4180-af5f-170f6fd067d6-root {
    text-align: left;
  }


#s-76a9e835-a4d0-4180-af5f-170f6fd067d6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76a9e835-a4d0-4180-af5f-170f6fd067d6-root {
    text-align: left;
  }


#s-76a9e835-a4d0-4180-af5f-170f6fd067d6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76a9e835-a4d0-4180-af5f-170f6fd067d6-root {
    text-align: left;
  }


#s-76a9e835-a4d0-4180-af5f-170f6fd067d6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76a9e835-a4d0-4180-af5f-170f6fd067d6-root {
    text-align: left;
  }


#s-76a9e835-a4d0-4180-af5f-170f6fd067d6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9 {
  display: none;
}
#s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9, #wrap-s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b535ff4a-cea0-4f02-84a7-0f24ab5ae3f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-af5db137-f739-4cf3-bfd7-bc60d063a6a6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}







  #s-af5db137-f739-4cf3-bfd7-bc60d063a6a6 img.shogun-image {
    

    
    
    
  }


#s-af5db137-f739-4cf3-bfd7-bc60d063a6a6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2402239d-4eb5-44f0-8105-22291b739d0f {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2402239d-4eb5-44f0-8105-22291b739d0f .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-153a7d7b-8d02-43a9-b66b-4bb37ba34f19 {
  margin-left: 2%;
margin-right: 2%;
}

#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0-root {
    text-align: left;
  }


#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0-root {
    text-align: left;
  }


#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0-root {
    text-align: left;
  }


#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0-root {
    text-align: left;
  }


#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0-root {
    text-align: left;
  }


#s-2982fe3f-2323-4ac7-97f1-139acbcfb0a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-b7b591e5-58e6-4e33-aa72-4ee3f977afbd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
opacity: 1;
}







  #s-b7b591e5-58e6-4e33-aa72-4ee3f977afbd img.shogun-image {
    

    
    
    
  }


#s-b7b591e5-58e6-4e33-aa72-4ee3f977afbd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-79717bc7-fa86-450b-8cb2-78a20b578ae5 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79717bc7-fa86-450b-8cb2-78a20b578ae5 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-0c55480b-632d-43eb-a7a1-567d49f233e7 {
  margin-left: 2%;
margin-right: 2%;
}

#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 14px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4-root {
    text-align: left;
  }


#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4-root {
    text-align: left;
  }


#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4-root {
    text-align: left;
  }


#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4-root {
    text-align: left;
  }


#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4-root {
    text-align: left;
  }


#s-c5eb91d2-e4ed-44d6-9639-d8a9d17866e4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-e48276cd-8874-497b-b80f-02c69a82b384 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-e48276cd-8874-497b-b80f-02c69a82b384 {
  display: none;
}
#s-e48276cd-8874-497b-b80f-02c69a82b384, #wrap-s-e48276cd-8874-497b-b80f-02c69a82b384 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e48276cd-8874-497b-b80f-02c69a82b384 {
  display: none;
}
#s-e48276cd-8874-497b-b80f-02c69a82b384, #wrap-s-e48276cd-8874-497b-b80f-02c69a82b384 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e48276cd-8874-497b-b80f-02c69a82b384 {
  
}
}@media (max-width: 767px){#s-e48276cd-8874-497b-b80f-02c69a82b384 {
  display: none;
}
#s-e48276cd-8874-497b-b80f-02c69a82b384, #wrap-s-e48276cd-8874-497b-b80f-02c69a82b384 { display:none !important; }}







#s-e48276cd-8874-497b-b80f-02c69a82b384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.1;
}#s-e48276cd-8874-497b-b80f-02c69a82b384.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4f51a13f-b8c7-4f3d-9f5f-5e337d7a074f {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f51a13f-b8c7-4f3d-9f5f-5e337d7a074f {
  display: none;
}
#s-4f51a13f-b8c7-4f3d-9f5f-5e337d7a074f, #wrap-s-4f51a13f-b8c7-4f3d-9f5f-5e337d7a074f { display:none !important; }}@media (max-width: 767px){#s-4f51a13f-b8c7-4f3d-9f5f-5e337d7a074f {
  
}
}







#s-4f51a13f-b8c7-4f3d-9f5f-5e337d7a074f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f51a13f-b8c7-4f3d-9f5f-5e337d7a074f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fc4ae76-dbd1-4fd3-956b-502f6071972a {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fc4ae76-dbd1-4fd3-956b-502f6071972a {
  display: none;
}
#s-4fc4ae76-dbd1-4fd3-956b-502f6071972a, #wrap-s-4fc4ae76-dbd1-4fd3-956b-502f6071972a { display:none !important; }}
@media (min-width: 0px) {
[id="s-4fc4ae76-dbd1-4fd3-956b-502f6071972a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fc4ae76-dbd1-4fd3-956b-502f6071972a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4fc4ae76-dbd1-4fd3-956b-502f6071972a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fc4ae76-dbd1-4fd3-956b-502f6071972a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-41aab1b0-d0eb-4efe-853c-7aad83000b27 {
  min-height: 500px;
}

#s-41aab1b0-d0eb-4efe-853c-7aad83000b27 {
  background-image: url();
}








#s-41aab1b0-d0eb-4efe-853c-7aad83000b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41aab1b0-d0eb-4efe-853c-7aad83000b27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b22097b-9d35-40a6-a6da-f105faf1aae9 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b22097b-9d35-40a6-a6da-f105faf1aae9 {
  display: none;
}
#s-5b22097b-9d35-40a6-a6da-f105faf1aae9, #wrap-s-5b22097b-9d35-40a6-a6da-f105faf1aae9 { display:none !important; }}







#s-5b22097b-9d35-40a6-a6da-f105faf1aae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.1;
}#s-5b22097b-9d35-40a6-a6da-f105faf1aae9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7cf92621-d150-4668-b5cb-30e7b6722778 {
  background-size: cover;
min-height: 550px;
background-position: center center;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7cf92621-d150-4668-b5cb-30e7b6722778 {
  min-height: 450px;
display: none;
}
#s-7cf92621-d150-4668-b5cb-30e7b6722778, #wrap-s-7cf92621-d150-4668-b5cb-30e7b6722778 { display:none !important; }}







#s-7cf92621-d150-4668-b5cb-30e7b6722778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cf92621-d150-4668-b5cb-30e7b6722778.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-527f10f0-3349-4427-8927-49adf957716e {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-527f10f0-3349-4427-8927-49adf957716e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-207286d1-b283-40ef-89cb-815e522428ce {
  margin-left: 4%;
margin-right: 4%;
}

#s-3e69d04b-d0fa-4011-8633-aafe91d2643b {
  border-style: solid;
margin-left: 4%;
margin-right: 4%;
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: rgba(51, 63, 72, 1);
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-3e69d04b-d0fa-4011-8633-aafe91d2643b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e69d04b-d0fa-4011-8633-aafe91d2643b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e69d04b-d0fa-4011-8633-aafe91d2643b-root {
    text-align: center;
  }


#s-3e69d04b-d0fa-4011-8633-aafe91d2643b.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e69d04b-d0fa-4011-8633-aafe91d2643b-root {
    text-align: center;
  }


#s-3e69d04b-d0fa-4011-8633-aafe91d2643b.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e69d04b-d0fa-4011-8633-aafe91d2643b-root {
    text-align: center;
  }


#s-3e69d04b-d0fa-4011-8633-aafe91d2643b.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e69d04b-d0fa-4011-8633-aafe91d2643b-root {
    text-align: center;
  }


#s-3e69d04b-d0fa-4011-8633-aafe91d2643b.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e69d04b-d0fa-4011-8633-aafe91d2643b-root {
    text-align: center;
  }


#s-3e69d04b-d0fa-4011-8633-aafe91d2643b.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-a280b417-6f1e-4e19-b5de-154a296e3572 {
  min-height: 50px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-a280b417-6f1e-4e19-b5de-154a296e3572 {
  display: none;
}
#s-a280b417-6f1e-4e19-b5de-154a296e3572, #wrap-s-a280b417-6f1e-4e19-b5de-154a296e3572 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a280b417-6f1e-4e19-b5de-154a296e3572 {
  display: none;
}
#s-a280b417-6f1e-4e19-b5de-154a296e3572, #wrap-s-a280b417-6f1e-4e19-b5de-154a296e3572 { display:none !important; }}@media (max-width: 767px){#s-a280b417-6f1e-4e19-b5de-154a296e3572 {
  display: none;
}
#s-a280b417-6f1e-4e19-b5de-154a296e3572, #wrap-s-a280b417-6f1e-4e19-b5de-154a296e3572 { display:none !important; }}







#s-a280b417-6f1e-4e19-b5de-154a296e3572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a280b417-6f1e-4e19-b5de-154a296e3572.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 {
  display: none;
}
#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672, #wrap-s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 {
  display: none;
}
#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672, #wrap-s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 { display:none !important; }}@media (max-width: 767px){#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 {
  display: none;
}
#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672, #wrap-s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 { display:none !important; }}
#s-fd6dbc00-6aeb-4917-982d-0db4d2a77672 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-2ab78b96-0432-4608-8bcd-807119079efc {
  margin-left: 6%;
margin-right: 6%;
}

#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(51, 63, 72, 1);
}
#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f {
  display: none;
}
#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f, #wrap-s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f {
  display: none;
}
#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f, #wrap-s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f { display:none !important; }}@media (max-width: 767px){#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f {
  display: none;
}
#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f, #wrap-s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f { display:none !important; }}

  #s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f-root {
    text-align: center;
  }


#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f-root {
    text-align: center;
  }


#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f-root {
    text-align: center;
  }


#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f-root {
    text-align: center;
  }


#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f-root {
    text-align: center;
  }


#s-c22efa9a-7efd-4c8e-8200-ca7098f5ae4f.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-ad870fe1-30be-43aa-a043-af8571c67a8a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ad870fe1-30be-43aa-a043-af8571c67a8a {
  display: none;
}
#s-ad870fe1-30be-43aa-a043-af8571c67a8a, #wrap-s-ad870fe1-30be-43aa-a043-af8571c67a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad870fe1-30be-43aa-a043-af8571c67a8a {
  display: none;
}
#s-ad870fe1-30be-43aa-a043-af8571c67a8a, #wrap-s-ad870fe1-30be-43aa-a043-af8571c67a8a { display:none !important; }}@media (max-width: 767px){#s-ad870fe1-30be-43aa-a043-af8571c67a8a {
  display: none;
}
#s-ad870fe1-30be-43aa-a043-af8571c67a8a, #wrap-s-ad870fe1-30be-43aa-a043-af8571c67a8a { display:none !important; }}







#s-ad870fe1-30be-43aa-a043-af8571c67a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad870fe1-30be-43aa-a043-af8571c67a8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-153c153e-430e-4f18-a1dc-398816da0049 {
  min-height: 50px;
}








#s-153c153e-430e-4f18-a1dc-398816da0049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153c153e-430e-4f18-a1dc-398816da0049.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 {
  display: none;
}
#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9, #wrap-s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 {
  display: none;
}
#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9, #wrap-s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 { display:none !important; }}@media (max-width: 767px){#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 {
  display: none;
}
#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9, #wrap-s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 { display:none !important; }}







#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.1;
}#s-d3c79a89-bcfb-49b3-b94c-89f0af596dd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a {
  min-height: 550px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a {
  display: none;
}
#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a, #wrap-s-59eb03d0-9330-4ff3-9b75-59f546adfa7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a {
  display: none;
}
#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a, #wrap-s-59eb03d0-9330-4ff3-9b75-59f546adfa7a { display:none !important; }}@media (max-width: 767px){#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a {
  display: none;
}
#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a, #wrap-s-59eb03d0-9330-4ff3-9b75-59f546adfa7a { display:none !important; }}







#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59eb03d0-9330-4ff3-9b75-59f546adfa7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdfeb3f9-8206-4286-ac3c-360491d7961b {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bdfeb3f9-8206-4286-ac3c-360491d7961b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-e1aed592-d318-459b-84f3-84b07818d06d {
  margin-left: 4%;
margin-right: 4%;
}

#s-02490c9c-2557-4417-82cb-c86dd1ca39bc {
  border-style: solid;
margin-left: 4%;
margin-right: 4%;
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: rgba(51, 63, 72, 1);
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-02490c9c-2557-4417-82cb-c86dd1ca39bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02490c9c-2557-4417-82cb-c86dd1ca39bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02490c9c-2557-4417-82cb-c86dd1ca39bc-root {
    text-align: center;
  }


#s-02490c9c-2557-4417-82cb-c86dd1ca39bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02490c9c-2557-4417-82cb-c86dd1ca39bc-root {
    text-align: center;
  }


#s-02490c9c-2557-4417-82cb-c86dd1ca39bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02490c9c-2557-4417-82cb-c86dd1ca39bc-root {
    text-align: center;
  }


#s-02490c9c-2557-4417-82cb-c86dd1ca39bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02490c9c-2557-4417-82cb-c86dd1ca39bc-root {
    text-align: center;
  }


#s-02490c9c-2557-4417-82cb-c86dd1ca39bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02490c9c-2557-4417-82cb-c86dd1ca39bc-root {
    text-align: center;
  }


#s-02490c9c-2557-4417-82cb-c86dd1ca39bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-8a4e71da-6156-4fb9-85b6-d768589882ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a4e71da-6156-4fb9-85b6-d768589882ea {
  display: none;
}
#s-8a4e71da-6156-4fb9-85b6-d768589882ea, #wrap-s-8a4e71da-6156-4fb9-85b6-d768589882ea { display:none !important; }}







#s-8a4e71da-6156-4fb9-85b6-d768589882ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4e71da-6156-4fb9-85b6-d768589882ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54d3cb61-16cb-4095-a166-8e8e0d66a469 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-54d3cb61-16cb-4095-a166-8e8e0d66a469"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54d3cb61-16cb-4095-a166-8e8e0d66a469"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54d3cb61-16cb-4095-a166-8e8e0d66a469"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54d3cb61-16cb-4095-a166-8e8e0d66a469"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-06bcad4b-3759-4112-9ff0-8d5569c81ec2 {
  min-height: 550px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-06bcad4b-3759-4112-9ff0-8d5569c81ec2 {
  display: none;
}
#s-06bcad4b-3759-4112-9ff0-8d5569c81ec2, #wrap-s-06bcad4b-3759-4112-9ff0-8d5569c81ec2 { display:none !important; }}







#s-06bcad4b-3759-4112-9ff0-8d5569c81ec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06bcad4b-3759-4112-9ff0-8d5569c81ec2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2987606-20f9-4c4c-8e34-73e77c393124 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2987606-20f9-4c4c-8e34-73e77c393124 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-5c53f15d-e14d-48ca-9f82-ddefcde895d6 {
  margin-left: 4%;
margin-right: 4%;
}

#s-bfe22d8d-c728-478d-adbf-049c61f725cb {
  border-style: solid;
margin-left: 4%;
margin-right: 4%;
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: rgba(51, 63, 72, 1);
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-bfe22d8d-c728-478d-adbf-049c61f725cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bfe22d8d-c728-478d-adbf-049c61f725cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfe22d8d-c728-478d-adbf-049c61f725cb-root {
    text-align: center;
  }


#s-bfe22d8d-c728-478d-adbf-049c61f725cb.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfe22d8d-c728-478d-adbf-049c61f725cb-root {
    text-align: center;
  }


#s-bfe22d8d-c728-478d-adbf-049c61f725cb.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfe22d8d-c728-478d-adbf-049c61f725cb-root {
    text-align: center;
  }


#s-bfe22d8d-c728-478d-adbf-049c61f725cb.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfe22d8d-c728-478d-adbf-049c61f725cb-root {
    text-align: center;
  }


#s-bfe22d8d-c728-478d-adbf-049c61f725cb.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfe22d8d-c728-478d-adbf-049c61f725cb-root {
    text-align: center;
  }


#s-bfe22d8d-c728-478d-adbf-049c61f725cb.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-7d535946-4970-4cd1-9a11-02d3bf568cc6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d535946-4970-4cd1-9a11-02d3bf568cc6 {
  display: none;
}
#s-7d535946-4970-4cd1-9a11-02d3bf568cc6, #wrap-s-7d535946-4970-4cd1-9a11-02d3bf568cc6 { display:none !important; }}







#s-7d535946-4970-4cd1-9a11-02d3bf568cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.1;
}#s-7d535946-4970-4cd1-9a11-02d3bf568cc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aba238f-00ef-4a02-a2ab-e31789b63701 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4aba238f-00ef-4a02-a2ab-e31789b63701 {
  display: none;
}
#s-4aba238f-00ef-4a02-a2ab-e31789b63701, #wrap-s-4aba238f-00ef-4a02-a2ab-e31789b63701 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aba238f-00ef-4a02-a2ab-e31789b63701 {
  display: none;
}
#s-4aba238f-00ef-4a02-a2ab-e31789b63701, #wrap-s-4aba238f-00ef-4a02-a2ab-e31789b63701 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4aba238f-00ef-4a02-a2ab-e31789b63701 {
  display: none;
}
#s-4aba238f-00ef-4a02-a2ab-e31789b63701, #wrap-s-4aba238f-00ef-4a02-a2ab-e31789b63701 { display:none !important; }}@media (max-width: 767px){#s-4aba238f-00ef-4a02-a2ab-e31789b63701 {
  display: none;
}
#s-4aba238f-00ef-4a02-a2ab-e31789b63701, #wrap-s-4aba238f-00ef-4a02-a2ab-e31789b63701 { display:none !important; }}







#s-4aba238f-00ef-4a02-a2ab-e31789b63701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aba238f-00ef-4a02-a2ab-e31789b63701.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2835b4de-5c16-4412-872c-3498a99269d6 {
  margin-top: 6px;
margin-left: 3%;
margin-bottom: 6px;
margin-right: 3%;
text-align: center;
}







  #s-2835b4de-5c16-4412-872c-3498a99269d6 img.shogun-image {
    

    
    
    
  }


#s-2835b4de-5c16-4412-872c-3498a99269d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6034ccd5-8294-433e-a80f-5d4e1bc29401 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6034ccd5-8294-433e-a80f-5d4e1bc29401:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6034ccd5-8294-433e-a80f-5d4e1bc29401:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6034ccd5-8294-433e-a80f-5d4e1bc29401-root {
    text-align: center;
  }


#s-6034ccd5-8294-433e-a80f-5d4e1bc29401.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6034ccd5-8294-433e-a80f-5d4e1bc29401-root {
    text-align: center;
  }


#s-6034ccd5-8294-433e-a80f-5d4e1bc29401.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6034ccd5-8294-433e-a80f-5d4e1bc29401-root {
    text-align: center;
  }


#s-6034ccd5-8294-433e-a80f-5d4e1bc29401.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6034ccd5-8294-433e-a80f-5d4e1bc29401-root {
    text-align: center;
  }


#s-6034ccd5-8294-433e-a80f-5d4e1bc29401.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6034ccd5-8294-433e-a80f-5d4e1bc29401-root {
    text-align: center;
  }


#s-6034ccd5-8294-433e-a80f-5d4e1bc29401.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-bf173784-8dbc-4bec-8630-aa5baec04264 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-bf173784-8dbc-4bec-8630-aa5baec04264 {
  display: none;
}
#s-bf173784-8dbc-4bec-8630-aa5baec04264, #wrap-s-bf173784-8dbc-4bec-8630-aa5baec04264 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf173784-8dbc-4bec-8630-aa5baec04264 {
  display: none;
}
#s-bf173784-8dbc-4bec-8630-aa5baec04264, #wrap-s-bf173784-8dbc-4bec-8630-aa5baec04264 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf173784-8dbc-4bec-8630-aa5baec04264 {
  display: none;
}
#s-bf173784-8dbc-4bec-8630-aa5baec04264, #wrap-s-bf173784-8dbc-4bec-8630-aa5baec04264 { display:none !important; }}
#s-bf173784-8dbc-4bec-8630-aa5baec04264 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bf173784-8dbc-4bec-8630-aa5baec04264 .shg-sld-nav-button.shg-sld-left,
#s-bf173784-8dbc-4bec-8630-aa5baec04264 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e20accd0-1e0d-44f2-861d-98f9561a1365"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e20accd0-1e0d-44f2-861d-98f9561a1365"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e20accd0-1e0d-44f2-861d-98f9561a1365"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e20accd0-1e0d-44f2-861d-98f9561a1365"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b89b5860-f182-4ffe-a2e5-e42a683cbaa8 {
  text-align: center;
}







  #s-b89b5860-f182-4ffe-a2e5-e42a683cbaa8 img.shogun-image {
    

    
    
    
  }


#s-b89b5860-f182-4ffe-a2e5-e42a683cbaa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-18a11da9-d046-4a80-bb49-81c006ce3bfd {
  text-align: center;
}







  #s-18a11da9-d046-4a80-bb49-81c006ce3bfd img.shogun-image {
    

    
    
    
  }


#s-18a11da9-d046-4a80-bb49-81c006ce3bfd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fbf8d3b1-c524-4eea-a6be-c2854c93a617"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbf8d3b1-c524-4eea-a6be-c2854c93a617"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbf8d3b1-c524-4eea-a6be-c2854c93a617"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbf8d3b1-c524-4eea-a6be-c2854c93a617"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04da8746-d1b7-4795-8b13-0b21d445c278 {
  text-align: center;
}







  #s-04da8746-d1b7-4795-8b13-0b21d445c278 img.shogun-image {
    

    
    
    
  }


#s-04da8746-d1b7-4795-8b13-0b21d445c278 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea3df334-05d2-47d7-8218-593a8c7d0782 {
  text-align: center;
}







  #s-ea3df334-05d2-47d7-8218-593a8c7d0782 img.shogun-image {
    

    
    
    
  }


#s-ea3df334-05d2-47d7-8218-593a8c7d0782 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-05a8f935-41de-42f9-b8f4-83aedf919771"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-05a8f935-41de-42f9-b8f4-83aedf919771"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05a8f935-41de-42f9-b8f4-83aedf919771"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05a8f935-41de-42f9-b8f4-83aedf919771"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-98eec469-6a23-49fb-8b92-1a88481d9c82 {
  text-align: center;
}







  #s-98eec469-6a23-49fb-8b92-1a88481d9c82 img.shogun-image {
    

    
    
    
  }


#s-98eec469-6a23-49fb-8b92-1a88481d9c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b2aad2e-17be-4fe6-a537-69a6ec8e862e {
  text-align: center;
}







  #s-9b2aad2e-17be-4fe6-a537-69a6ec8e862e img.shogun-image {
    

    
    
    
  }


#s-9b2aad2e-17be-4fe6-a537-69a6ec8e862e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-57f3ee80-6a35-441d-89eb-b0aeca644b57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57f3ee80-6a35-441d-89eb-b0aeca644b57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57f3ee80-6a35-441d-89eb-b0aeca644b57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57f3ee80-6a35-441d-89eb-b0aeca644b57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43bb3299-7611-4685-82e1-b7ff21581b68 {
  text-align: center;
}







  #s-43bb3299-7611-4685-82e1-b7ff21581b68 img.shogun-image {
    

    
    
    
  }


#s-43bb3299-7611-4685-82e1-b7ff21581b68 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b4d3729-0360-41b7-832f-5b647f386b3b {
  text-align: center;
}







  #s-6b4d3729-0360-41b7-832f-5b647f386b3b img.shogun-image {
    

    
    
    
  }


#s-6b4d3729-0360-41b7-832f-5b647f386b3b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-de968d90-f676-4bd4-92a1-23a37c4f0946"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-de968d90-f676-4bd4-92a1-23a37c4f0946"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de968d90-f676-4bd4-92a1-23a37c4f0946"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de968d90-f676-4bd4-92a1-23a37c4f0946"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50403822-271f-43bd-83ad-8ec8cda54b6b {
  text-align: center;
}







  #s-50403822-271f-43bd-83ad-8ec8cda54b6b img.shogun-image {
    

    
    
    
  }


#s-50403822-271f-43bd-83ad-8ec8cda54b6b .shogun-image-content {
  
    align-items: center;
  
}

#s-3ce43266-9787-4f0c-917b-1ac451a2eae1 {
  text-align: center;
}







  #s-3ce43266-9787-4f0c-917b-1ac451a2eae1 img.shogun-image {
    

    
    
    
  }


#s-3ce43266-9787-4f0c-917b-1ac451a2eae1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-92ff27b2-c466-4785-8b0c-87608a3bbf2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-92ff27b2-c466-4785-8b0c-87608a3bbf2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92ff27b2-c466-4785-8b0c-87608a3bbf2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92ff27b2-c466-4785-8b0c-87608a3bbf2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-881a2b5e-4ec0-4a92-8e0c-f350cabf50ba {
  text-align: center;
}







  #s-881a2b5e-4ec0-4a92-8e0c-f350cabf50ba img.shogun-image {
    

    
    
    
  }


#s-881a2b5e-4ec0-4a92-8e0c-f350cabf50ba .shogun-image-content {
  
    align-items: center;
  
}

#s-aa8f3baf-8204-4023-bb00-53747b31c7f3 {
  text-align: center;
}







  #s-aa8f3baf-8204-4023-bb00-53747b31c7f3 img.shogun-image {
    

    
    
    
  }


#s-aa8f3baf-8204-4023-bb00-53747b31c7f3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773 {
  display: none;
}
#s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773, #wrap-s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773 {
  display: none;
}
#s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773, #wrap-s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773 {
  display: none;
}
#s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773, #wrap-s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773 { display:none !important; }}
@media (min-width: 0px) {
[id="s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44b6f9ae-8e7a-4d2d-b986-ddd9a0a2b773"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-426750f5-c363-43a0-b459-cbbe6b6fd34c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-426750f5-c363-43a0-b459-cbbe6b6fd34c {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 400px;
}
}







#s-426750f5-c363-43a0-b459-cbbe6b6fd34c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-426750f5-c363-43a0-b459-cbbe6b6fd34c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab5800fa-c9b7-42e9-ae57-9b628adac21f {
  min-height: 50px;
background-color: rgba(51, 63, 72, 1);
}








#s-ab5800fa-c9b7-42e9-ae57-9b628adac21f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab5800fa-c9b7-42e9-ae57-9b628adac21f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17854b3e-5db7-4cb9-9458-27c6a711e9ac {
  margin-top: 24px;
margin-bottom: 24px;
padding-left: 3%;
padding-right: 3%;
}

#s-72dbdbc1-066e-48c5-a586-2c8552f6b830 {
  border-style: solid;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 63, 72, 1);
}
#s-72dbdbc1-066e-48c5-a586-2c8552f6b830:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72dbdbc1-066e-48c5-a586-2c8552f6b830:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72dbdbc1-066e-48c5-a586-2c8552f6b830-root {
    text-align: center;
  }


#s-72dbdbc1-066e-48c5-a586-2c8552f6b830.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72dbdbc1-066e-48c5-a586-2c8552f6b830-root {
    text-align: center;
  }


#s-72dbdbc1-066e-48c5-a586-2c8552f6b830.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72dbdbc1-066e-48c5-a586-2c8552f6b830-root {
    text-align: center;
  }


#s-72dbdbc1-066e-48c5-a586-2c8552f6b830.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72dbdbc1-066e-48c5-a586-2c8552f6b830-root {
    text-align: center;
  }


#s-72dbdbc1-066e-48c5-a586-2c8552f6b830.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72dbdbc1-066e-48c5-a586-2c8552f6b830-root {
    text-align: center;
  }


#s-72dbdbc1-066e-48c5-a586-2c8552f6b830.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef {
  display: none;
}
#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef, #wrap-s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef {
  display: none;
}
#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef, #wrap-s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef {
  display: none;
}
#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef, #wrap-s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef { display:none !important; }}







#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebd7611b-3f49-4a44-9aa8-3252ad04d0ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b339065-962a-4693-b44a-00b87f6ec2df {
  text-align: center;
}
@media (min-width: 1200px){#s-3b339065-962a-4693-b44a-00b87f6ec2df {
  display: none;
}
#s-3b339065-962a-4693-b44a-00b87f6ec2df, #wrap-s-3b339065-962a-4693-b44a-00b87f6ec2df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b339065-962a-4693-b44a-00b87f6ec2df {
  display: none;
}
#s-3b339065-962a-4693-b44a-00b87f6ec2df, #wrap-s-3b339065-962a-4693-b44a-00b87f6ec2df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b339065-962a-4693-b44a-00b87f6ec2df {
  display: none;
}
#s-3b339065-962a-4693-b44a-00b87f6ec2df, #wrap-s-3b339065-962a-4693-b44a-00b87f6ec2df { display:none !important; }}






  #s-3b339065-962a-4693-b44a-00b87f6ec2df img.shogun-image {
    

    
    
    
  }


#s-3b339065-962a-4693-b44a-00b87f6ec2df .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5d75d9b5-6865-4051-9249-bc77332e203e {
  display: none;
}
#s-5d75d9b5-6865-4051-9249-bc77332e203e, #wrap-s-5d75d9b5-6865-4051-9249-bc77332e203e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d75d9b5-6865-4051-9249-bc77332e203e {
  display: none;
}
#s-5d75d9b5-6865-4051-9249-bc77332e203e, #wrap-s-5d75d9b5-6865-4051-9249-bc77332e203e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d75d9b5-6865-4051-9249-bc77332e203e {
  display: none;
}
#s-5d75d9b5-6865-4051-9249-bc77332e203e, #wrap-s-5d75d9b5-6865-4051-9249-bc77332e203e { display:none !important; }}@media (max-width: 767px){#s-5d75d9b5-6865-4051-9249-bc77332e203e {
  
}
}
#s-390202db-bd49-4273-b4b3-efa190d8e0a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-390202db-bd49-4273-b4b3-efa190d8e0a0 {
  display: none;
}
#s-390202db-bd49-4273-b4b3-efa190d8e0a0, #wrap-s-390202db-bd49-4273-b4b3-efa190d8e0a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-390202db-bd49-4273-b4b3-efa190d8e0a0 {
  display: none;
}
#s-390202db-bd49-4273-b4b3-efa190d8e0a0, #wrap-s-390202db-bd49-4273-b4b3-efa190d8e0a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-390202db-bd49-4273-b4b3-efa190d8e0a0 {
  display: none;
}
#s-390202db-bd49-4273-b4b3-efa190d8e0a0, #wrap-s-390202db-bd49-4273-b4b3-efa190d8e0a0 { display:none !important; }}
#s-390202db-bd49-4273-b4b3-efa190d8e0a0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-51e0af82-2416-4f64-b71a-deaee5daabaf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-51e0af82-2416-4f64-b71a-deaee5daabaf {
  display: none;
}
#s-51e0af82-2416-4f64-b71a-deaee5daabaf, #wrap-s-51e0af82-2416-4f64-b71a-deaee5daabaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51e0af82-2416-4f64-b71a-deaee5daabaf {
  display: none;
}
#s-51e0af82-2416-4f64-b71a-deaee5daabaf, #wrap-s-51e0af82-2416-4f64-b71a-deaee5daabaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51e0af82-2416-4f64-b71a-deaee5daabaf {
  display: none;
}
#s-51e0af82-2416-4f64-b71a-deaee5daabaf, #wrap-s-51e0af82-2416-4f64-b71a-deaee5daabaf { display:none !important; }}@media (max-width: 767px){#s-51e0af82-2416-4f64-b71a-deaee5daabaf {
  display: none;
}
#s-51e0af82-2416-4f64-b71a-deaee5daabaf, #wrap-s-51e0af82-2416-4f64-b71a-deaee5daabaf { display:none !important; }}







#s-51e0af82-2416-4f64-b71a-deaee5daabaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e0af82-2416-4f64-b71a-deaee5daabaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-fd56e870-30da-4e53-96c7-d8552cc40015 {
  display: none;
}
#s-fd56e870-30da-4e53-96c7-d8552cc40015, #wrap-s-fd56e870-30da-4e53-96c7-d8552cc40015 { display:none !important; }}
#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 {
  min-height: 50px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 {
  display: none;
}
#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1, #wrap-s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 {
  display: none;
}
#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1, #wrap-s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 {
  display: none;
}
#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1, #wrap-s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 { display:none !important; }}@media (max-width: 767px){#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 {
  display: none;
}
#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1, #wrap-s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 { display:none !important; }}







#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88ad1c3d-3a72-496e-a483-fe8ec5c036f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ca66803-9399-4503-a77d-c59197445bec {
  padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-1ca66803-9399-4503-a77d-c59197445bec {
  display: none;
}
#s-1ca66803-9399-4503-a77d-c59197445bec, #wrap-s-1ca66803-9399-4503-a77d-c59197445bec { display:none !important; }}
#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3px;
margin-left: 2%;
margin-bottom: 3px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 63, 72, 1);
border-style: solid;
border-radius: 20px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d {
  display: none;
}
#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d, #wrap-s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d {
  display: none;
}
#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d, #wrap-s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d {
  display: none;
}
#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d, #wrap-s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d { display:none !important; }}







#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d {
  cursor: pointer;
}#s-c5e2b6ae-5cdd-4279-b76d-9c572c9a983d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5302e7ca-5884-4477-a91f-9e074dfeba18 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5302e7ca-5884-4477-a91f-9e074dfeba18 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-7529e7a8-058b-42bd-a05f-dff3759b747c {
  margin-left: 2%;
margin-right: 2%;
}

#s-5a8e7374-efb6-400f-b578-3c33827f136c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 6px;
margin-left: 2%;
margin-bottom: 6px;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-5a8e7374-efb6-400f-b578-3c33827f136c {
  display: none;
}
#s-5a8e7374-efb6-400f-b578-3c33827f136c, #wrap-s-5a8e7374-efb6-400f-b578-3c33827f136c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a8e7374-efb6-400f-b578-3c33827f136c {
  display: none;
}
#s-5a8e7374-efb6-400f-b578-3c33827f136c, #wrap-s-5a8e7374-efb6-400f-b578-3c33827f136c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a8e7374-efb6-400f-b578-3c33827f136c {
  display: none;
}
#s-5a8e7374-efb6-400f-b578-3c33827f136c, #wrap-s-5a8e7374-efb6-400f-b578-3c33827f136c { display:none !important; }}







#s-5a8e7374-efb6-400f-b578-3c33827f136c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a8e7374-efb6-400f-b578-3c33827f136c {
  cursor: pointer;
}#s-5a8e7374-efb6-400f-b578-3c33827f136c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-162587cc-c1bf-44e0-a6cf-c53ecb83671b {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-162587cc-c1bf-44e0-a6cf-c53ecb83671b .shogun-heading-component h3 {
  color: rgba(51, 63, 72, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-c118bd58-8ae3-4789-8695-4e596048a5da {
  margin-left: 2%;
margin-right: 2%;
}

#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 6px;
margin-left: 2%;
margin-bottom: 6px;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 {
  display: none;
}
#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1, #wrap-s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 {
  display: none;
}
#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1, #wrap-s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 {
  display: none;
}
#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1, #wrap-s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 { display:none !important; }}







#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1 {
  cursor: pointer;
}#s-24b4e27e-38fe-4761-a6a5-e347dd7bb2c1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-80f121fe-7569-467f-b5a2-93a559bceef0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80f121fe-7569-467f-b5a2-93a559bceef0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-bf60d426-2ba2-4dba-8cf6-dfb6805d3742 {
  margin-left: 2%;
margin-right: 2%;
}

#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 3px;
margin-left: 2%;
margin-bottom: 3px;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf {
  display: none;
}
#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf, #wrap-s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf {
  display: none;
}
#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf, #wrap-s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf {
  display: none;
}
#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf, #wrap-s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf { display:none !important; }}







#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf {
  cursor: pointer;
}#s-8d1b7f6f-303b-4dd4-9d86-a30e925fe2bf.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d7ec5d10-3559-44a5-b1f6-c1c4751438f0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7ec5d10-3559-44a5-b1f6-c1c4751438f0 .shogun-heading-component h3 {
  color: rgba(51, 63, 72, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-456a0df1-61bf-412f-b8e9-adc40cd8cf4a {
  margin-left: 2%;
margin-right: 2%;
}

#s-a3e74565-af28-4a30-a42e-20d4dc884b1d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a3e74565-af28-4a30-a42e-20d4dc884b1d {
  display: none;
}
#s-a3e74565-af28-4a30-a42e-20d4dc884b1d, #wrap-s-a3e74565-af28-4a30-a42e-20d4dc884b1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3e74565-af28-4a30-a42e-20d4dc884b1d {
  display: none;
}
#s-a3e74565-af28-4a30-a42e-20d4dc884b1d, #wrap-s-a3e74565-af28-4a30-a42e-20d4dc884b1d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3e74565-af28-4a30-a42e-20d4dc884b1d {
  display: none;
}
#s-a3e74565-af28-4a30-a42e-20d4dc884b1d, #wrap-s-a3e74565-af28-4a30-a42e-20d4dc884b1d { display:none !important; }}







#s-a3e74565-af28-4a30-a42e-20d4dc884b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e74565-af28-4a30-a42e-20d4dc884b1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-fc92cde3-f663-44c7-ad0f-47fb5546f337 {
  display: none;
}
#s-fc92cde3-f663-44c7-ad0f-47fb5546f337, #wrap-s-fc92cde3-f663-44c7-ad0f-47fb5546f337 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc92cde3-f663-44c7-ad0f-47fb5546f337 {
  display: none;
}
#s-fc92cde3-f663-44c7-ad0f-47fb5546f337, #wrap-s-fc92cde3-f663-44c7-ad0f-47fb5546f337 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc92cde3-f663-44c7-ad0f-47fb5546f337 {
  display: none;
}
#s-fc92cde3-f663-44c7-ad0f-47fb5546f337, #wrap-s-fc92cde3-f663-44c7-ad0f-47fb5546f337 { display:none !important; }}@media (max-width: 767px){#s-fc92cde3-f663-44c7-ad0f-47fb5546f337 {
  
}
}
@media (min-width: 0px) {
[id="s-fc92cde3-f663-44c7-ad0f-47fb5546f337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc92cde3-f663-44c7-ad0f-47fb5546f337"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc92cde3-f663-44c7-ad0f-47fb5546f337"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc92cde3-f663-44c7-ad0f-47fb5546f337"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-354a700b-211e-42d6-b94b-9445785817e5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-354a700b-211e-42d6-b94b-9445785817e5 {
  display: none;
}
#s-354a700b-211e-42d6-b94b-9445785817e5, #wrap-s-354a700b-211e-42d6-b94b-9445785817e5 { display:none !important; }}






  #s-354a700b-211e-42d6-b94b-9445785817e5 img.shogun-image {
    

    
    
    
  }


#s-354a700b-211e-42d6-b94b-9445785817e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eec5962a-c1c7-4055-a984-fefaade0fb5f {
  min-height: 400px;
background-color: rgba(51, 63, 72, 1);
}








#s-eec5962a-c1c7-4055-a984-fefaade0fb5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec5962a-c1c7-4055-a984-fefaade0fb5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e9b2cd-ea06-441c-acb0-ddabc2b06050 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3e9b2cd-ea06-441c-acb0-ddabc2b06050 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-9b6e47dc-1396-451f-8933-ca79eca25fc4 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b6e47dc-1396-451f-8933-ca79eca25fc4 {
  display: none;
}
#s-9b6e47dc-1396-451f-8933-ca79eca25fc4, #wrap-s-9b6e47dc-1396-451f-8933-ca79eca25fc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b6e47dc-1396-451f-8933-ca79eca25fc4 {
  display: none;
}
#s-9b6e47dc-1396-451f-8933-ca79eca25fc4, #wrap-s-9b6e47dc-1396-451f-8933-ca79eca25fc4 { display:none !important; }}
#s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a {
  background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a {
  display: none;
}
#s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a, #wrap-s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a {
  display: none;
}
#s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a, #wrap-s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a {
  display: none;
}
#s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a, #wrap-s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a { display:none !important; }}
@media (min-width: 0px) {
[id="s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e82aa35-74bc-4605-a6a4-a5b397eb5b5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(51, 63, 72, 1);
background-image: none;
hover-type: color;
}
#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7e223a2-536e-4901-b86b-af51cb7dc1bc-root {
    text-align: center;
  }


#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7e223a2-536e-4901-b86b-af51cb7dc1bc-root {
    text-align: center;
  }


#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7e223a2-536e-4901-b86b-af51cb7dc1bc-root {
    text-align: center;
  }


#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7e223a2-536e-4901-b86b-af51cb7dc1bc-root {
    text-align: center;
  }


#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7e223a2-536e-4901-b86b-af51cb7dc1bc-root {
    text-align: center;
  }


#s-c7e223a2-536e-4901-b86b-af51cb7dc1bc.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-dd70937c-4d7c-4030-a8fe-b84548b26aef {
  min-height: 10px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd70937c-4d7c-4030-a8fe-b84548b26aef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd70937c-4d7c-4030-a8fe-b84548b26aef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d3f03ed5-2639-4898-8e0d-a02fdd5fd881"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3f03ed5-2639-4898-8e0d-a02fdd5fd881"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3f03ed5-2639-4898-8e0d-a02fdd5fd881"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3f03ed5-2639-4898-8e0d-a02fdd5fd881"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce16ab0e-2030-4259-b846-60c28506819c {
  text-align: center;
}
@media (min-width: 1200px){#s-ce16ab0e-2030-4259-b846-60c28506819c {
  display: none;
}
#s-ce16ab0e-2030-4259-b846-60c28506819c, #wrap-s-ce16ab0e-2030-4259-b846-60c28506819c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce16ab0e-2030-4259-b846-60c28506819c {
  display: none;
}
#s-ce16ab0e-2030-4259-b846-60c28506819c, #wrap-s-ce16ab0e-2030-4259-b846-60c28506819c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce16ab0e-2030-4259-b846-60c28506819c {
  display: none;
}
#s-ce16ab0e-2030-4259-b846-60c28506819c, #wrap-s-ce16ab0e-2030-4259-b846-60c28506819c { display:none !important; }}






  #s-ce16ab0e-2030-4259-b846-60c28506819c img.shogun-image {
    

    
    
    
  }


#s-ce16ab0e-2030-4259-b846-60c28506819c .shogun-image-content {
  
    align-items: center;
  
}

#s-eb318051-c8d4-4cc0-884b-57137fd16508 {
  min-height: 50px;
}








#s-eb318051-c8d4-4cc0-884b-57137fd16508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb318051-c8d4-4cc0-884b-57137fd16508.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef6359b5-6d53-422f-8a00-fea8397ff89d {
  min-height: 400px;
background-color: rgba(51, 63, 72, 1);
}
@media (min-width: 1200px){#s-ef6359b5-6d53-422f-8a00-fea8397ff89d {
  display: none;
}
#s-ef6359b5-6d53-422f-8a00-fea8397ff89d, #wrap-s-ef6359b5-6d53-422f-8a00-fea8397ff89d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef6359b5-6d53-422f-8a00-fea8397ff89d {
  display: none;
}
#s-ef6359b5-6d53-422f-8a00-fea8397ff89d, #wrap-s-ef6359b5-6d53-422f-8a00-fea8397ff89d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef6359b5-6d53-422f-8a00-fea8397ff89d {
  display: none;
}
#s-ef6359b5-6d53-422f-8a00-fea8397ff89d, #wrap-s-ef6359b5-6d53-422f-8a00-fea8397ff89d { display:none !important; }}







#s-ef6359b5-6d53-422f-8a00-fea8397ff89d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef6359b5-6d53-422f-8a00-fea8397ff89d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac32d7ac-ce08-4a0d-af89-026d25a6e5cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac32d7ac-ce08-4a0d-af89-026d25a6e5cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-bd9a5e65-675d-46ce-8f07-25fcc4f02283 {
  margin-left: 6%;
margin-right: 6%;
}

#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9 {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(51, 63, 72, 1);
background-image: none;
hover-type: color;
}
#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9-root {
    text-align: center;
  }


#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9-root {
    text-align: center;
  }


#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9-root {
    text-align: center;
  }


#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9-root {
    text-align: center;
  }


#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9-root {
    text-align: center;
  }


#s-43fd03a7-cb79-4b41-a127-ce9e5027e5f9.shg-btn {
  color: rgba(51, 63, 72, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-b48d0769-42e9-4a66-84c4-a448056e9892 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 2%;
padding-bottom: 12px;
padding-right: 2%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b48d0769-42e9-4a66-84c4-a448056e9892 {
  padding-top: 4px;
padding-bottom: 4px;
display: none;
}
#s-b48d0769-42e9-4a66-84c4-a448056e9892, #wrap-s-b48d0769-42e9-4a66-84c4-a448056e9892 { display:none !important; }}
#s-b48d0769-42e9-4a66-84c4-a448056e9892 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-647e10d5-f9c5-4d38-9479-87480a43f4dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-647e10d5-f9c5-4d38-9479-87480a43f4dc {
  display: none;
}
#s-647e10d5-f9c5-4d38-9479-87480a43f4dc, #wrap-s-647e10d5-f9c5-4d38-9479-87480a43f4dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-647e10d5-f9c5-4d38-9479-87480a43f4dc {
  display: none;
}
#s-647e10d5-f9c5-4d38-9479-87480a43f4dc, #wrap-s-647e10d5-f9c5-4d38-9479-87480a43f4dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-647e10d5-f9c5-4d38-9479-87480a43f4dc {
  display: none;
}
#s-647e10d5-f9c5-4d38-9479-87480a43f4dc, #wrap-s-647e10d5-f9c5-4d38-9479-87480a43f4dc { display:none !important; }}@media (max-width: 767px){#s-647e10d5-f9c5-4d38-9479-87480a43f4dc {
  display: none;
}
#s-647e10d5-f9c5-4d38-9479-87480a43f4dc, #wrap-s-647e10d5-f9c5-4d38-9479-87480a43f4dc { display:none !important; }}
#s-647e10d5-f9c5-4d38-9479-87480a43f4dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 {
  display: none;
}
#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17, #wrap-s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 {
  display: none;
}
#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17, #wrap-s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 {
  margin-top: 5px;
margin-bottom: 5px;
}
}@media (max-width: 767px){#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 {
  display: none;
}
#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17, #wrap-s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 { display:none !important; }}
#s-0c5cceb7-12bc-4b3c-a59f-34a26b709f17 .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (max-width: 767px){#s-26c5014a-e244-42f8-8de3-aa2648ffd468 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-035216cf-3b92-4188-b3d0-663ed588ade9 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-035216cf-3b92-4188-b3d0-663ed588ade9 {
  display: none;
}
#s-035216cf-3b92-4188-b3d0-663ed588ade9, #wrap-s-035216cf-3b92-4188-b3d0-663ed588ade9 { display:none !important; }}@media (max-width: 767px){#s-035216cf-3b92-4188-b3d0-663ed588ade9 {
  display: none;
}
#s-035216cf-3b92-4188-b3d0-663ed588ade9, #wrap-s-035216cf-3b92-4188-b3d0-663ed588ade9 { display:none !important; }}
#s-035216cf-3b92-4188-b3d0-663ed588ade9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-035216cf-3b92-4188-b3d0-663ed588ade9 .shg-sld-nav-button.shg-sld-left,
#s-035216cf-3b92-4188-b3d0-663ed588ade9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f59c20a0-dda6-475a-ae9e-806b2838c2c8 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-f59c20a0-dda6-475a-ae9e-806b2838c2c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f59c20a0-dda6-475a-ae9e-806b2838c2c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f59c20a0-dda6-475a-ae9e-806b2838c2c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f59c20a0-dda6-475a-ae9e-806b2838c2c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-4640db50-0824-4ceb-851b-6b26598baf89 {
  text-align: center;
}







  #s-4640db50-0824-4ceb-851b-6b26598baf89 img.shogun-image {
    

    
    
    
  }


#s-4640db50-0824-4ceb-851b-6b26598baf89 .shogun-image-content {
  
    align-items: center;
  
}

#s-7eae11b7-3c43-4a8f-bcd1-e5114426b71e {
  text-align: center;
}







  #s-7eae11b7-3c43-4a8f-bcd1-e5114426b71e img.shogun-image {
    

    
    
    
  }


#s-7eae11b7-3c43-4a8f-bcd1-e5114426b71e .shogun-image-content {
  
    align-items: center;
  
}

#s-01c8e0a9-de2e-4d4e-a26a-4509edb314e5 {
  text-align: center;
}







  #s-01c8e0a9-de2e-4d4e-a26a-4509edb314e5 img.shogun-image {
    

    
    
    
  }


#s-01c8e0a9-de2e-4d4e-a26a-4509edb314e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e729dbfb-f287-4008-b544-edfd560914c0 {
  text-align: center;
}







  #s-e729dbfb-f287-4008-b544-edfd560914c0 img.shogun-image {
    

    
    
    
  }


#s-e729dbfb-f287-4008-b544-edfd560914c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3023d4a1-17a1-47a1-a8a2-3fe6280e1a70 {
  text-align: center;
}







  #s-3023d4a1-17a1-47a1-a8a2-3fe6280e1a70 img.shogun-image {
    

    
    
    
  }


#s-3023d4a1-17a1-47a1-a8a2-3fe6280e1a70 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f07a02c-4db0-4ee4-8066-6b06527bd6da {
  text-align: center;
}







  #s-3f07a02c-4db0-4ee4-8066-6b06527bd6da img.shogun-image {
    

    
    
    
  }


#s-3f07a02c-4db0-4ee4-8066-6b06527bd6da .shogun-image-content {
  
    align-items: center;
  
}

#s-80213fb4-36f3-4ac5-83a7-204629a1f7f3 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-80213fb4-36f3-4ac5-83a7-204629a1f7f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-80213fb4-36f3-4ac5-83a7-204629a1f7f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-80213fb4-36f3-4ac5-83a7-204629a1f7f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-80213fb4-36f3-4ac5-83a7-204629a1f7f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a3fb225f-4ee7-49d7-a409-5f25bba537c3 {
  text-align: center;
}







  #s-a3fb225f-4ee7-49d7-a409-5f25bba537c3 img.shogun-image {
    

    
    
    
  }


#s-a3fb225f-4ee7-49d7-a409-5f25bba537c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-68c84e44-5e6c-414b-a03c-12702e43eba3 {
  text-align: center;
}







  #s-68c84e44-5e6c-414b-a03c-12702e43eba3 img.shogun-image {
    

    
    
    
  }


#s-68c84e44-5e6c-414b-a03c-12702e43eba3 .shogun-image-content {
  
    align-items: center;
  
}

#s-54db8c17-262c-4289-8356-ec9b37a09c6e {
  text-align: center;
}







  #s-54db8c17-262c-4289-8356-ec9b37a09c6e img.shogun-image {
    

    
    
    
  }


#s-54db8c17-262c-4289-8356-ec9b37a09c6e .shogun-image-content {
  
    align-items: center;
  
}

#s-5b310135-5a5d-4be2-8e0b-b92423a0a3d1 {
  text-align: center;
}







  #s-5b310135-5a5d-4be2-8e0b-b92423a0a3d1 img.shogun-image {
    

    
    
    
  }


#s-5b310135-5a5d-4be2-8e0b-b92423a0a3d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-21575362-3fef-4fb4-80b1-fc8bfae7c8be {
  text-align: center;
}







  #s-21575362-3fef-4fb4-80b1-fc8bfae7c8be img.shogun-image {
    

    
    
    
  }


#s-21575362-3fef-4fb4-80b1-fc8bfae7c8be .shogun-image-content {
  
    align-items: center;
  
}

#s-686d8237-7d3b-4510-86c4-f595c252e18b {
  text-align: center;
}







  #s-686d8237-7d3b-4510-86c4-f595c252e18b img.shogun-image {
    

    
    
    
  }


#s-686d8237-7d3b-4510-86c4-f595c252e18b .shogun-image-content {
  
    align-items: center;
  
}

#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 {
  display: none;
}
#s-ed3af6bc-bc10-4b96-a08e-3f4185376293, #wrap-s-ed3af6bc-bc10-4b96-a08e-3f4185376293 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 {
  display: none;
}
#s-ed3af6bc-bc10-4b96-a08e-3f4185376293, #wrap-s-ed3af6bc-bc10-4b96-a08e-3f4185376293 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 {
  display: none;
}
#s-ed3af6bc-bc10-4b96-a08e-3f4185376293, #wrap-s-ed3af6bc-bc10-4b96-a08e-3f4185376293 { display:none !important; }}@media (max-width: 767px){#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 {
  display: none;
}
#s-ed3af6bc-bc10-4b96-a08e-3f4185376293, #wrap-s-ed3af6bc-bc10-4b96-a08e-3f4185376293 { display:none !important; }}
#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 .shg-sld-nav-button.shg-sld-left,
#s-ed3af6bc-bc10-4b96-a08e-3f4185376293 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5ccc5f4d-1976-45ee-98df-206a7b4f8ad0 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-5ccc5f4d-1976-45ee-98df-206a7b4f8ad0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5ccc5f4d-1976-45ee-98df-206a7b4f8ad0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5ccc5f4d-1976-45ee-98df-206a7b4f8ad0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ccc5f4d-1976-45ee-98df-206a7b4f8ad0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-86cd1f6e-426d-4127-a394-2596169d9094 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-86cd1f6e-426d-4127-a394-2596169d9094"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-86cd1f6e-426d-4127-a394-2596169d9094"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-86cd1f6e-426d-4127-a394-2596169d9094"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-86cd1f6e-426d-4127-a394-2596169d9094"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-131cac34-06ed-4991-8c19-7f589157fc54 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-131cac34-06ed-4991-8c19-7f589157fc54 {
  display: none;
}
#s-131cac34-06ed-4991-8c19-7f589157fc54, #wrap-s-131cac34-06ed-4991-8c19-7f589157fc54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-131cac34-06ed-4991-8c19-7f589157fc54 {
  display: none;
}
#s-131cac34-06ed-4991-8c19-7f589157fc54, #wrap-s-131cac34-06ed-4991-8c19-7f589157fc54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-131cac34-06ed-4991-8c19-7f589157fc54 {
  
}
}
#s-131cac34-06ed-4991-8c19-7f589157fc54 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-131cac34-06ed-4991-8c19-7f589157fc54 .shg-sld-nav-button.shg-sld-left,
#s-131cac34-06ed-4991-8c19-7f589157fc54 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-c6f70a72-20b8-4a82-94b2-db75905a8caa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6f70a72-20b8-4a82-94b2-db75905a8caa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6f70a72-20b8-4a82-94b2-db75905a8caa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6f70a72-20b8-4a82-94b2-db75905a8caa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b90db349-1037-40c7-9223-3ed91d60bdcb {
  text-align: center;
}







  #s-b90db349-1037-40c7-9223-3ed91d60bdcb img.shogun-image {
    

    
    
    
  }


#s-b90db349-1037-40c7-9223-3ed91d60bdcb .shogun-image-content {
  
    align-items: center;
  
}

#s-00776cfe-4f9d-4810-8c65-dc9ac070076c {
  text-align: center;
}







  #s-00776cfe-4f9d-4810-8c65-dc9ac070076c img.shogun-image {
    

    
    
    
  }


#s-00776cfe-4f9d-4810-8c65-dc9ac070076c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-aee27d5c-fbc0-4a1f-8100-76978ea4d7d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aee27d5c-fbc0-4a1f-8100-76978ea4d7d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aee27d5c-fbc0-4a1f-8100-76978ea4d7d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aee27d5c-fbc0-4a1f-8100-76978ea4d7d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-76ca0a9a-2f22-4bd1-8223-8eebad2d4cf9 {
  text-align: center;
}







  #s-76ca0a9a-2f22-4bd1-8223-8eebad2d4cf9 img.shogun-image {
    

    
    
    
  }


#s-76ca0a9a-2f22-4bd1-8223-8eebad2d4cf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e3cb542-4459-4247-acfa-475fc9b5a8f4 {
  text-align: center;
}







  #s-2e3cb542-4459-4247-acfa-475fc9b5a8f4 img.shogun-image {
    

    
    
    
  }


#s-2e3cb542-4459-4247-acfa-475fc9b5a8f4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c5037371-f775-4160-aa58-052897bb795d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c5037371-f775-4160-aa58-052897bb795d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5037371-f775-4160-aa58-052897bb795d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5037371-f775-4160-aa58-052897bb795d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a66872e8-68c8-47c9-8009-83b480c22c20 {
  text-align: center;
}







  #s-a66872e8-68c8-47c9-8009-83b480c22c20 img.shogun-image {
    

    
    
    
  }


#s-a66872e8-68c8-47c9-8009-83b480c22c20 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7feefd7-296d-470f-9149-add7dd0d597d {
  text-align: center;
}







  #s-c7feefd7-296d-470f-9149-add7dd0d597d img.shogun-image {
    

    
    
    
  }


#s-c7feefd7-296d-470f-9149-add7dd0d597d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b6c29264-74f1-4745-8a1a-610385b39d8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6c29264-74f1-4745-8a1a-610385b39d8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6c29264-74f1-4745-8a1a-610385b39d8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6c29264-74f1-4745-8a1a-610385b39d8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70dbac42-966b-4d1f-a7ba-c4a0d11c3189 {
  text-align: center;
}







  #s-70dbac42-966b-4d1f-a7ba-c4a0d11c3189 img.shogun-image {
    

    
    
    
  }


#s-70dbac42-966b-4d1f-a7ba-c4a0d11c3189 .shogun-image-content {
  
    align-items: center;
  
}

#s-48731b75-7ff1-4bbc-b257-ac5b71684786 {
  text-align: center;
}







  #s-48731b75-7ff1-4bbc-b257-ac5b71684786 img.shogun-image {
    

    
    
    
  }


#s-48731b75-7ff1-4bbc-b257-ac5b71684786 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-88fb8c80-ca5c-402e-8e54-324e57c08bbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-88fb8c80-ca5c-402e-8e54-324e57c08bbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88fb8c80-ca5c-402e-8e54-324e57c08bbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88fb8c80-ca5c-402e-8e54-324e57c08bbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0497f99d-e834-456d-a753-7f096c9f36a3 {
  text-align: center;
}







  #s-0497f99d-e834-456d-a753-7f096c9f36a3 img.shogun-image {
    

    
    
    
  }


#s-0497f99d-e834-456d-a753-7f096c9f36a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-74d3d91a-7344-4eb2-a9d8-a47af409bf89 {
  text-align: center;
}







  #s-74d3d91a-7344-4eb2-a9d8-a47af409bf89 img.shogun-image {
    

    
    
    
  }


#s-74d3d91a-7344-4eb2-a9d8-a47af409bf89 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-02618ca3-bf80-442d-bfbe-2e032d2ec17a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02618ca3-bf80-442d-bfbe-2e032d2ec17a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02618ca3-bf80-442d-bfbe-2e032d2ec17a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02618ca3-bf80-442d-bfbe-2e032d2ec17a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-146af6af-f03f-40ac-af5b-f0060adbaf9e {
  text-align: center;
}







  #s-146af6af-f03f-40ac-af5b-f0060adbaf9e img.shogun-image {
    

    
    
    
  }


#s-146af6af-f03f-40ac-af5b-f0060adbaf9e .shogun-image-content {
  
    align-items: center;
  
}

#s-6b9b3ee0-84c2-4eac-969b-aa286399e1f0 {
  text-align: center;
}







  #s-6b9b3ee0-84c2-4eac-969b-aa286399e1f0 img.shogun-image {
    

    
    
    
  }


#s-6b9b3ee0-84c2-4eac-969b-aa286399e1f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f {
  display: none;
}
#s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f, #wrap-s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f {
  display: none;
}
#s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f, #wrap-s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f { display:none !important; }}
#s-a6b6fe49-4a84-4c42-a021-0db9cf26b37f .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 {
  margin-top: 37px;
margin-bottom: 37px;
padding-top: 3px;
padding-bottom: 3px;
}
@media (min-width: 1200px){#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 {
  display: none;
}
#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6, #wrap-s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 {
  display: none;
}
#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6, #wrap-s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 {
  
}
}
#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 .shg-sld-nav-button.shg-sld-left,
#s-63e332b9-9c7a-4a0e-9a70-79cb4457cba6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b4c8644a-4adb-4340-af38-f8b84f4afb43 {
  text-align: center;
}







  #s-b4c8644a-4adb-4340-af38-f8b84f4afb43 img.shogun-image {
    

    
    
    
  }


#s-b4c8644a-4adb-4340-af38-f8b84f4afb43 .shogun-image-content {
  
    align-items: center;
  
}

#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 {
  display: none;
}
#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9, #wrap-s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 {
  display: none;
}
#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9, #wrap-s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 { display:none !important; }}@media (max-width: 767px){#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 {
  display: none;
}
#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9, #wrap-s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 { display:none !important; }}
#s-e49d39c7-b3c9-4db6-9dc7-c5cc83101ea9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-994e06cc-add2-404e-aadd-48040d02340d {
  text-align: center;
}







  #s-994e06cc-add2-404e-aadd-48040d02340d img.shogun-image {
    

    
    
    
  }


#s-994e06cc-add2-404e-aadd-48040d02340d .shogun-image-content {
  
    align-items: center;
  
}

#s-bea4182c-0f9b-4db1-b6c9-9add845a6c17 {
  text-align: center;
}







  #s-bea4182c-0f9b-4db1-b6c9-9add845a6c17 img.shogun-image {
    

    
    
    
  }


#s-bea4182c-0f9b-4db1-b6c9-9add845a6c17 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c9e3650-d6cf-4988-b889-1194c1ac8625 {
  text-align: center;
}







  #s-8c9e3650-d6cf-4988-b889-1194c1ac8625 img.shogun-image {
    

    
    
    
  }


#s-8c9e3650-d6cf-4988-b889-1194c1ac8625 .shogun-image-content {
  
    align-items: center;
  
}

#s-2adbf311-e6d6-4446-ac79-c425eec99b04 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-2adbf311-e6d6-4446-ac79-c425eec99b04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2adbf311-e6d6-4446-ac79-c425eec99b04:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2adbf311-e6d6-4446-ac79-c425eec99b04 {
  text-align: center;
}
}

  #s-2adbf311-e6d6-4446-ac79-c425eec99b04-root {
    text-align: left;
  }


#s-2adbf311-e6d6-4446-ac79-c425eec99b04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2adbf311-e6d6-4446-ac79-c425eec99b04-root {
    text-align: left;
  }


#s-2adbf311-e6d6-4446-ac79-c425eec99b04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2adbf311-e6d6-4446-ac79-c425eec99b04-root {
    text-align: left;
  }


#s-2adbf311-e6d6-4446-ac79-c425eec99b04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2adbf311-e6d6-4446-ac79-c425eec99b04-root {
    text-align: left;
  }


#s-2adbf311-e6d6-4446-ac79-c425eec99b04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2adbf311-e6d6-4446-ac79-c425eec99b04-root {
    text-align: center;
  }


#s-2adbf311-e6d6-4446-ac79-c425eec99b04.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-02f67885-3251-4091-bb41-fb82ca1b551e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-02f67885-3251-4091-bb41-fb82ca1b551e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02f67885-3251-4091-bb41-fb82ca1b551e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-02f67885-3251-4091-bb41-fb82ca1b551e {
  text-align: center;
}
}

  #s-02f67885-3251-4091-bb41-fb82ca1b551e-root {
    text-align: left;
  }


#s-02f67885-3251-4091-bb41-fb82ca1b551e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02f67885-3251-4091-bb41-fb82ca1b551e-root {
    text-align: left;
  }


#s-02f67885-3251-4091-bb41-fb82ca1b551e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02f67885-3251-4091-bb41-fb82ca1b551e-root {
    text-align: left;
  }


#s-02f67885-3251-4091-bb41-fb82ca1b551e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02f67885-3251-4091-bb41-fb82ca1b551e-root {
    text-align: left;
  }


#s-02f67885-3251-4091-bb41-fb82ca1b551e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02f67885-3251-4091-bb41-fb82ca1b551e-root {
    text-align: center;
  }


#s-02f67885-3251-4091-bb41-fb82ca1b551e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-90a764e1-2101-4936-9fea-82d436c0325c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-90a764e1-2101-4936-9fea-82d436c0325c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90a764e1-2101-4936-9fea-82d436c0325c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-90a764e1-2101-4936-9fea-82d436c0325c {
  text-align: center;
}
}

  #s-90a764e1-2101-4936-9fea-82d436c0325c-root {
    text-align: left;
  }


#s-90a764e1-2101-4936-9fea-82d436c0325c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90a764e1-2101-4936-9fea-82d436c0325c-root {
    text-align: left;
  }


#s-90a764e1-2101-4936-9fea-82d436c0325c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90a764e1-2101-4936-9fea-82d436c0325c-root {
    text-align: left;
  }


#s-90a764e1-2101-4936-9fea-82d436c0325c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90a764e1-2101-4936-9fea-82d436c0325c-root {
    text-align: left;
  }


#s-90a764e1-2101-4936-9fea-82d436c0325c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90a764e1-2101-4936-9fea-82d436c0325c-root {
    text-align: center;
  }


#s-90a764e1-2101-4936-9fea-82d436c0325c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-8d228ae8-614f-45d7-b206-bb08e8092d96 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8d228ae8-614f-45d7-b206-bb08e8092d96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d228ae8-614f-45d7-b206-bb08e8092d96:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8d228ae8-614f-45d7-b206-bb08e8092d96 {
  text-align: center;
}
}

  #s-8d228ae8-614f-45d7-b206-bb08e8092d96-root {
    text-align: left;
  }


#s-8d228ae8-614f-45d7-b206-bb08e8092d96.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d228ae8-614f-45d7-b206-bb08e8092d96-root {
    text-align: left;
  }


#s-8d228ae8-614f-45d7-b206-bb08e8092d96.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d228ae8-614f-45d7-b206-bb08e8092d96-root {
    text-align: left;
  }


#s-8d228ae8-614f-45d7-b206-bb08e8092d96.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d228ae8-614f-45d7-b206-bb08e8092d96-root {
    text-align: left;
  }


#s-8d228ae8-614f-45d7-b206-bb08e8092d96.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d228ae8-614f-45d7-b206-bb08e8092d96-root {
    text-align: center;
  }


#s-8d228ae8-614f-45d7-b206-bb08e8092d96.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-95b22d3c-667f-478a-894d-9f734ecc84ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-95b22d3c-667f-478a-894d-9f734ecc84ca {
  display: none;
}
#s-95b22d3c-667f-478a-894d-9f734ecc84ca, #wrap-s-95b22d3c-667f-478a-894d-9f734ecc84ca { display:none !important; }}@media (max-width: 767px){#s-95b22d3c-667f-478a-894d-9f734ecc84ca {
  display: none;
}
#s-95b22d3c-667f-478a-894d-9f734ecc84ca, #wrap-s-95b22d3c-667f-478a-894d-9f734ecc84ca { display:none !important; }}
#s-95b22d3c-667f-478a-894d-9f734ecc84ca .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3 {
  display: none;
}
#s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3, #wrap-s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3 { display:none !important; }}@media (max-width: 767px){#s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3 {
  margin-top: 21px;
margin-bottom: 21px;
display: none;
}
#s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3, #wrap-s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ee8d588-1c1e-44a2-85de-03e23ecb62d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e822beaf-3160-4a89-b8af-28e0ae018d34 {
  text-align: center;
}







  #s-e822beaf-3160-4a89-b8af-28e0ae018d34 img.shogun-image {
    

    
    
    
  }


#s-e822beaf-3160-4a89-b8af-28e0ae018d34 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6f761db-febd-4fa9-9651-0a54e3742a27 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 254, 254, 1);
}
#s-b6f761db-febd-4fa9-9651-0a54e3742a27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6f761db-febd-4fa9-9651-0a54e3742a27:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b6f761db-febd-4fa9-9651-0a54e3742a27 {
  text-align: center;
}
}

  #s-b6f761db-febd-4fa9-9651-0a54e3742a27-root {
    text-align: left;
  }


#s-b6f761db-febd-4fa9-9651-0a54e3742a27.shg-btn {
  color: rgba(255, 254, 254, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6f761db-febd-4fa9-9651-0a54e3742a27-root {
    text-align: left;
  }


#s-b6f761db-febd-4fa9-9651-0a54e3742a27.shg-btn {
  color: rgba(255, 254, 254, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6f761db-febd-4fa9-9651-0a54e3742a27-root {
    text-align: left;
  }


#s-b6f761db-febd-4fa9-9651-0a54e3742a27.shg-btn {
  color: rgba(255, 254, 254, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6f761db-febd-4fa9-9651-0a54e3742a27-root {
    text-align: center;
  }


#s-b6f761db-febd-4fa9-9651-0a54e3742a27.shg-btn {
  color: rgba(255, 254, 254, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6f761db-febd-4fa9-9651-0a54e3742a27-root {
    text-align: left;
  }


#s-b6f761db-febd-4fa9-9651-0a54e3742a27.shg-btn {
  color: rgba(255, 254, 254, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-9e0408f1-c44f-4e8e-8cff-56d2155edcc1 {
  text-align: center;
}







  #s-9e0408f1-c44f-4e8e-8cff-56d2155edcc1 img.shogun-image {
    

    
    
    
  }


#s-9e0408f1-c44f-4e8e-8cff-56d2155edcc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-abdbd65d-c523-4a69-85f2-275c00268416 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 250, 250, 1);
}
#s-abdbd65d-c523-4a69-85f2-275c00268416:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abdbd65d-c523-4a69-85f2-275c00268416:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-abdbd65d-c523-4a69-85f2-275c00268416 {
  text-align: center;
}
}

  #s-abdbd65d-c523-4a69-85f2-275c00268416-root {
    text-align: left;
  }


#s-abdbd65d-c523-4a69-85f2-275c00268416.shg-btn {
  color: rgba(255, 250, 250, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abdbd65d-c523-4a69-85f2-275c00268416-root {
    text-align: left;
  }


#s-abdbd65d-c523-4a69-85f2-275c00268416.shg-btn {
  color: rgba(255, 250, 250, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abdbd65d-c523-4a69-85f2-275c00268416-root {
    text-align: left;
  }


#s-abdbd65d-c523-4a69-85f2-275c00268416.shg-btn {
  color: rgba(255, 250, 250, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abdbd65d-c523-4a69-85f2-275c00268416-root {
    text-align: center;
  }


#s-abdbd65d-c523-4a69-85f2-275c00268416.shg-btn {
  color: rgba(255, 250, 250, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abdbd65d-c523-4a69-85f2-275c00268416-root {
    text-align: left;
  }


#s-abdbd65d-c523-4a69-85f2-275c00268416.shg-btn {
  color: rgba(255, 250, 250, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-122e9b27-aaf2-459d-a149-7069cf8d5c3d {
  text-align: center;
}







  #s-122e9b27-aaf2-459d-a149-7069cf8d5c3d img.shogun-image {
    

    
    
    
  }


#s-122e9b27-aaf2-459d-a149-7069cf8d5c3d .shogun-image-content {
  
    align-items: center;
  
}

#s-4a6a3c4e-c023-4926-8474-0d4171087721 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 252, 252, 1);
}
#s-4a6a3c4e-c023-4926-8474-0d4171087721:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a6a3c4e-c023-4926-8474-0d4171087721:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4a6a3c4e-c023-4926-8474-0d4171087721 {
  text-align: center;
}
}

  #s-4a6a3c4e-c023-4926-8474-0d4171087721-root {
    text-align: left;
  }


#s-4a6a3c4e-c023-4926-8474-0d4171087721.shg-btn {
  color: rgba(255, 252, 252, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a6a3c4e-c023-4926-8474-0d4171087721-root {
    text-align: left;
  }


#s-4a6a3c4e-c023-4926-8474-0d4171087721.shg-btn {
  color: rgba(255, 252, 252, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a6a3c4e-c023-4926-8474-0d4171087721-root {
    text-align: left;
  }


#s-4a6a3c4e-c023-4926-8474-0d4171087721.shg-btn {
  color: rgba(255, 252, 252, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a6a3c4e-c023-4926-8474-0d4171087721-root {
    text-align: center;
  }


#s-4a6a3c4e-c023-4926-8474-0d4171087721.shg-btn {
  color: rgba(255, 252, 252, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a6a3c4e-c023-4926-8474-0d4171087721-root {
    text-align: left;
  }


#s-4a6a3c4e-c023-4926-8474-0d4171087721.shg-btn {
  color: rgba(255, 252, 252, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-8f81c66c-1fc1-4232-89c0-a7b24256d9af {
  text-align: center;
}







  #s-8f81c66c-1fc1-4232-89c0-a7b24256d9af img.shogun-image {
    

    
    
    
  }


#s-8f81c66c-1fc1-4232-89c0-a7b24256d9af .shogun-image-content {
  
    align-items: center;
  
}

#s-26cdfaff-e44b-4392-ae21-e8879c374988 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(251, 249, 249, 1);
}
#s-26cdfaff-e44b-4392-ae21-e8879c374988:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26cdfaff-e44b-4392-ae21-e8879c374988:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-26cdfaff-e44b-4392-ae21-e8879c374988 {
  text-align: center;
}
}

  #s-26cdfaff-e44b-4392-ae21-e8879c374988-root {
    text-align: left;
  }


#s-26cdfaff-e44b-4392-ae21-e8879c374988.shg-btn {
  color: rgba(251, 249, 249, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26cdfaff-e44b-4392-ae21-e8879c374988-root {
    text-align: left;
  }


#s-26cdfaff-e44b-4392-ae21-e8879c374988.shg-btn {
  color: rgba(251, 249, 249, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26cdfaff-e44b-4392-ae21-e8879c374988-root {
    text-align: left;
  }


#s-26cdfaff-e44b-4392-ae21-e8879c374988.shg-btn {
  color: rgba(251, 249, 249, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26cdfaff-e44b-4392-ae21-e8879c374988-root {
    text-align: center;
  }


#s-26cdfaff-e44b-4392-ae21-e8879c374988.shg-btn {
  color: rgba(251, 249, 249, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26cdfaff-e44b-4392-ae21-e8879c374988-root {
    text-align: left;
  }


#s-26cdfaff-e44b-4392-ae21-e8879c374988.shg-btn {
  color: rgba(251, 249, 249, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-bde65d19-b89f-4f89-9f37-5c3de23201c1 {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}







  #s-bde65d19-b89f-4f89-9f37-5c3de23201c1 img.shogun-image {
    

    
    
    
  }


#s-bde65d19-b89f-4f89-9f37-5c3de23201c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b {
  margin-top: 1px;
margin-left: 50px;
margin-bottom: 1px;
margin-right: 50px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b {
  
}
}@media (max-width: 767px){#s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b {
  
}
}
@media (min-width: 0px) {
[id="s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6d3b3f67-0c90-4390-9f4b-5fcefdd48d8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-7cfee9b5-c7c3-4ab6-a1be-3d5f098fab07 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7cfee9b5-c7c3-4ab6-a1be-3d5f098fab07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cfee9b5-c7c3-4ab6-a1be-3d5f098fab07.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b42efd0d-d957-43b8-a08e-3a089320f97d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b42efd0d-d957-43b8-a08e-3a089320f97d .shogun-icon-wrapper {
  text-align: center;
}


#s-b42efd0d-d957-43b8-a08e-3a089320f97d .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9f0714d0-1417-4f62-b756-bda25803b8a5 {
  text-align: center;
}







  #s-9f0714d0-1417-4f62-b756-bda25803b8a5 img.shogun-image {
    

    
    
    
  }


#s-9f0714d0-1417-4f62-b756-bda25803b8a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca7e7471-7bee-4d0b-b540-db234dc57927 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ca7e7471-7bee-4d0b-b540-db234dc57927 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca7e7471-7bee-4d0b-b540-db234dc57927 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca7e7471-7bee-4d0b-b540-db234dc57927 {
  
}
}@media (max-width: 767px){#s-ca7e7471-7bee-4d0b-b540-db234dc57927 {
  
}
}
#s-70951249-78f1-40e9-88ea-cc5b712497f7 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70951249-78f1-40e9-88ea-cc5b712497f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70951249-78f1-40e9-88ea-cc5b712497f7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8126e15-98f9-442b-af4f-c82e6ae2d620 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f8126e15-98f9-442b-af4f-c82e6ae2d620 .shogun-icon-wrapper {
  text-align: center;
}


#s-f8126e15-98f9-442b-af4f-c82e6ae2d620 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-4a463a8f-7749-48ad-93a1-6dca93e89717 {
  text-align: center;
}







  #s-4a463a8f-7749-48ad-93a1-6dca93e89717 img.shogun-image {
    

    
    
    
  }


#s-4a463a8f-7749-48ad-93a1-6dca93e89717 .shogun-image-content {
  
    align-items: center;
  
}

#s-de692cef-5fcf-47fc-885f-4eb3e8b5d4a0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-de692cef-5fcf-47fc-885f-4eb3e8b5d4a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de692cef-5fcf-47fc-885f-4eb3e8b5d4a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de692cef-5fcf-47fc-885f-4eb3e8b5d4a0 {
  
}
}@media (max-width: 767px){#s-de692cef-5fcf-47fc-885f-4eb3e8b5d4a0 {
  
}
}
#s-330b0989-1c30-432d-a2bb-42fa852f6f66 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-330b0989-1c30-432d-a2bb-42fa852f6f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-330b0989-1c30-432d-a2bb-42fa852f6f66.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bfe799c1-0ecb-4906-929f-bf2658f82a77 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-bfe799c1-0ecb-4906-929f-bf2658f82a77 .shogun-icon-wrapper {
  text-align: center;
}


#s-bfe799c1-0ecb-4906-929f-bf2658f82a77 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5587c46d-fac8-468f-bc02-4cb3792917ca {
  text-align: center;
}







  #s-5587c46d-fac8-468f-bc02-4cb3792917ca img.shogun-image {
    

    
    
    
  }


#s-5587c46d-fac8-468f-bc02-4cb3792917ca .shogun-image-content {
  
    align-items: center;
  
}

#s-1f91894b-5e14-4e47-8c6c-ca41d7c1e138 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-1f91894b-5e14-4e47-8c6c-ca41d7c1e138 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f91894b-5e14-4e47-8c6c-ca41d7c1e138 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f91894b-5e14-4e47-8c6c-ca41d7c1e138 {
  
}
}@media (max-width: 767px){#s-1f91894b-5e14-4e47-8c6c-ca41d7c1e138 {
  
}
}
#s-c4dc2e42-7091-422d-9309-d74aa4db5a01 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c4dc2e42-7091-422d-9309-d74aa4db5a01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4dc2e42-7091-422d-9309-d74aa4db5a01:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c4dc2e42-7091-422d-9309-d74aa4db5a01 {
  display: none;
}
#s-c4dc2e42-7091-422d-9309-d74aa4db5a01, #wrap-s-c4dc2e42-7091-422d-9309-d74aa4db5a01 { display:none !important; }}@media (max-width: 767px){#s-c4dc2e42-7091-422d-9309-d74aa4db5a01 {
  display: none;
}
#s-c4dc2e42-7091-422d-9309-d74aa4db5a01, #wrap-s-c4dc2e42-7091-422d-9309-d74aa4db5a01 { display:none !important; }}

  #s-c4dc2e42-7091-422d-9309-d74aa4db5a01-root {
    text-align: center;
  }


#s-c4dc2e42-7091-422d-9309-d74aa4db5a01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4dc2e42-7091-422d-9309-d74aa4db5a01-root {
    text-align: center;
  }


#s-c4dc2e42-7091-422d-9309-d74aa4db5a01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4dc2e42-7091-422d-9309-d74aa4db5a01-root {
    text-align: center;
  }


#s-c4dc2e42-7091-422d-9309-d74aa4db5a01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4dc2e42-7091-422d-9309-d74aa4db5a01-root {
    text-align: center;
  }


#s-c4dc2e42-7091-422d-9309-d74aa4db5a01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4dc2e42-7091-422d-9309-d74aa4db5a01-root {
    text-align: center;
  }


#s-c4dc2e42-7091-422d-9309-d74aa4db5a01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-0499e95c-3fe9-4f72-b1c9-679c44048410 {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0499e95c-3fe9-4f72-b1c9-679c44048410 {
  display: none;
}
#s-0499e95c-3fe9-4f72-b1c9-679c44048410, #wrap-s-0499e95c-3fe9-4f72-b1c9-679c44048410 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0499e95c-3fe9-4f72-b1c9-679c44048410 {
  display: none;
}
#s-0499e95c-3fe9-4f72-b1c9-679c44048410, #wrap-s-0499e95c-3fe9-4f72-b1c9-679c44048410 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0499e95c-3fe9-4f72-b1c9-679c44048410 {
  display: none;
}
#s-0499e95c-3fe9-4f72-b1c9-679c44048410, #wrap-s-0499e95c-3fe9-4f72-b1c9-679c44048410 { display:none !important; }}@media (max-width: 767px){#s-0499e95c-3fe9-4f72-b1c9-679c44048410 {
  display: none;
}
#s-0499e95c-3fe9-4f72-b1c9-679c44048410, #wrap-s-0499e95c-3fe9-4f72-b1c9-679c44048410 { display:none !important; }}







#s-0499e95c-3fe9-4f72-b1c9-679c44048410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0499e95c-3fe9-4f72-b1c9-679c44048410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d9a4058-2179-4122-bb97-f0f5806163b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5d9a4058-2179-4122-bb97-f0f5806163b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d9a4058-2179-4122-bb97-f0f5806163b7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5d9a4058-2179-4122-bb97-f0f5806163b7 {
  display: none;
}
#s-5d9a4058-2179-4122-bb97-f0f5806163b7, #wrap-s-5d9a4058-2179-4122-bb97-f0f5806163b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d9a4058-2179-4122-bb97-f0f5806163b7 {
  display: none;
}
#s-5d9a4058-2179-4122-bb97-f0f5806163b7, #wrap-s-5d9a4058-2179-4122-bb97-f0f5806163b7 { display:none !important; }}@media (max-width: 767px){#s-5d9a4058-2179-4122-bb97-f0f5806163b7 {
  display: none;
}
#s-5d9a4058-2179-4122-bb97-f0f5806163b7, #wrap-s-5d9a4058-2179-4122-bb97-f0f5806163b7 { display:none !important; }}

  #s-5d9a4058-2179-4122-bb97-f0f5806163b7-root {
    text-align: center;
  }


#s-5d9a4058-2179-4122-bb97-f0f5806163b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d9a4058-2179-4122-bb97-f0f5806163b7-root {
    text-align: center;
  }


#s-5d9a4058-2179-4122-bb97-f0f5806163b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d9a4058-2179-4122-bb97-f0f5806163b7-root {
    text-align: center;
  }


#s-5d9a4058-2179-4122-bb97-f0f5806163b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d9a4058-2179-4122-bb97-f0f5806163b7-root {
    text-align: center;
  }


#s-5d9a4058-2179-4122-bb97-f0f5806163b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d9a4058-2179-4122-bb97-f0f5806163b7-root {
    text-align: center;
  }


#s-5d9a4058-2179-4122-bb97-f0f5806163b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(51, 63, 72, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4 {
  display: none;
}
#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4, #wrap-s-3823a72b-5f13-4f18-9be6-3f7554d88fb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4 {
  display: none;
}
#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4, #wrap-s-3823a72b-5f13-4f18-9be6-3f7554d88fb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4 {
  display: none;
}
#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4, #wrap-s-3823a72b-5f13-4f18-9be6-3f7554d88fb4 { display:none !important; }}

  #s-3823a72b-5f13-4f18-9be6-3f7554d88fb4-root {
    text-align: center;
  }


#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3823a72b-5f13-4f18-9be6-3f7554d88fb4-root {
    text-align: center;
  }


#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3823a72b-5f13-4f18-9be6-3f7554d88fb4-root {
    text-align: center;
  }


#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3823a72b-5f13-4f18-9be6-3f7554d88fb4-root {
    text-align: center;
  }


#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3823a72b-5f13-4f18-9be6-3f7554d88fb4-root {
    text-align: center;
  }


#s-3823a72b-5f13-4f18-9be6-3f7554d88fb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-761cc72a-d3ba-4014-9935-ac5ab552754d {
  margin-top: 27px;
margin-bottom: 27px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-761cc72a-d3ba-4014-9935-ac5ab552754d {
  
}
}
#s-761cc72a-d3ba-4014-9935-ac5ab552754d .shogun-heading-component h2 {
  color: rgba(51, 63, 72, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-184a3826-15df-4fc0-bbd8-1b279cfdb988 {
  padding-left: 6%;
padding-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-184a3826-15df-4fc0-bbd8-1b279cfdb988 {
  display: none;
}
#s-184a3826-15df-4fc0-bbd8-1b279cfdb988, #wrap-s-184a3826-15df-4fc0-bbd8-1b279cfdb988 { display:none !important; }}@media (max-width: 767px){#s-184a3826-15df-4fc0-bbd8-1b279cfdb988 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 10%;
padding-bottom: 7px;
padding-right: 10%;
display: none;
}
#s-184a3826-15df-4fc0-bbd8-1b279cfdb988, #wrap-s-184a3826-15df-4fc0-bbd8-1b279cfdb988 { display:none !important; }}
@media (min-width: 0px) {
[id="s-184a3826-15df-4fc0-bbd8-1b279cfdb988"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-184a3826-15df-4fc0-bbd8-1b279cfdb988"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-184a3826-15df-4fc0-bbd8-1b279cfdb988"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-184a3826-15df-4fc0-bbd8-1b279cfdb988"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-49b8bd81-4980-4313-8ded-03d6d561ebc3 {
  text-align: center;
}







  #s-49b8bd81-4980-4313-8ded-03d6d561ebc3 img.shogun-image {
    

    
    
    
  }


#s-49b8bd81-4980-4313-8ded-03d6d561ebc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1f027cb-bab2-4f00-98c4-81ff607cae4b {
  text-align: center;
}







  #s-a1f027cb-bab2-4f00-98c4-81ff607cae4b img.shogun-image {
    

    
    
    
  }


#s-a1f027cb-bab2-4f00-98c4-81ff607cae4b .shogun-image-content {
  
    align-items: center;
  
}

#s-eb675352-046d-45b0-ab75-52ed1e41d9ea {
  text-align: center;
}







  #s-eb675352-046d-45b0-ab75-52ed1e41d9ea img.shogun-image {
    

    
    
    
  }


#s-eb675352-046d-45b0-ab75-52ed1e41d9ea .shogun-image-content {
  
    align-items: center;
  
}

#s-e51a5e06-969b-4d77-85ce-1cdc95020214 {
  text-align: center;
}







  #s-e51a5e06-969b-4d77-85ce-1cdc95020214 img.shogun-image {
    

    
    
    
  }


#s-e51a5e06-969b-4d77-85ce-1cdc95020214 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5f22f47-ccd6-497c-82b2-b20c2c960aed {
  text-align: center;
}







  #s-d5f22f47-ccd6-497c-82b2-b20c2c960aed img.shogun-image {
    

    
    
    
  }


#s-d5f22f47-ccd6-497c-82b2-b20c2c960aed .shogun-image-content {
  
    align-items: center;
  
}

#s-4635d474-cb6e-4eff-b4e0-9b35db53f562 {
  text-align: center;
}







  #s-4635d474-cb6e-4eff-b4e0-9b35db53f562 img.shogun-image {
    

    
    
    
  }


#s-4635d474-cb6e-4eff-b4e0-9b35db53f562 .shogun-image-content {
  
    align-items: center;
  
}

#s-a20961c6-c76a-4656-bd59-040e3a608708 {
  min-height: 400px;
}
@media (min-width: 1200px){#s-a20961c6-c76a-4656-bd59-040e3a608708 {
  display: none;
}
#s-a20961c6-c76a-4656-bd59-040e3a608708, #wrap-s-a20961c6-c76a-4656-bd59-040e3a608708 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a20961c6-c76a-4656-bd59-040e3a608708 {
  display: none;
}
#s-a20961c6-c76a-4656-bd59-040e3a608708, #wrap-s-a20961c6-c76a-4656-bd59-040e3a608708 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a20961c6-c76a-4656-bd59-040e3a608708 {
  
}
}







#s-a20961c6-c76a-4656-bd59-040e3a608708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a20961c6-c76a-4656-bd59-040e3a608708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-758ac7e8-2222-4572-a95f-d4e21b9f5922 {
  margin-top: 24px;
margin-bottom: 24px;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-758ac7e8-2222-4572-a95f-d4e21b9f5922 {
  display: none;
}
#s-758ac7e8-2222-4572-a95f-d4e21b9f5922, #wrap-s-758ac7e8-2222-4572-a95f-d4e21b9f5922 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-758ac7e8-2222-4572-a95f-d4e21b9f5922 {
  display: none;
}
#s-758ac7e8-2222-4572-a95f-d4e21b9f5922, #wrap-s-758ac7e8-2222-4572-a95f-d4e21b9f5922 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-758ac7e8-2222-4572-a95f-d4e21b9f5922 {
  
}
}
@media (min-width: 0px) {
[id="s-758ac7e8-2222-4572-a95f-d4e21b9f5922"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-758ac7e8-2222-4572-a95f-d4e21b9f5922"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-758ac7e8-2222-4572-a95f-d4e21b9f5922"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-758ac7e8-2222-4572-a95f-d4e21b9f5922"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c669a777-e202-46f1-9f0d-401dab220c06 {
  text-align: center;
}







  #s-c669a777-e202-46f1-9f0d-401dab220c06 img.shogun-image {
    

    
    
    
  }


#s-c669a777-e202-46f1-9f0d-401dab220c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc33e705-b37a-4f3d-be48-84fae17a5536 {
  text-align: center;
}







  #s-dc33e705-b37a-4f3d-be48-84fae17a5536 img.shogun-image {
    

    
    
    
  }


#s-dc33e705-b37a-4f3d-be48-84fae17a5536 .shogun-image-content {
  
    align-items: center;
  
}

#s-30541fea-ea0f-4132-b3a8-8915170f9057 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-30541fea-ea0f-4132-b3a8-8915170f9057 {
  display: none;
}
#s-30541fea-ea0f-4132-b3a8-8915170f9057, #wrap-s-30541fea-ea0f-4132-b3a8-8915170f9057 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30541fea-ea0f-4132-b3a8-8915170f9057 {
  display: none;
}
#s-30541fea-ea0f-4132-b3a8-8915170f9057, #wrap-s-30541fea-ea0f-4132-b3a8-8915170f9057 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30541fea-ea0f-4132-b3a8-8915170f9057 {
  
}
}
@media (min-width: 0px) {
[id="s-30541fea-ea0f-4132-b3a8-8915170f9057"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30541fea-ea0f-4132-b3a8-8915170f9057"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30541fea-ea0f-4132-b3a8-8915170f9057"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30541fea-ea0f-4132-b3a8-8915170f9057"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cfc8ccfb-23a1-4a81-9794-8a875c4c3eb4 {
  text-align: center;
}







  #s-cfc8ccfb-23a1-4a81-9794-8a875c4c3eb4 img.shogun-image {
    

    
    
    
  }


#s-cfc8ccfb-23a1-4a81-9794-8a875c4c3eb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-08807929-acf7-4c5b-82c7-15a9bee6dadf {
  text-align: center;
}







  #s-08807929-acf7-4c5b-82c7-15a9bee6dadf img.shogun-image {
    

    
    
    
  }


#s-08807929-acf7-4c5b-82c7-15a9bee6dadf .shogun-image-content {
  
    align-items: center;
  
}

#s-72bb7efa-dc4f-44c2-94eb-093d349efd76 {
  padding-left: 4%;
padding-right: 4%;
}
@media (min-width: 1200px){#s-72bb7efa-dc4f-44c2-94eb-093d349efd76 {
  display: none;
}
#s-72bb7efa-dc4f-44c2-94eb-093d349efd76, #wrap-s-72bb7efa-dc4f-44c2-94eb-093d349efd76 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72bb7efa-dc4f-44c2-94eb-093d349efd76 {
  display: none;
}
#s-72bb7efa-dc4f-44c2-94eb-093d349efd76, #wrap-s-72bb7efa-dc4f-44c2-94eb-093d349efd76 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72bb7efa-dc4f-44c2-94eb-093d349efd76 {
  
}
}
@media (min-width: 0px) {
[id="s-72bb7efa-dc4f-44c2-94eb-093d349efd76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-72bb7efa-dc4f-44c2-94eb-093d349efd76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72bb7efa-dc4f-44c2-94eb-093d349efd76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72bb7efa-dc4f-44c2-94eb-093d349efd76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a97f0c7-91fe-4973-b954-1a978322dc59 {
  text-align: center;
}







  #s-2a97f0c7-91fe-4973-b954-1a978322dc59 img.shogun-image {
    

    
    
    
  }


#s-2a97f0c7-91fe-4973-b954-1a978322dc59 .shogun-image-content {
  
    align-items: center;
  
}

#s-55a479d3-1dcb-4bd6-9ec6-75267e9c6972 {
  text-align: center;
}







  #s-55a479d3-1dcb-4bd6-9ec6-75267e9c6972 img.shogun-image {
    

    
    
    
  }


#s-55a479d3-1dcb-4bd6-9ec6-75267e9c6972 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f96d6f1-2359-48af-8f8d-26a466d486b3 {
  text-align: center;
}







  #s-8f96d6f1-2359-48af-8f8d-26a466d486b3 img.shogun-image {
    

    
    
    
  }


#s-8f96d6f1-2359-48af-8f8d-26a466d486b3 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
