.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-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e > .shg-box-overlay {
  background-color: rgba(230, 230, 230, 1);
  opacity: 0;
}#s-8a5dc18a-38fd-48e9-beb4-459a12893a8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0ff7c4b-6e5f-461e-a314-8e449b8dbe2f {
  min-height: 50px;
}








#s-f0ff7c4b-6e5f-461e-a314-8e449b8dbe2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0ff7c4b-6e5f-461e-a314-8e449b8dbe2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-f65d50dd-a16c-4df0-826c-8ff51954c551 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f65d50dd-a16c-4df0-826c-8ff51954c551 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f65d50dd-a16c-4df0-826c-8ff51954c551 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-f65d50dd-a16c-4df0-826c-8ff51954c551 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}


}
#s-ba69c8c0-4702-4d99-98d7-2a316f2f9255 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-ba69c8c0-4702-4d99-98d7-2a316f2f9255 {
  display: unset;
}
#s-ba69c8c0-4702-4d99-98d7-2a316f2f9255, #wrap-s-ba69c8c0-4702-4d99-98d7-2a316f2f9255 { display: unset !important; }}







#s-ba69c8c0-4702-4d99-98d7-2a316f2f9255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba69c8c0-4702-4d99-98d7-2a316f2f9255.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-860c3adf-cdaf-4e90-b36c-fa96db743d05 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-860c3adf-cdaf-4e90-b36c-fa96db743d05 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-860c3adf-cdaf-4e90-b36c-fa96db743d05 .shg-sld-nav-button.shg-sld-left,
#s-860c3adf-cdaf-4e90-b36c-fa96db743d05 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-2bdc362b-446c-423b-bdd9-775463d194c9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
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;
min-height: 6px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2bdc362b-446c-423b-bdd9-775463d194c9 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-2bdc362b-446c-423b-bdd9-775463d194c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2bdc362b-446c-423b-bdd9-775463d194c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2bdc362b-446c-423b-bdd9-775463d194c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2bdc362b-446c-423b-bdd9-775463d194c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-dcc01bf5-3245-4b8c-a953-de80336cb984 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-dcc01bf5-3245-4b8c-a953-de80336cb984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcc01bf5-3245-4b8c-a953-de80336cb984.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;
}

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

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

#s-085fefd8-16bb-480c-875d-b2a2acc53108 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-085fefd8-16bb-480c-875d-b2a2acc53108 img.shogun-image,
  #s-085fefd8-16bb-480c-875d-b2a2acc53108 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-085fefd8-16bb-480c-875d-b2a2acc53108 {
    width: 100%;
    height: auto;
  }



  #s-085fefd8-16bb-480c-875d-b2a2acc53108 img.shogun-image {
    

    
    
    
  }


#s-085fefd8-16bb-480c-875d-b2a2acc53108 .shogun-image-content {
  
    align-items: center;
  
}

#s-16616af5-5b03-4bd3-b891-9a1b8951ab2c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-16616af5-5b03-4bd3-b891-9a1b8951ab2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16616af5-5b03-4bd3-b891-9a1b8951ab2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-062f892b-675b-4dd1-af71-b60ed45bd7c0 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-062f892b-675b-4dd1-af71-b60ed45bd7c0 img.shogun-image,
  #s-062f892b-675b-4dd1-af71-b60ed45bd7c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-062f892b-675b-4dd1-af71-b60ed45bd7c0 {
    width: 100%;
    height: auto;
  }



  #s-062f892b-675b-4dd1-af71-b60ed45bd7c0 img.shogun-image {
    

    
    
    
  }


#s-062f892b-675b-4dd1-af71-b60ed45bd7c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-efed8cbf-ebaa-4523-a43b-3e562d10239b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-efed8cbf-ebaa-4523-a43b-3e562d10239b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efed8cbf-ebaa-4523-a43b-3e562d10239b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0935e9f-cc44-4478-a8d7-60dc1d134087 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d0935e9f-cc44-4478-a8d7-60dc1d134087 img.shogun-image,
  #s-d0935e9f-cc44-4478-a8d7-60dc1d134087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0935e9f-cc44-4478-a8d7-60dc1d134087 {
    width: 100%;
    height: auto;
  }



  #s-d0935e9f-cc44-4478-a8d7-60dc1d134087 img.shogun-image {
    

    
    
    
  }


#s-d0935e9f-cc44-4478-a8d7-60dc1d134087 .shogun-image-content {
  
    align-items: center;
  
}

#s-232af112-9e4f-46cd-a13a-fb5d9c164797 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-232af112-9e4f-46cd-a13a-fb5d9c164797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-232af112-9e4f-46cd-a13a-fb5d9c164797.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4783dd47-6d02-4eb5-bfff-2dd00800f816 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4783dd47-6d02-4eb5-bfff-2dd00800f816 img.shogun-image,
  #s-4783dd47-6d02-4eb5-bfff-2dd00800f816 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4783dd47-6d02-4eb5-bfff-2dd00800f816 {
    width: 100%;
    height: auto;
  }



  #s-4783dd47-6d02-4eb5-bfff-2dd00800f816 img.shogun-image {
    

    
    
    
  }


#s-4783dd47-6d02-4eb5-bfff-2dd00800f816 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff11adc6-3089-44f2-be73-0c2fd4de1714 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ff11adc6-3089-44f2-be73-0c2fd4de1714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff11adc6-3089-44f2-be73-0c2fd4de1714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f33e20e3-6240-4aaf-bf80-880289197a6a {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f33e20e3-6240-4aaf-bf80-880289197a6a img.shogun-image,
  #s-f33e20e3-6240-4aaf-bf80-880289197a6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f33e20e3-6240-4aaf-bf80-880289197a6a {
    width: 100%;
    height: auto;
  }



  #s-f33e20e3-6240-4aaf-bf80-880289197a6a img.shogun-image {
    

    
    
    
  }


#s-f33e20e3-6240-4aaf-bf80-880289197a6a .shogun-image-content {
  
    align-items: center;
  
}

#s-ce195761-e921-4d66-b17f-17afadb05920 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ce195761-e921-4d66-b17f-17afadb05920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce195761-e921-4d66-b17f-17afadb05920.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-575ab6d2-086d-494f-93f9-82b62d5d54b2 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-575ab6d2-086d-494f-93f9-82b62d5d54b2 img.shogun-image,
  #s-575ab6d2-086d-494f-93f9-82b62d5d54b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-575ab6d2-086d-494f-93f9-82b62d5d54b2 {
    width: 100%;
    height: auto;
  }



  #s-575ab6d2-086d-494f-93f9-82b62d5d54b2 img.shogun-image {
    

    
    
    
  }


#s-575ab6d2-086d-494f-93f9-82b62d5d54b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-588e92f9-1837-4af8-a6d4-9a3c5f2e4351 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
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;
min-height: 6px;
}

@media (min-width: 0px) {
[id="s-588e92f9-1837-4af8-a6d4-9a3c5f2e4351"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-588e92f9-1837-4af8-a6d4-9a3c5f2e4351"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-588e92f9-1837-4af8-a6d4-9a3c5f2e4351"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-588e92f9-1837-4af8-a6d4-9a3c5f2e4351"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-be144f81-b4f9-4767-a2dd-db21f5339db6 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-be144f81-b4f9-4767-a2dd-db21f5339db6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be144f81-b4f9-4767-a2dd-db21f5339db6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35078893-f658-4b1b-8801-7a98ef3ed415 {
  text-align: center;
}







  #s-35078893-f658-4b1b-8801-7a98ef3ed415 img.shogun-image {
    

    
    
    
  }


#s-35078893-f658-4b1b-8801-7a98ef3ed415 .shogun-image-content {
  
    align-items: center;
  
}

#s-339c88b4-246a-4322-af0d-1781159bf7f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-339c88b4-246a-4322-af0d-1781159bf7f7 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e8961c0b-4265-4a03-bfd4-f47a1580396f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-e8961c0b-4265-4a03-bfd4-f47a1580396f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8961c0b-4265-4a03-bfd4-f47a1580396f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55565ac2-db9f-4ce1-b247-a7e1035b7150 {
  text-align: center;
}







  #s-55565ac2-db9f-4ce1-b247-a7e1035b7150 img.shogun-image {
    

    
    
    
  }


#s-55565ac2-db9f-4ce1-b247-a7e1035b7150 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bbfa213-02b1-41ba-b44b-f4aa65d4fea0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bbfa213-02b1-41ba-b44b-f4aa65d4fea0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-64fb4635-5384-4743-ae59-77db71ea0b39 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-64fb4635-5384-4743-ae59-77db71ea0b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64fb4635-5384-4743-ae59-77db71ea0b39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c06d1bb2-0ce0-43b8-81ae-165fb8de2329 {
  text-align: center;
}







  #s-c06d1bb2-0ce0-43b8-81ae-165fb8de2329 img.shogun-image {
    

    
    
    
  }


#s-c06d1bb2-0ce0-43b8-81ae-165fb8de2329 .shogun-image-content {
  
    align-items: center;
  
}

#s-30ddd6be-5eec-4ec2-af66-e4feb3b3f037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30ddd6be-5eec-4ec2-af66-e4feb3b3f037 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-1c7fef51-946e-4d43-9bd7-866c94937f68 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-1c7fef51-946e-4d43-9bd7-866c94937f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c7fef51-946e-4d43-9bd7-866c94937f68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9387b623-0544-4d5c-bcf8-0a209f88cc26 {
  text-align: center;
}







  #s-9387b623-0544-4d5c-bcf8-0a209f88cc26 img.shogun-image {
    

    
    
    
  }


#s-9387b623-0544-4d5c-bcf8-0a209f88cc26 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c1a243e-2711-4e73-bab4-3411ea719ca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c1a243e-2711-4e73-bab4-3411ea719ca4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-22d41668-5723-4134-bde1-5f7653d6b487 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-22d41668-5723-4134-bde1-5f7653d6b487 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d41668-5723-4134-bde1-5f7653d6b487.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f369d96-fcd0-4048-a3a3-54adcc77d60a {
  text-align: center;
}







  #s-1f369d96-fcd0-4048-a3a3-54adcc77d60a img.shogun-image {
    

    
    
    
  }


#s-1f369d96-fcd0-4048-a3a3-54adcc77d60a .shogun-image-content {
  
    align-items: center;
  
}

#s-e59515a4-9686-4786-8d3f-2ece76256d00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e59515a4-9686-4786-8d3f-2ece76256d00 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-c4426800-08f0-4777-be0b-9d7b6273cc64 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c4426800-08f0-4777-be0b-9d7b6273cc64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4426800-08f0-4777-be0b-9d7b6273cc64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd4eb0af-0b90-4542-b794-d38f11136aae {
  text-align: center;
}







  #s-bd4eb0af-0b90-4542-b794-d38f11136aae img.shogun-image {
    

    
    
    
  }


#s-bd4eb0af-0b90-4542-b794-d38f11136aae .shogun-image-content {
  
    align-items: center;
  
}

#s-319b3667-f617-40e1-b2bc-91d04133b307 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-319b3667-f617-40e1-b2bc-91d04133b307 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



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

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

#s-06d97bbf-1a49-4cf7-9f98-cfae95a39069 hr {
  border-top: 1px solid rgba(231, 235, 240, 1);
}

#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9264bd-6fac-44c2-bfc9-549337f9cb03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7cdf637-8e31-4b90-affb-31d8cd9c9262 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7cdf637-8e31-4b90-affb-31d8cd9c9262 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



@media (min-width: 0px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-be31c991-e1d2-432f-8f6c-295f1e1803df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-13b58edf-4027-45e7-89d7-889d8712d4b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a {
  cursor: pointer;
}#s-77a1a6ca-c657-457b-8a98-e7d4b770d02a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5120d25-c346-4143-9d7d-bc4d2c7b64c8 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-f5120d25-c346-4143-9d7d-bc4d2c7b64c8 img.shogun-image {
    

    
    
    
  }


#s-f5120d25-c346-4143-9d7d-bc4d2c7b64c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-68d3c43d-817d-4d2d-ad01-6607ea29eb4b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b {
  cursor: pointer;
}#s-a3608fa6-b04e-491e-880d-5acc4ed9e96b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b36909f-7141-4ddd-b49b-a28655abafd3 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-1b36909f-7141-4ddd-b49b-a28655abafd3 img.shogun-image {
    

    
    
    
  }


#s-1b36909f-7141-4ddd-b49b-a28655abafd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-66565b39-4093-4c2f-b636-d8ffabf6a78a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-66565b39-4093-4c2f-b636-d8ffabf6a78a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679 {
  cursor: pointer;
}#s-638a68ba-ee51-4519-b3dd-0e22d8cb7679.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcf3d3f9-5421-47dc-8d07-96955e698cda {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-bcf3d3f9-5421-47dc-8d07-96955e698cda img.shogun-image {
    

    
    
    
  }


#s-bcf3d3f9-5421-47dc-8d07-96955e698cda .shogun-image-content {
  
    align-items: center;
  
}

#s-7f098333-00e2-4d65-9ea6-bfebe201af64 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-7f098333-00e2-4d65-9ea6-bfebe201af64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-186cc6fd-2da2-4798-8d5c-92058dabe871"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-655fed5b-e044-4d72-8662-4c4642ed767d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-655fed5b-e044-4d72-8662-4c4642ed767d {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-655fed5b-e044-4d72-8662-4c4642ed767d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-655fed5b-e044-4d72-8662-4c4642ed767d {
  cursor: pointer;
}#s-655fed5b-e044-4d72-8662-4c4642ed767d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf2f40ff-5d0a-4b4b-9224-b95db07da141 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-bf2f40ff-5d0a-4b4b-9224-b95db07da141 img.shogun-image {
    

    
    
    
  }


#s-bf2f40ff-5d0a-4b4b-9224-b95db07da141 .shogun-image-content {
  
    align-items: center;
  
}

#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-06ea8759-bb06-4e5a-85a0-234e6e8a8396 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298 {
  cursor: pointer;
}#s-aa14fc36-8dcc-484f-98d6-c06fcd9ac298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b201ae82-1a6d-4a3f-9256-dac659152b07 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-b201ae82-1a6d-4a3f-9256-dac659152b07 img.shogun-image {
    

    
    
    
  }


#s-b201ae82-1a6d-4a3f-9256-dac659152b07 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-4ded41e9-1c4f-40cd-96f1-690476e75ddb .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-0bc7be5e-5069-43da-b526-ab813f246213 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-0bc7be5e-5069-43da-b526-ab813f246213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc7be5e-5069-43da-b526-ab813f246213 {
  cursor: pointer;
}#s-0bc7be5e-5069-43da-b526-ab813f246213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29579172-61c5-436c-9ab3-e18312787d88 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-29579172-61c5-436c-9ab3-e18312787d88 img.shogun-image {
    

    
    
    
  }


#s-29579172-61c5-436c-9ab3-e18312787d88 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a3a690a6-52e5-47fb-8d2b-64ea2a6b7d99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4dc537f-75a6-4ec6-a4d1-ede2cc3016c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-80ddebcb-faa8-481c-beb1-b72dd947d4f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5496e668-4422-4e9b-8952-cbf05ee26fe0 {
  cursor: pointer;
}#s-5496e668-4422-4e9b-8952-cbf05ee26fe0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4082a31-1638-43c9-a5e7-2fa397f79200 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-f4082a31-1638-43c9-a5e7-2fa397f79200 img.shogun-image {
    

    
    
    
  }


#s-f4082a31-1638-43c9-a5e7-2fa397f79200 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-c1efa7b1-a8e8-44aa-aa7d-f516a012fb39 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-33023101-cffc-45fc-b63e-ddd8e8c77501 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-33023101-cffc-45fc-b63e-ddd8e8c77501 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-33023101-cffc-45fc-b63e-ddd8e8c77501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33023101-cffc-45fc-b63e-ddd8e8c77501 {
  cursor: pointer;
}#s-33023101-cffc-45fc-b63e-ddd8e8c77501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-690a6937-e548-46c6-80f3-64152741adf2 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-690a6937-e548-46c6-80f3-64152741adf2 img.shogun-image {
    

    
    
    
  }


#s-690a6937-e548-46c6-80f3-64152741adf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-890a65af-4fd2-4ad7-bc42-fb6d0a8ab871 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-c1a0e590-9956-4444-a175-cb028fc061f6 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-c1a0e590-9956-4444-a175-cb028fc061f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1a0e590-9956-4444-a175-cb028fc061f6 {
  cursor: pointer;
}#s-c1a0e590-9956-4444-a175-cb028fc061f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9168ed90-cdff-44de-913f-2058abe249e0 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-9168ed90-cdff-44de-913f-2058abe249e0 img.shogun-image {
    

    
    
    
  }


#s-9168ed90-cdff-44de-913f-2058abe249e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-27dd376c-034a-42fb-972b-5e7cbb276844 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-27dd376c-034a-42fb-972b-5e7cbb276844 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e2d19952-90e5-4393-a322-bd95b223b318"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e261a96d-4c9e-4810-858a-585dc038d251 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-e261a96d-4c9e-4810-858a-585dc038d251 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-e261a96d-4c9e-4810-858a-585dc038d251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e261a96d-4c9e-4810-858a-585dc038d251 {
  cursor: pointer;
}#s-e261a96d-4c9e-4810-858a-585dc038d251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e53ce3e-2559-41bd-88a5-53f4c34b0681 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-9e53ce3e-2559-41bd-88a5-53f4c34b0681 img.shogun-image {
    

    
    
    
  }


#s-9e53ce3e-2559-41bd-88a5-53f4c34b0681 .shogun-image-content {
  
    align-items: center;
  
}

#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-be1b2188-beb5-45be-b5e4-3300565d7cb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d {
  cursor: pointer;
}#s-c7cbb54e-54d9-4177-84c3-0a71ca91eb0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fde9226-7838-4630-ab94-0f0f7b4bbab2 {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-9fde9226-7838-4630-ab94-0f0f7b4bbab2 img.shogun-image {
    

    
    
    
  }


#s-9fde9226-7838-4630-ab94-0f0f7b4bbab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a2ad747-046e-4858-94f1-455c0ff092e3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-1a2ad747-046e-4858-94f1-455c0ff092e3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-50483bf1-ed66-4df7-b554-59cc4623be1a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-50483bf1-ed66-4df7-b554-59cc4623be1a {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-50483bf1-ed66-4df7-b554-59cc4623be1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50483bf1-ed66-4df7-b554-59cc4623be1a {
  cursor: pointer;
}#s-50483bf1-ed66-4df7-b554-59cc4623be1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0cf6ec2-a811-44e6-878b-d3f84339095f {
  margin-top: 10px;
margin-bottom: 10px;
border-radius: 500px;
text-align: center;
}







  #s-e0cf6ec2-a811-44e6-878b-d3f84339095f img.shogun-image {
    

    
    
    
  }


#s-e0cf6ec2-a811-44e6-878b-d3f84339095f .shogun-image-content {
  
    align-items: center;
  
}

#s-b30662e3-10a3-4235-af9c-dea07e0cf012 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-b30662e3-10a3-4235-af9c-dea07e0cf012 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-0aad4a70-4c48-4fba-8412-8ea88b6049d5 {
  min-height: 50px;
}








#s-0aad4a70-4c48-4fba-8412-8ea88b6049d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aad4a70-4c48-4fba-8412-8ea88b6049d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef93356b-9dc5-4d92-bced-f697bccd2ec6 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-ef93356b-9dc5-4d92-bced-f697bccd2ec6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ef93356b-9dc5-4d92-bced-f697bccd2ec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-178cfb33-39d7-44fc-ba2f-92ae9900e564 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}
@media (max-width: 767px){#s-178cfb33-39d7-44fc-ba2f-92ae9900e564 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-178cfb33-39d7-44fc-ba2f-92ae9900e564, #wrap-s-178cfb33-39d7-44fc-ba2f-92ae9900e564 { display: none !important; }}







#s-178cfb33-39d7-44fc-ba2f-92ae9900e564 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-178cfb33-39d7-44fc-ba2f-92ae9900e564.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-f4fd0340-910a-470e-8223-8e62d6ab55b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-6e07f4da-6541-4bbb-9474-d05cf39b4611 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}
@media (max-width: 767px){#s-6e07f4da-6541-4bbb-9474-d05cf39b4611 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6e07f4da-6541-4bbb-9474-d05cf39b4611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e07f4da-6541-4bbb-9474-d05cf39b4611.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3632a08d-d8d7-4f36-a8c8-256377164032 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-3632a08d-d8d7-4f36-a8c8-256377164032 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-f79d454e-59e7-45f0-99ea-62e21769ce39 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}
@media (max-width: 767px){#s-f79d454e-59e7-45f0-99ea-62e21769ce39 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-f79d454e-59e7-45f0-99ea-62e21769ce39, #wrap-s-f79d454e-59e7-45f0-99ea-62e21769ce39 { display: none !important; }}







#s-f79d454e-59e7-45f0-99ea-62e21769ce39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79d454e-59e7-45f0-99ea-62e21769ce39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-95cf496b-23e8-41f7-9d88-c6cfb1108a77 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f {
  margin-left: 8%;
margin-right: 8%;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f {
  display: none;
}
#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f, #wrap-s-e870482c-1c32-4ad6-a6f2-a2ca5711241f { display: none !important; }}@media (max-width: 767px){#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f {
  display: none;
}
#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f, #wrap-s-e870482c-1c32-4ad6-a6f2-a2ca5711241f { display: none !important; }}







#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e870482c-1c32-4ad6-a6f2-a2ca5711241f.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-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb3ab782-6cb8-4eb0-bddd-b54aec220b84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-df05a0a3-4781-4ec8-b63d-3b3180f2f824 {
  text-align: center;
opacity: 1;
}
#s-df05a0a3-4781-4ec8-b63d-3b3180f2f824:hover {opacity: 1 !important;}






  #s-df05a0a3-4781-4ec8-b63d-3b3180f2f824 img.shogun-image {
    

    
    
    
  }


#s-df05a0a3-4781-4ec8-b63d-3b3180f2f824 .shogun-image-content {
  
    align-items: center;
  
}

#s-57336b7d-5ce8-48dc-9bff-125d0aa32908 {
  text-align: center;
}







  #s-57336b7d-5ce8-48dc-9bff-125d0aa32908 img.shogun-image {
    

    
    
    
  }


#s-57336b7d-5ce8-48dc-9bff-125d0aa32908 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3496777-404b-41d3-8e26-e548ff5730f5 {
  text-align: center;
}







  #s-f3496777-404b-41d3-8e26-e548ff5730f5 img.shogun-image {
    

    
    
    
  }


#s-f3496777-404b-41d3-8e26-e548ff5730f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa21b33c-4717-4e57-aabd-dc27ade5df61 {
  text-align: center;
}







  #s-fa21b33c-4717-4e57-aabd-dc27ade5df61 img.shogun-image {
    

    
    
    
  }


#s-fa21b33c-4717-4e57-aabd-dc27ade5df61 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a25830c8-5311-4e83-9fb7-7943cc0e1cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-947759f0-ae95-4ae4-9cfa-54930c95e9ad {
  margin-top: -36px;
margin-bottom: -36px;
text-align: center;
}







  #s-947759f0-ae95-4ae4-9cfa-54930c95e9ad img.shogun-image {
    

    
    
    
  }


#s-947759f0-ae95-4ae4-9cfa-54930c95e9ad .shogun-image-content {
  
    align-items: center;
  
}

#s-3a51766a-9a4c-4337-a2d9-5e0fae3ac9ba {
  margin-top: 44px;
margin-bottom: 44px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-3a51766a-9a4c-4337-a2d9-5e0fae3ac9ba img.shogun-image {
    

    
    
    
  }


#s-3a51766a-9a4c-4337-a2d9-5e0fae3ac9ba .shogun-image-content {
  
    align-items: center;
  
}

#s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 {
  margin-top: -36px;
margin-bottom: -36px;
text-align: center;
}







  #s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 img.shogun-image {
    

    
    
    
  }


#s-3a68e25c-dbf5-4987-9d93-0e66d3ef6071 .shogun-image-content {
  
    align-items: center;
  
}

#s-aac9c507-892e-4157-a62e-32fcb56d429a {
  margin-top: 44px;
margin-bottom: 44px;
text-align: center;
}







  #s-aac9c507-892e-4157-a62e-32fcb56d429a img.shogun-image {
    

    
    
    
  }


#s-aac9c507-892e-4157-a62e-32fcb56d429a .shogun-image-content {
  
    align-items: center;
  
}

#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 {
  display: none;
}
#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819, #wrap-s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 {
  display: none;
}
#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819, #wrap-s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 {
  
}
}@media (max-width: 767px){#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 {
  
}
}
#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 {
  background-image: url();
}








#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29e81f90-61ac-4dda-b43c-9aa9e8ea0819.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1abbecf8-012a-4396-8af7-36f3ccb95745 {
  min-height: 50px;
}








#s-1abbecf8-012a-4396-8af7-36f3ccb95745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1abbecf8-012a-4396-8af7-36f3ccb95745.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0b1676ae-7c9c-4cda-9750-7917d2c69610 {
  display: none;
}
#s-0b1676ae-7c9c-4cda-9750-7917d2c69610, #wrap-s-0b1676ae-7c9c-4cda-9750-7917d2c69610 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b1676ae-7c9c-4cda-9750-7917d2c69610 {
  display: none;
}
#s-0b1676ae-7c9c-4cda-9750-7917d2c69610, #wrap-s-0b1676ae-7c9c-4cda-9750-7917d2c69610 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0b1676ae-7c9c-4cda-9750-7917d2c69610"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0b1676ae-7c9c-4cda-9750-7917d2c69610"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0b1676ae-7c9c-4cda-9750-7917d2c69610"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b1676ae-7c9c-4cda-9750-7917d2c69610"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-900287e6-3b16-484b-bbe6-a9dec8e2d816 {
  text-align: center;
}







  #s-900287e6-3b16-484b-bbe6-a9dec8e2d816 img.shogun-image {
    

    
    
    
  }


#s-900287e6-3b16-484b-bbe6-a9dec8e2d816 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b78b1e7-4eae-4b89-bab7-256ccd47af86 {
  text-align: center;
}







  #s-1b78b1e7-4eae-4b89-bab7-256ccd47af86 img.shogun-image {
    

    
    
    
  }


#s-1b78b1e7-4eae-4b89-bab7-256ccd47af86 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8a7ca46-a9f6-46d0-bab3-548f4b635d11 {
  text-align: center;
}
@media (max-width: 767px){#s-a8a7ca46-a9f6-46d0-bab3-548f4b635d11 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-a8a7ca46-a9f6-46d0-bab3-548f4b635d11 img.shogun-image {
    

    
    
    
  }


#s-a8a7ca46-a9f6-46d0-bab3-548f4b635d11 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a124ec0-9d83-479b-96f6-5588db8eeb7d {
  text-align: center;
}
@media (max-width: 767px){#s-8a124ec0-9d83-479b-96f6-5588db8eeb7d {
  padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-8a124ec0-9d83-479b-96f6-5588db8eeb7d img.shogun-image {
    

    
    
    
  }


#s-8a124ec0-9d83-479b-96f6-5588db8eeb7d .shogun-image-content {
  
    align-items: center;
  
}

#s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4 {
  display: none;
}
#s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4, #wrap-s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4 {
  display: none;
}
#s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4, #wrap-s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-26a3fb21-2e45-436e-9a2f-42fe78e2d6f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9f855438-7e32-45f2-ae22-87118f186115 {
  text-align: center;
}







  #s-9f855438-7e32-45f2-ae22-87118f186115 img.shogun-image {
    

    
    
    
  }


#s-9f855438-7e32-45f2-ae22-87118f186115 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3d692fc-9b9e-4da2-bed4-dc5f958bf288 {
  text-align: center;
}







  #s-c3d692fc-9b9e-4da2-bed4-dc5f958bf288 img.shogun-image {
    

    
    
    
  }


#s-c3d692fc-9b9e-4da2-bed4-dc5f958bf288 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9c3d61a-06fd-416c-a507-ea3671242c1c {
  text-align: center;
}
@media (max-width: 767px){#s-a9c3d61a-06fd-416c-a507-ea3671242c1c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-a9c3d61a-06fd-416c-a507-ea3671242c1c img.shogun-image {
    

    
    
    
  }


#s-a9c3d61a-06fd-416c-a507-ea3671242c1c .shogun-image-content {
  
    align-items: center;
  
}

#s-2e21e674-62de-47c6-8671-7e9cefa64295 {
  text-align: center;
}
@media (max-width: 767px){#s-2e21e674-62de-47c6-8671-7e9cefa64295 {
  padding-top: 15px;
padding-bottom: 15px;
}
}






  #s-2e21e674-62de-47c6-8671-7e9cefa64295 img.shogun-image {
    

    
    
    
  }


#s-2e21e674-62de-47c6-8671-7e9cefa64295 .shogun-image-content {
  
    align-items: center;
  
}

#s-003c71c4-788c-4993-a779-0f32057a2d61 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-003c71c4-788c-4993-a779-0f32057a2d61 {
  display: none;
}
#s-003c71c4-788c-4993-a779-0f32057a2d61, #wrap-s-003c71c4-788c-4993-a779-0f32057a2d61 { display: none !important; }}@media (max-width: 767px){#s-003c71c4-788c-4993-a779-0f32057a2d61 {
  display: none;
}
#s-003c71c4-788c-4993-a779-0f32057a2d61, #wrap-s-003c71c4-788c-4993-a779-0f32057a2d61 { display: none !important; }}
#s-003c71c4-788c-4993-a779-0f32057a2d61 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-003c71c4-788c-4993-a779-0f32057a2d61 .shg-sld-nav-button.shg-sld-left,
#s-003c71c4-788c-4993-a779-0f32057a2d61 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-efa10ce3-8e52-4cf0-ba8d-be1ec2964c6e {
  min-height: 50px;
}








#s-efa10ce3-8e52-4cf0-ba8d-be1ec2964c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efa10ce3-8e52-4cf0-ba8d-be1ec2964c6e.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-7dbb664c-72a8-48b0-8f33-8783496168e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dbb664c-72a8-48b0-8f33-8783496168e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7dbb664c-72a8-48b0-8f33-8783496168e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dbb664c-72a8-48b0-8f33-8783496168e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-43b91b8a-bd1a-4616-be5d-2907f7b4b9ee {
  text-align: center;
}







  #s-43b91b8a-bd1a-4616-be5d-2907f7b4b9ee img.shogun-image {
    

    
    
    
  }


#s-43b91b8a-bd1a-4616-be5d-2907f7b4b9ee .shogun-image-content {
  
    align-items: center;
  
}

#s-df633e0c-330a-4eea-ad3f-fab9158e3d77 {
  text-align: center;
}







  #s-df633e0c-330a-4eea-ad3f-fab9158e3d77 img.shogun-image {
    

    
    
    
  }


#s-df633e0c-330a-4eea-ad3f-fab9158e3d77 .shogun-image-content {
  
    align-items: center;
  
}

#s-607b32b4-9aff-4a59-9610-c9f4fe592f30 {
  text-align: center;
}







  #s-607b32b4-9aff-4a59-9610-c9f4fe592f30 img.shogun-image {
    

    
    
    
  }


#s-607b32b4-9aff-4a59-9610-c9f4fe592f30 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3f7fcf85-9328-408f-b83a-f190514e9d7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f7fcf85-9328-408f-b83a-f190514e9d7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3f7fcf85-9328-408f-b83a-f190514e9d7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f7fcf85-9328-408f-b83a-f190514e9d7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-49b2384b-158d-4b0c-8c1b-4f58b73ba2b3 {
  text-align: center;
}







  #s-49b2384b-158d-4b0c-8c1b-4f58b73ba2b3 img.shogun-image {
    

    
    
    
  }


#s-49b2384b-158d-4b0c-8c1b-4f58b73ba2b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1092a007-0fb5-4ff3-a4a0-9c20878303c3 {
  text-align: center;
}







  #s-1092a007-0fb5-4ff3-a4a0-9c20878303c3 img.shogun-image {
    

    
    
    
  }


#s-1092a007-0fb5-4ff3-a4a0-9c20878303c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bb62376-f9ae-4d8c-8e0c-5402c55562fc {
  text-align: center;
}







  #s-0bb62376-f9ae-4d8c-8e0c-5402c55562fc img.shogun-image {
    

    
    
    
  }


#s-0bb62376-f9ae-4d8c-8e0c-5402c55562fc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6f2fa495-b0e2-49bb-afe8-8027a2163996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f2fa495-b0e2-49bb-afe8-8027a2163996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f2fa495-b0e2-49bb-afe8-8027a2163996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f2fa495-b0e2-49bb-afe8-8027a2163996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-eaf0fbc8-edf5-4e8c-a97b-952fed03b224 {
  text-align: center;
}
#s-eaf0fbc8-edf5-4e8c-a97b-952fed03b224:hover {opacity: 1 !important;}






  #s-eaf0fbc8-edf5-4e8c-a97b-952fed03b224 img.shogun-image {
    

    
    
    
  }


#s-eaf0fbc8-edf5-4e8c-a97b-952fed03b224 .shogun-image-content {
  
    align-items: center;
  
}

#s-44a695ac-522d-4444-ac24-9498af8eb773 {
  text-align: center;
}







  #s-44a695ac-522d-4444-ac24-9498af8eb773 img.shogun-image {
    

    
    
    
  }


#s-44a695ac-522d-4444-ac24-9498af8eb773 .shogun-image-content {
  
    align-items: center;
  
}

#s-47ca31fc-1240-42f9-a075-c679fe57bc63 {
  text-align: center;
}







  #s-47ca31fc-1240-42f9-a075-c679fe57bc63 img.shogun-image {
    

    
    
    
  }


#s-47ca31fc-1240-42f9-a075-c679fe57bc63 .shogun-image-content {
  
    align-items: center;
  
}

#s-66474e4b-13a3-46b3-a49e-859e7665bad8 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
min-height: 50px;
}








#s-66474e4b-13a3-46b3-a49e-859e7665bad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7;
}#s-66474e4b-13a3-46b3-a49e-859e7665bad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e53992e2-19dd-4b6e-a283-dd5081f09877 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e53992e2-19dd-4b6e-a283-dd5081f09877 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e53992e2-19dd-4b6e-a283-dd5081f09877 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-e53992e2-19dd-4b6e-a283-dd5081f09877 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}
#s-d3915b28-7dc4-4a0d-bb9c-7e80b8d87768 {
  min-height: 50px;
}








#s-d3915b28-7dc4-4a0d-bb9c-7e80b8d87768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3915b28-7dc4-4a0d-bb9c-7e80b8d87768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 .shg-sld-dot {
  background-color: rgba(89, 89, 89, 1);
}

#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 .shg-sld-nav-button.shg-sld-left,
#s-32bd80d7-62ec-456a-88fa-dbe60cf186f9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(89, 89, 89, 1);
}

@media (min-width: 0px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f0a22f-b447-448d-8d23-8bb61d90bce0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-f0e5f7cf-cc67-498f-8014-61bf9b00aefa {
  text-align: center;
}







  #s-f0e5f7cf-cc67-498f-8014-61bf9b00aefa img.shogun-image {
    

    
    
    
  }


#s-f0e5f7cf-cc67-498f-8014-61bf9b00aefa .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-acb3b21b-e8f1-4192-98f4-899006eea253 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d5664aa3-10bd-4d1f-8321-a78a126f4b1a {
  text-align: center;
}







  #s-d5664aa3-10bd-4d1f-8321-a78a126f4b1a img.shogun-image {
    

    
    
    
  }


#s-d5664aa3-10bd-4d1f-8321-a78a126f4b1a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b5fe217-8087-4d80-8baa-e2227e4434de {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-92109550-f6d1-41a3-9505-ae0430c87660 {
  text-align: center;
}







  #s-92109550-f6d1-41a3-9505-ae0430c87660 img.shogun-image {
    

    
    
    
  }


#s-92109550-f6d1-41a3-9505-ae0430c87660 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3a9fae0-4859-4a41-a746-e614ab1536e3 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-fac2f1a9-3601-4b66-aebe-14f6e2ec6a21 {
  text-align: center;
}







  #s-fac2f1a9-3601-4b66-aebe-14f6e2ec6a21 img.shogun-image {
    

    
    
    
  }


#s-fac2f1a9-3601-4b66-aebe-14f6e2ec6a21 .shogun-image-content {
  
    align-items: center;
  
}

#s-24c7877e-cf0e-4d7d-a171-083879b1b528 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9d3ded45-6202-4045-be74-06a1745b0203 {
  text-align: center;
}







  #s-9d3ded45-6202-4045-be74-06a1745b0203 img.shogun-image {
    

    
    
    
  }


#s-9d3ded45-6202-4045-be74-06a1745b0203 .shogun-image-content {
  
    align-items: center;
  
}

#s-1054ba98-f641-4bc6-a2bc-9e3fa23d93ea {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-6335c2b8-74f1-454e-8fc6-194712705321 {
  text-align: center;
}







  #s-6335c2b8-74f1-454e-8fc6-194712705321 img.shogun-image {
    

    
    
    
  }


#s-6335c2b8-74f1-454e-8fc6-194712705321 .shogun-image-content {
  
    align-items: center;
  
}

#s-704bcd11-62c5-4a67-bafc-198fc20d562a {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82817fdb-c122-41ea-accb-41d05ae9460f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-03f61be8-2ab1-474a-bcbd-540335b80cd0 {
  text-align: center;
}







  #s-03f61be8-2ab1-474a-bcbd-540335b80cd0 img.shogun-image {
    

    
    
    
  }


#s-03f61be8-2ab1-474a-bcbd-540335b80cd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-29230954-22e2-4fac-87f6-86f731a34dc5 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-5b6ef693-59da-4750-be5e-ae2582a81889 {
  text-align: center;
}







  #s-5b6ef693-59da-4750-be5e-ae2582a81889 img.shogun-image {
    

    
    
    
  }


#s-5b6ef693-59da-4750-be5e-ae2582a81889 .shogun-image-content {
  
    align-items: center;
  
}

#s-c171bcc9-6941-40b0-97e6-0c43338f9929 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e86d8de8-1193-46bf-9682-2680a240189b {
  text-align: center;
}







  #s-e86d8de8-1193-46bf-9682-2680a240189b img.shogun-image {
    

    
    
    
  }


#s-e86d8de8-1193-46bf-9682-2680a240189b .shogun-image-content {
  
    align-items: center;
  
}

#s-b9eaef87-ed15-430c-90e5-e67a0dda07f1 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-41c8e14b-c917-4e65-8084-72fb08138f6d {
  text-align: center;
}







  #s-41c8e14b-c917-4e65-8084-72fb08138f6d img.shogun-image {
    

    
    
    
  }


#s-41c8e14b-c917-4e65-8084-72fb08138f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-bd43e3bd-5009-4200-b2d8-4836d9dc3f4a {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-df1fed6c-82bf-4ec1-8624-7214fe7d176a {
  text-align: center;
}







  #s-df1fed6c-82bf-4ec1-8624-7214fe7d176a img.shogun-image {
    

    
    
    
  }


#s-df1fed6c-82bf-4ec1-8624-7214fe7d176a .shogun-image-content {
  
    align-items: center;
  
}

#s-cc4ef1f5-11c3-40b3-9546-9978e0a9e319 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a4b0e5a7-ce4a-4191-b9a9-8c4bbc664da8 {
  text-align: center;
}







  #s-a4b0e5a7-ce4a-4191-b9a9-8c4bbc664da8 img.shogun-image {
    

    
    
    
  }


#s-a4b0e5a7-ce4a-4191-b9a9-8c4bbc664da8 .shogun-image-content {
  
    align-items: center;
  
}

#s-24d02841-7bce-416e-ae98-1f55627d4e85 {
  margin-top: 5px;
margin-bottom: 5px;
}

.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-eff46bd0-25c9-4914-b433-8efbe1fcd447 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-eff46bd0-25c9-4914-b433-8efbe1fcd447:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eff46bd0-25c9-4914-b433-8efbe1fcd447:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-eff46bd0-25c9-4914-b433-8efbe1fcd447-root {
    text-align: center;
  }


#s-eff46bd0-25c9-4914-b433-8efbe1fcd447.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77309169-c4f1-4d7a-89ca-e9c941688320 {
  padding-top: 27px;
padding-bottom: 27px;
min-height: 50px;
}








#s-77309169-c4f1-4d7a-89ca-e9c941688320 > .shg-box-overlay {
  background-color: rgba(202, 198, 198, 1);
  opacity: 0.1;
}#s-77309169-c4f1-4d7a-89ca-e9c941688320.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37c5c731-95e0-4c24-932f-630ff39474a4 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37c5c731-95e0-4c24-932f-630ff39474a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-37c5c731-95e0-4c24-932f-630ff39474a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-37c5c731-95e0-4c24-932f-630ff39474a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}
#s-db37b211-5cbc-437b-82bd-fd66245da5d6 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-db37b211-5cbc-437b-82bd-fd66245da5d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-02aa0fa7-3896-4f24-9f42-a3d42020a20b {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}







  #s-02aa0fa7-3896-4f24-9f42-a3d42020a20b img.shogun-image {
    

    
    
    
  }


#s-02aa0fa7-3896-4f24-9f42-a3d42020a20b .shogun-image-content {
  
    align-items: center;
  
}

#s-3550120c-b988-4f2b-b204-df3f593cb9ec {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-3550120c-b988-4f2b-b204-df3f593cb9ec .shogun-heading-component h1 a {
  color: #000;
}

}
#s-8d6afb01-1fcf-497a-afed-07a71397c0d8 {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
text-align: center;
}







  #s-8d6afb01-1fcf-497a-afed-07a71397c0d8 img.shogun-image {
    

    
    
    
  }


#s-8d6afb01-1fcf-497a-afed-07a71397c0d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-d14bb588-06c3-4ca8-8eae-2135c3eecf79 .shogun-heading-component h1 a {
  color: #000;
}

}
#s-385e8ee9-ac90-4af5-9b0e-d9e0851e070b {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
text-align: center;
}







  #s-385e8ee9-ac90-4af5-9b0e-d9e0851e070b img.shogun-image {
    

    
    
    
  }


#s-385e8ee9-ac90-4af5-9b0e-d9e0851e070b .shogun-image-content {
  
    align-items: center;
  
}

#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-11be0cfa-fc5f-4ecb-9bc8-5765e261a14e .shogun-heading-component h1 a {
  color: #000;
}

}
#s-5629d8e6-5592-4f9f-95f9-3df4e4ead25a {
  box-shadow:2px 1px 1px 1px rgba(222, 222, 222, 1);
text-align: center;
}







  #s-5629d8e6-5592-4f9f-95f9-3df4e4ead25a img.shogun-image {
    

    
    
    
  }


#s-5629d8e6-5592-4f9f-95f9-3df4e4ead25a .shogun-image-content {
  
    align-items: center;
  
}

#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

@media (min-width: 1200px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 992px) and (max-width: 1199px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}@media (min-width: 768px) and (max-width: 991px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}@media (max-width: 767px){#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-21e04bd0-5d35-4a5c-8111-257e0ec4109d .shogun-heading-component h1 a {
  color: #000;
}

}
/*
  $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}
