.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-1b978c65-c368-4fe2-8d1f-2b407f699bfe {
  min-height: 50px;
}








#s-1b978c65-c368-4fe2-8d1f-2b407f699bfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b978c65-c368-4fe2-8d1f-2b407f699bfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ff1388b-36f9-4282-9034-64497316c6ed {
  text-align: left;
}
@media (min-width: 1200px){#s-5ff1388b-36f9-4282-9034-64497316c6ed {
  display: none;
}
#s-5ff1388b-36f9-4282-9034-64497316c6ed, #wrap-s-5ff1388b-36f9-4282-9034-64497316c6ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ff1388b-36f9-4282-9034-64497316c6ed {
  display: none;
}
#s-5ff1388b-36f9-4282-9034-64497316c6ed, #wrap-s-5ff1388b-36f9-4282-9034-64497316c6ed { display:none !important; }}@media (max-width: 767px){#s-5ff1388b-36f9-4282-9034-64497316c6ed {
  
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-6cd7745a-e039-4ae6-8200-8ab25713d053 {
  text-align: center;
}
@media (min-width: 1200px){#s-6cd7745a-e039-4ae6-8200-8ab25713d053 {
  display: none;
}
#s-6cd7745a-e039-4ae6-8200-8ab25713d053, #wrap-s-6cd7745a-e039-4ae6-8200-8ab25713d053 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cd7745a-e039-4ae6-8200-8ab25713d053 {
  display: none;
}
#s-6cd7745a-e039-4ae6-8200-8ab25713d053, #wrap-s-6cd7745a-e039-4ae6-8200-8ab25713d053 { display:none !important; }}






  #s-6cd7745a-e039-4ae6-8200-8ab25713d053 img.shogun-image {
    

    
    
    
  }


#s-6cd7745a-e039-4ae6-8200-8ab25713d053 .shogun-image-content {
  
    align-items: center;
  
}

#s-29cc0f87-3404-43fa-9d5a-cd3241a77302 {
  text-align: center;
}
@media (min-width: 1200px){#s-29cc0f87-3404-43fa-9d5a-cd3241a77302 {
  display: none;
}
#s-29cc0f87-3404-43fa-9d5a-cd3241a77302, #wrap-s-29cc0f87-3404-43fa-9d5a-cd3241a77302 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29cc0f87-3404-43fa-9d5a-cd3241a77302 {
  display: none;
}
#s-29cc0f87-3404-43fa-9d5a-cd3241a77302, #wrap-s-29cc0f87-3404-43fa-9d5a-cd3241a77302 { display:none !important; }}






  #s-29cc0f87-3404-43fa-9d5a-cd3241a77302 img.shogun-image {
    

    
    
    
  }


#s-29cc0f87-3404-43fa-9d5a-cd3241a77302 .shogun-image-content {
  
    align-items: center;
  
}

#s-636c9d5e-ecf0-4f46-91bf-02ba449fa36f {
  min-height: 50px;
}








#s-636c9d5e-ecf0-4f46-91bf-02ba449fa36f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-636c9d5e-ecf0-4f46-91bf-02ba449fa36f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8e1066d-6155-4da1-b307-71be2100ffa0 {
  text-align: left;
}
@media (min-width: 1200px){#s-b8e1066d-6155-4da1-b307-71be2100ffa0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8e1066d-6155-4da1-b307-71be2100ffa0 {
  display: none;
}
#s-b8e1066d-6155-4da1-b307-71be2100ffa0, #wrap-s-b8e1066d-6155-4da1-b307-71be2100ffa0 { display:none !important; }}@media (max-width: 767px){#s-b8e1066d-6155-4da1-b307-71be2100ffa0 {
  display: none;
}
#s-b8e1066d-6155-4da1-b307-71be2100ffa0, #wrap-s-b8e1066d-6155-4da1-b307-71be2100ffa0 { display:none !important; }}
#s-96fab272-f5e3-4325-8260-a5094831fe5b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-96fab272-f5e3-4325-8260-a5094831fe5b {
  display: none;
}
#s-96fab272-f5e3-4325-8260-a5094831fe5b, #wrap-s-96fab272-f5e3-4325-8260-a5094831fe5b { display:none !important; }}@media (max-width: 767px){#s-96fab272-f5e3-4325-8260-a5094831fe5b {
  display: none;
}
#s-96fab272-f5e3-4325-8260-a5094831fe5b, #wrap-s-96fab272-f5e3-4325-8260-a5094831fe5b { display:none !important; }}






  #s-96fab272-f5e3-4325-8260-a5094831fe5b img.shogun-image {
    

    
    
    
  }


#s-96fab272-f5e3-4325-8260-a5094831fe5b .shogun-image-content {
  
    align-items: center;
  
}

#s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766 {
  display: none;
}
#s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766, #wrap-s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766 { display:none !important; }}@media (max-width: 767px){#s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766 {
  display: none;
}
#s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766, #wrap-s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766 { display:none !important; }}






  #s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766 img.shogun-image {
    

    
    
    
  }


#s-d94ce8fe-f299-4acb-86cf-32ff4a0a1766 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6a3628e-d821-4d61-b8de-d1ec827c1bf6 {
  min-height: 50px;
background-color: rgba(239, 243, 248, 1);
}








#s-c6a3628e-d821-4d61-b8de-d1ec827c1bf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6a3628e-d821-4d61-b8de-d1ec827c1bf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

#s-6f775c72-6d11-46ba-9861-6ed108e292cb {
  text-align: center;
}
@media (min-width: 1200px){#s-6f775c72-6d11-46ba-9861-6ed108e292cb {
  display: none;
}
#s-6f775c72-6d11-46ba-9861-6ed108e292cb, #wrap-s-6f775c72-6d11-46ba-9861-6ed108e292cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f775c72-6d11-46ba-9861-6ed108e292cb {
  display: none;
}
#s-6f775c72-6d11-46ba-9861-6ed108e292cb, #wrap-s-6f775c72-6d11-46ba-9861-6ed108e292cb { display:none !important; }}






  img.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
    
    
  }


.s-6f775c72-6d11-46ba-9861-6ed108e292cb .shogun-image-content {
  
    align-items: center;
  
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shg-align-container {
  text-align: center
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
    
    
  }


.s-6f775c72-6d11-46ba-9861-6ed108e292cb .shogun-image-content {
  
    align-items: center;
  
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shg-align-container {
  text-align: center
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
    
    
  }


.s-6f775c72-6d11-46ba-9861-6ed108e292cb .shogun-image-content {
  
    align-items: center;
  
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shg-align-container {
  text-align: center
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
    
    
  }


.s-6f775c72-6d11-46ba-9861-6ed108e292cb .shogun-image-content {
  
    align-items: center;
  
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shg-align-container {
  text-align: center
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
    
    
  }


.s-6f775c72-6d11-46ba-9861-6ed108e292cb .shogun-image-content {
  
    align-items: center;
  
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shg-align-container {
  text-align: center
}

.s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f775c72-6d11-46ba-9861-6ed108e292cb.shogun-image {
  box-sizing: border-box;
}


}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 768px) and (max-width: 991px){#s-469983bd-02d6-4a47-8cdd-2205ad15be7a {
  display: none;
}
#s-469983bd-02d6-4a47-8cdd-2205ad15be7a, #wrap-s-469983bd-02d6-4a47-8cdd-2205ad15be7a { display:none !important; }}@media (max-width: 767px){#s-469983bd-02d6-4a47-8cdd-2205ad15be7a {
  display: none;
}
#s-469983bd-02d6-4a47-8cdd-2205ad15be7a, #wrap-s-469983bd-02d6-4a47-8cdd-2205ad15be7a { display:none !important; }}
@media (min-width: 0px) {
[id="s-469983bd-02d6-4a47-8cdd-2205ad15be7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-469983bd-02d6-4a47-8cdd-2205ad15be7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-469983bd-02d6-4a47-8cdd-2205ad15be7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-469983bd-02d6-4a47-8cdd-2205ad15be7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-469983bd-02d6-4a47-8cdd-2205ad15be7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-469983bd-02d6-4a47-8cdd-2205ad15be7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-469983bd-02d6-4a47-8cdd-2205ad15be7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 {
  display: none;
}
#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74, #wrap-s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 { display:none !important; }}@media (max-width: 767px){#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 {
  display: none;
}
#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74, #wrap-s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 { display:none !important; }}






  img.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
    
    
  }


.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shg-align-container {
  text-align: center
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
    
    
  }


.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shg-align-container {
  text-align: center
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
    
    
  }


.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shg-align-container {
  text-align: center
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
    
    
  }


.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shg-align-container {
  text-align: center
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
    
    
  }


.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shg-align-container {
  text-align: center
}

.s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f79e3e3-d749-4374-90b8-d6bb8cec2e74.shogun-image {
  box-sizing: border-box;
}


}
#s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc {
  margin-top: -15px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc {
  display: none;
}
#s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc, #wrap-s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc { display:none !important; }}@media (max-width: 767px){#s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc {
  display: none;
}
#s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc, #wrap-s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc { display:none !important; }}







#s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a7ed8eb-d870-420d-8ca9-0a03d702c4bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ea41ede-451e-43a6-8e43-7a31e57e98dc {
  margin-top: 20px;
margin-bottom: 5px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-5ea41ede-451e-43a6-8e43-7a31e57e98dc {
  
}
}
#s-28d3c126-df2e-469d-93a1-10ee2a399505 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-28d3c126-df2e-469d-93a1-10ee2a399505 {
  display: none;
}
#s-28d3c126-df2e-469d-93a1-10ee2a399505, #wrap-s-28d3c126-df2e-469d-93a1-10ee2a399505 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28d3c126-df2e-469d-93a1-10ee2a399505 {
  display: none;
}
#s-28d3c126-df2e-469d-93a1-10ee2a399505, #wrap-s-28d3c126-df2e-469d-93a1-10ee2a399505 { display:none !important; }}
#s-a350dca1-3d31-4296-b4f2-8357fefac12a {
  margin-top: 31px;
margin-bottom: 31px;
min-height: 455px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a350dca1-3d31-4296-b4f2-8357fefac12a {
  display: none;
}
#s-a350dca1-3d31-4296-b4f2-8357fefac12a, #wrap-s-a350dca1-3d31-4296-b4f2-8357fefac12a { display:none !important; }}@media (max-width: 767px){#s-a350dca1-3d31-4296-b4f2-8357fefac12a {
  display: none;
}
#s-a350dca1-3d31-4296-b4f2-8357fefac12a, #wrap-s-a350dca1-3d31-4296-b4f2-8357fefac12a { display:none !important; }}







#s-a350dca1-3d31-4296-b4f2-8357fefac12a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a350dca1-3d31-4296-b4f2-8357fefac12a.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-f2403196-9924-43de-a242-0aa8b4211051"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2403196-9924-43de-a242-0aa8b4211051"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2403196-9924-43de-a242-0aa8b4211051"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2403196-9924-43de-a242-0aa8b4211051"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-015d1bc7-8795-4bb9-b897-9164f0b30d3a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 433px;
background-color: rgba(239, 243, 248, 1);
}








#s-015d1bc7-8795-4bb9-b897-9164f0b30d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-015d1bc7-8795-4bb9-b897-9164f0b30d3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a952c9e-be93-4e1a-9ca8-df28482948b3 {
  text-align: center;
opacity: 1;
}







  img.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
    
    
  }


.s-9a952c9e-be93-4e1a-9ca8-df28482948b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shg-align-container {
  text-align: center
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
    
    
  }


.s-9a952c9e-be93-4e1a-9ca8-df28482948b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shg-align-container {
  text-align: center
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
    
    
  }


.s-9a952c9e-be93-4e1a-9ca8-df28482948b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shg-align-container {
  text-align: center
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
    
    
  }


.s-9a952c9e-be93-4e1a-9ca8-df28482948b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shg-align-container {
  text-align: center
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
    
    
  }


.s-9a952c9e-be93-4e1a-9ca8-df28482948b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shg-align-container {
  text-align: center
}

.s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a952c9e-be93-4e1a-9ca8-df28482948b3.shogun-image {
  box-sizing: border-box;
}


}
#s-7feb902b-9cf3-4bff-a904-ceac513bf2c3 {
  margin-top: 20px;
margin-bottom: 5px;
max-width: 500px;
text-align: center;
}

#s-e3a39737-3ed1-4b38-acac-988109b9b7f6 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-c689571f-91cf-4fc0-9fa3-e586e027a458 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-11d76be5-617f-4f8d-b76a-795d0528de34 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-7fd81f7e-7798-4f79-ac4e-1613d6120361 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-7e174632-0757-42ae-bbaf-0cb9386d90b7 {
  margin-top: 5px;
margin-bottom: 20px;
text-align: center;
}

#s-8af72e51-caeb-4adf-b49f-3b36341a37d6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(239, 243, 248, 1);
}








#s-8af72e51-caeb-4adf-b49f-3b36341a37d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af72e51-caeb-4adf-b49f-3b36341a37d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8219e59-ab61-4467-8bc7-b0909ba8713b {
  text-align: center;
opacity: 1;
}







  img.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
    
    
  }


.s-e8219e59-ab61-4467-8bc7-b0909ba8713b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shg-align-container {
  text-align: center
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
    
    
  }


.s-e8219e59-ab61-4467-8bc7-b0909ba8713b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shg-align-container {
  text-align: center
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
    
    
  }


.s-e8219e59-ab61-4467-8bc7-b0909ba8713b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shg-align-container {
  text-align: center
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
    
    
  }


.s-e8219e59-ab61-4467-8bc7-b0909ba8713b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shg-align-container {
  text-align: center
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
    
    
  }


.s-e8219e59-ab61-4467-8bc7-b0909ba8713b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shg-align-container {
  text-align: center
}

.s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8219e59-ab61-4467-8bc7-b0909ba8713b.shogun-image {
  box-sizing: border-box;
}


}
#s-af0da9b5-e643-497c-82a9-2eb92d1c0314 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 433px;
background-color: rgba(239, 243, 248, 1);
}








#s-af0da9b5-e643-497c-82a9-2eb92d1c0314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af0da9b5-e643-497c-82a9-2eb92d1c0314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32b85ef2-2b5b-4127-91e6-bab210ccf826 {
  margin-top: 20px;
margin-bottom: 5px;
text-align: center;
}

#s-c723fda1-85ef-404d-8cd5-2c7d66298bf8 {
  text-align: center;
}

#s-14214cbb-b106-4afe-a1bf-f8877bac2164 {
  margin-top: 5px;
margin-bottom: 20px;
text-align: center;
}

#s-dd3d9b8b-3e3b-4693-babc-6934014c2ae3 {
  min-height: 50px;
}








#s-dd3d9b8b-3e3b-4693-babc-6934014c2ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd3d9b8b-3e3b-4693-babc-6934014c2ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a82371a-1092-474d-a7c4-0e46098c5543 {
  min-height: 50px;
}








#s-2a82371a-1092-474d-a7c4-0e46098c5543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a82371a-1092-474d-a7c4-0e46098c5543.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a20ddcb-5097-44de-be6f-d15c0add541c {
  min-height: 50px;
}








#s-6a20ddcb-5097-44de-be6f-d15c0add541c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a20ddcb-5097-44de-be6f-d15c0add541c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9688668-b36f-40a5-b0be-375bcdf8af9d {
  min-height: 50px;
}








#s-d9688668-b36f-40a5-b0be-375bcdf8af9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9688668-b36f-40a5-b0be-375bcdf8af9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c145d91-ee74-465b-863e-a44dd9f3c733 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(239, 243, 248, 1);
}








#s-1c145d91-ee74-465b-863e-a44dd9f3c733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c145d91-ee74-465b-863e-a44dd9f3c733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5e2cb9f-9bcd-4ed5-a0c2-64ee13ef2d23 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 433px;
background-color: rgba(239, 243, 248, 1);
}








#s-d5e2cb9f-9bcd-4ed5-a0c2-64ee13ef2d23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5e2cb9f-9bcd-4ed5-a0c2-64ee13ef2d23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76b9f6a5-5cd5-4132-a158-9139a0615ea0 {
  text-align: center;
opacity: 1;
}







  img.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
    
    
  }


.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shg-align-container {
  text-align: center
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
    
    
  }


.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shg-align-container {
  text-align: center
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
    
    
  }


.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shg-align-container {
  text-align: center
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
    
    
  }


.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shg-align-container {
  text-align: center
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
    
    
  }


.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shg-align-container {
  text-align: center
}

.s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76b9f6a5-5cd5-4132-a158-9139a0615ea0.shogun-image {
  box-sizing: border-box;
}


}
#s-5ed367a6-36cc-4a01-a741-48a5fcf620dc {
  margin-top: 20px;
margin-bottom: 5px;
text-align: center;
}

#s-8d653727-6395-4e67-a19a-9d373bfa883a {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-fd7fbece-091a-44ee-aeb3-555b67d8c306 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-46bda6f4-94cf-4334-8fac-d026351c8df5 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-782a2473-7d2f-4403-abb7-79c5400e0a37 {
  margin-top: 5px;
margin-bottom: 20px;
text-align: center;
}

#s-d0e4a3f9-aac9-41b2-b061-87b0f5f622fb {
  min-height: 50px;
}








#s-d0e4a3f9-aac9-41b2-b061-87b0f5f622fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0e4a3f9-aac9-41b2-b061-87b0f5f622fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f20ddf4b-65a9-4f06-a992-1b9d6358d25b {
  margin-top: -8px;
min-height: 50px;
}








#s-f20ddf4b-65a9-4f06-a992-1b9d6358d25b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f20ddf4b-65a9-4f06-a992-1b9d6358d25b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6 {
  margin-top: 31px;
margin-bottom: 31px;
min-height: 455px;
}
@media (min-width: 1200px){#s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6 {
  display: none;
}
#s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6, #wrap-s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6 {
  display: none;
}
#s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6, #wrap-s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6 { display:none !important; }}







#s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd90e8ad-52b9-41a9-b51c-d125dc6926b6.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-20ec617c-28b6-49f3-b6f7-c88202ef9180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20ec617c-28b6-49f3-b6f7-c88202ef9180"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20ec617c-28b6-49f3-b6f7-c88202ef9180"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20ec617c-28b6-49f3-b6f7-c88202ef9180"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc1ac860-2370-4511-ae28-56abcc7e461e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 433px;
background-color: rgba(239, 243, 248, 1);
}








#s-cc1ac860-2370-4511-ae28-56abcc7e461e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc1ac860-2370-4511-ae28-56abcc7e461e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad {
  text-align: center;
opacity: 1;
}







  img.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
    
    
  }


.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad .shogun-image-content {
  
    align-items: center;
  
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shg-align-container {
  text-align: center
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
    
    
  }


.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad .shogun-image-content {
  
    align-items: center;
  
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shg-align-container {
  text-align: center
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
    
    
  }


.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad .shogun-image-content {
  
    align-items: center;
  
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shg-align-container {
  text-align: center
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
    
    
  }


.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad .shogun-image-content {
  
    align-items: center;
  
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shg-align-container {
  text-align: center
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
    
    
  }


.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad .shogun-image-content {
  
    align-items: center;
  
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shg-align-container {
  text-align: center
}

.s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3028b1e-0bd3-4a68-ac37-e797bbd7eaad.shogun-image {
  box-sizing: border-box;
}


}
#s-ab61fd47-b73e-4a47-b247-1293d781ce48 {
  margin-top: 20px;
margin-bottom: 5px;
max-width: 500px;
text-align: center;
}

#s-3963d462-f595-46f8-8cbd-7e14e65da531 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-0ccb803b-743a-45dc-a46a-71a4eb0d9240 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-a0ebf9c3-877c-4af8-8bc5-30aab720bedf {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-3c5edc2b-041d-4fc7-a49a-7d7ceb0f69c0 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-cad718fe-9e83-4c4b-b068-3e59d889dde5 {
  margin-top: 5px;
margin-bottom: 20px;
text-align: center;
}

#s-5798347d-36ea-4d69-a9b4-5b728e17fb71 {
  min-height: 50px;
}








#s-5798347d-36ea-4d69-a9b4-5b728e17fb71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5798347d-36ea-4d69-a9b4-5b728e17fb71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60d7580d-65bf-4b2e-8202-a20131dbd3b3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(239, 243, 248, 1);
}








#s-60d7580d-65bf-4b2e-8202-a20131dbd3b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d7580d-65bf-4b2e-8202-a20131dbd3b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16edefc6-e556-47c5-a623-4c31d4b9fcbd {
  text-align: center;
opacity: 1;
}







  img.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
    
    
  }


.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd .shogun-image-content {
  
    align-items: center;
  
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shg-align-container {
  text-align: center
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
    
    
  }


.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd .shogun-image-content {
  
    align-items: center;
  
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shg-align-container {
  text-align: center
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
    
    
  }


.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd .shogun-image-content {
  
    align-items: center;
  
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shg-align-container {
  text-align: center
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
    
    
  }


.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd .shogun-image-content {
  
    align-items: center;
  
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shg-align-container {
  text-align: center
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
    
    
  }


.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd .shogun-image-content {
  
    align-items: center;
  
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shg-align-container {
  text-align: center
}

.s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16edefc6-e556-47c5-a623-4c31d4b9fcbd.shogun-image {
  box-sizing: border-box;
}


}
#s-d8173838-718f-4cde-a383-8ad6594c96f7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(239, 243, 248, 1);
}








#s-d8173838-718f-4cde-a383-8ad6594c96f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8173838-718f-4cde-a383-8ad6594c96f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dcfb582-0e26-4294-9d2d-39da93baebea {
  margin-top: 20px;
margin-bottom: 5px;
text-align: center;
}

#s-e0669c9a-dcda-43a0-924f-b7e0d1f405e8 {
  text-align: center;
}

#s-57c28cd7-90f4-4225-8fee-fc401955f836 {
  margin-top: 5px;
margin-bottom: 20px;
text-align: center;
}

#s-60d81144-3468-4de8-aa8b-5e9cb61e2a8f {
  min-height: 50px;
}








#s-60d81144-3468-4de8-aa8b-5e9cb61e2a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d81144-3468-4de8-aa8b-5e9cb61e2a8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2852253-5e6c-4d68-a28a-c06fdbec7136 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(239, 243, 248, 1);
}








#s-b2852253-5e6c-4d68-a28a-c06fdbec7136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2852253-5e6c-4d68-a28a-c06fdbec7136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71734c26-8f94-4da2-af86-4544280d042b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 433px;
background-color: rgba(239, 243, 248, 1);
}








#s-71734c26-8f94-4da2-af86-4544280d042b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71734c26-8f94-4da2-af86-4544280d042b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0 {
  text-align: center;
opacity: 1;
}







  img.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
    
    
  }


.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shg-align-container {
  text-align: center
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
    
    
  }


.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shg-align-container {
  text-align: center
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
    
    
  }


.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shg-align-container {
  text-align: center
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
    
    
  }


.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shg-align-container {
  text-align: center
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
    
    
  }


.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shg-align-container {
  text-align: center
}

.s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4237ec66-eb17-4840-ab82-cfc8d9ad74c0.shogun-image {
  box-sizing: border-box;
}


}
#s-72552343-8d4d-4177-99c9-0a289e3cc447 {
  margin-top: 20px;
margin-bottom: 5px;
text-align: center;
}

#s-078e0396-cb05-42be-8363-05821b81ce97 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-4c038b4f-30f5-44c6-bac5-7f88e4d40d14 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-69441099-8982-4d25-8ff6-7011378a3d97 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-3c75f9d2-5411-447b-9f94-147b1b50bc58 {
  margin-top: 5px;
margin-bottom: 20px;
text-align: center;
}

#s-4618731a-498f-47bf-bc76-1744f4b798f7 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4618731a-498f-47bf-bc76-1744f4b798f7 {
  display: none;
}
#s-4618731a-498f-47bf-bc76-1744f4b798f7, #wrap-s-4618731a-498f-47bf-bc76-1744f4b798f7 { display:none !important; }}@media (max-width: 767px){#s-4618731a-498f-47bf-bc76-1744f4b798f7 {
  display: none;
}
#s-4618731a-498f-47bf-bc76-1744f4b798f7, #wrap-s-4618731a-498f-47bf-bc76-1744f4b798f7 { display:none !important; }}






  img.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
    
    
  }


.s-4618731a-498f-47bf-bc76-1744f4b798f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shg-align-container {
  text-align: center
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
    
    
  }


.s-4618731a-498f-47bf-bc76-1744f4b798f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shg-align-container {
  text-align: center
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
    
    
  }


.s-4618731a-498f-47bf-bc76-1744f4b798f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shg-align-container {
  text-align: center
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
    
    
  }


.s-4618731a-498f-47bf-bc76-1744f4b798f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shg-align-container {
  text-align: center
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
    
    
  }


.s-4618731a-498f-47bf-bc76-1744f4b798f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shg-align-container {
  text-align: center
}

.s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4618731a-498f-47bf-bc76-1744f4b798f7.shogun-image {
  box-sizing: border-box;
}


}
#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d {
  display: none;
}
#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d, #wrap-s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d {
  display: none;
}
#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d, #wrap-s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d { display:none !important; }}






  img.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
    
    
  }


.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shg-align-container {
  text-align: center
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
    
    
  }


.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shg-align-container {
  text-align: center
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
    
    
  }


.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shg-align-container {
  text-align: center
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
    
    
  }


.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shg-align-container {
  text-align: center
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
    
    
  }


.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d .shogun-image-content {
  
    align-items: center;
  
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shg-align-container {
  text-align: center
}

.s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f43c2b6-16c9-4924-bf79-0a5677e64a4d.shogun-image {
  box-sizing: border-box;
}


}
#s-03d8dac5-cdeb-40b0-8b8d-9072bd2d1a6b {
  min-height: 50px;
}








#s-03d8dac5-cdeb-40b0-8b8d-9072bd2d1a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03d8dac5-cdeb-40b0-8b8d-9072bd2d1a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-3a902032-1428-4ede-a12e-94c45f8549de hr {
  border-top: 2px solid #ddd;
}

#s-fb70dcc4-de16-4ddd-abef-70c664768a14 {
  min-height: 50px;
}








#s-fb70dcc4-de16-4ddd-abef-70c664768a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb70dcc4-de16-4ddd-abef-70c664768a14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55d9d945-43c2-4921-90a7-0fb72b2edb16 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55d9d945-43c2-4921-90a7-0fb72b2edb16 {
  display: none;
}
#s-55d9d945-43c2-4921-90a7-0fb72b2edb16, #wrap-s-55d9d945-43c2-4921-90a7-0fb72b2edb16 { display:none !important; }}@media (max-width: 767px){#s-55d9d945-43c2-4921-90a7-0fb72b2edb16 {
  display: none;
}
#s-55d9d945-43c2-4921-90a7-0fb72b2edb16, #wrap-s-55d9d945-43c2-4921-90a7-0fb72b2edb16 { display:none !important; }}







#s-55d9d945-43c2-4921-90a7-0fb72b2edb16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d9d945-43c2-4921-90a7-0fb72b2edb16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20fbf997-a134-48cb-8d4a-71923c173c5f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-20fbf997-a134-48cb-8d4a-71923c173c5f {
  display: none;
}
#s-20fbf997-a134-48cb-8d4a-71923c173c5f, #wrap-s-20fbf997-a134-48cb-8d4a-71923c173c5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20fbf997-a134-48cb-8d4a-71923c173c5f {
  display: none;
}
#s-20fbf997-a134-48cb-8d4a-71923c173c5f, #wrap-s-20fbf997-a134-48cb-8d4a-71923c173c5f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20fbf997-a134-48cb-8d4a-71923c173c5f {
  
}
}@media (max-width: 767px){#s-20fbf997-a134-48cb-8d4a-71923c173c5f {
  
}
}







#s-20fbf997-a134-48cb-8d4a-71923c173c5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20fbf997-a134-48cb-8d4a-71923c173c5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d05474c6-fecd-47f6-8ddf-06cf5c6bfe0c {
  min-height: 50px;
}








#s-d05474c6-fecd-47f6-8ddf-06cf5c6bfe0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05474c6-fecd-47f6-8ddf-06cf5c6bfe0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-f96ba551-9842-45b8-b4a1-2086884d9db8 {
  
}
}
#s-97911f01-e7f8-4d36-9e1d-76e13602fa7a {
  min-height: 50px;
}








#s-97911f01-e7f8-4d36-9e1d-76e13602fa7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97911f01-e7f8-4d36-9e1d-76e13602fa7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24e583a6-4ab1-433d-a7dd-17d8a7116ef7 {
  min-height: 50px;
}








#s-24e583a6-4ab1-433d-a7dd-17d8a7116ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e583a6-4ab1-433d-a7dd-17d8a7116ef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
