.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-d550c87e-c550-4103-8d26-edc40ed447d1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d550c87e-c550-4103-8d26-edc40ed447d1 {
  display: none;
}
#s-d550c87e-c550-4103-8d26-edc40ed447d1, #wrap-s-d550c87e-c550-4103-8d26-edc40ed447d1 { display:none !important; }}@media (max-width: 767px){#s-d550c87e-c550-4103-8d26-edc40ed447d1 {
  display: none;
}
#s-d550c87e-c550-4103-8d26-edc40ed447d1, #wrap-s-d550c87e-c550-4103-8d26-edc40ed447d1 { display:none !important; }}







#s-d550c87e-c550-4103-8d26-edc40ed447d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d550c87e-c550-4103-8d26-edc40ed447d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 35px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3 {
  display: none;
}
#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3, #wrap-s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3 { display:none !important; }}@media (max-width: 767px){#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3 {
  display: none;
}
#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3, #wrap-s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3 { display:none !important; }}
#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3 {
  background-image: url(https://i.shgcdn.com/829107a6-fefd-46c9-ad46-ffa0e68c8424/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65debe09-90c8-4ebd-bd90-4a7fa327c8a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-236f97ab-f8a0-4d16-a7d6-622f0163501b {
  min-height: 50px;
}








#s-236f97ab-f8a0-4d16-a7d6-622f0163501b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236f97ab-f8a0-4d16-a7d6-622f0163501b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-97467313-428d-469b-b969-ca720533f51d {
  padding-left: 25px;
padding-right: 25px;
}

@media (min-width: 0px) {
[id="s-97467313-428d-469b-b969-ca720533f51d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97467313-428d-469b-b969-ca720533f51d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97467313-428d-469b-b969-ca720533f51d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97467313-428d-469b-b969-ca720533f51d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ccf92988-7fa4-4f43-b8a2-e76ba06cfe6b {
  min-height: 50px;
}








#s-ccf92988-7fa4-4f43-b8a2-e76ba06cfe6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccf92988-7fa4-4f43-b8a2-e76ba06cfe6b.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-3a2ae77c-c55e-45a1-a852-4c2fd9c7f5f9 {
  text-align: center;
}







  #s-3a2ae77c-c55e-45a1-a852-4c2fd9c7f5f9 img.shogun-image {
    

    
    
    
  }


#s-3a2ae77c-c55e-45a1-a852-4c2fd9c7f5f9 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-db542f69-ba41-445f-b4fb-c875f90c50ed {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
max-width: 200px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db542f69-ba41-445f-b4fb-c875f90c50ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db542f69-ba41-445f-b4fb-c875f90c50ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db542f69-ba41-445f-b4fb-c875f90c50ed-root {
    text-align: center;
  }


#s-db542f69-ba41-445f-b4fb-c875f90c50ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db542f69-ba41-445f-b4fb-c875f90c50ed-root {
    text-align: center;
  }


#s-db542f69-ba41-445f-b4fb-c875f90c50ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db542f69-ba41-445f-b4fb-c875f90c50ed-root {
    text-align: center;
  }


#s-db542f69-ba41-445f-b4fb-c875f90c50ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db542f69-ba41-445f-b4fb-c875f90c50ed-root {
    text-align: center;
  }


#s-db542f69-ba41-445f-b4fb-c875f90c50ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db542f69-ba41-445f-b4fb-c875f90c50ed-root {
    text-align: center;
  }


#s-db542f69-ba41-445f-b4fb-c875f90c50ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 14px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 {
  display: none;
}
#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6, #wrap-s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 {
  display: none;
}
#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6, #wrap-s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 { display:none !important; }}@media (max-width: 767px){#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 {
  display: none;
}
#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6, #wrap-s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 { display:none !important; }}
#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 {
  background-image: url(https://i.shgcdn.com/17f9fe39-22ec-4247-a291-41122fc82cbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e25e0ca-2581-48ba-b915-7c5f1dc3e0a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13097768-c40b-4c1a-bcdc-bec81bce199c {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
}

@media (min-width: 0px) {
[id="s-13097768-c40b-4c1a-bcdc-bec81bce199c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13097768-c40b-4c1a-bcdc-bec81bce199c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13097768-c40b-4c1a-bcdc-bec81bce199c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13097768-c40b-4c1a-bcdc-bec81bce199c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}








#s-3f3527da-3cb6-493c-bae5-35ff22dfaedc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f3527da-3cb6-493c-bae5-35ff22dfaedc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cf947b2c-0452-4dc3-85ea-8b41b2572800 {
  text-align: center;
}







  #s-cf947b2c-0452-4dc3-85ea-8b41b2572800 img.shogun-image {
    

    
    
    
  }


#s-cf947b2c-0452-4dc3-85ea-8b41b2572800 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-987ca328-ba48-4b82-a7b8-960b4dfb10bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-987ca328-ba48-4b82-a7b8-960b4dfb10bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-987ca328-ba48-4b82-a7b8-960b4dfb10bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-987ca328-ba48-4b82-a7b8-960b4dfb10bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db561e8c-49cb-4e80-8c04-37742ed1a207 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(20, 7, 1, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db561e8c-49cb-4e80-8c04-37742ed1a207:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db561e8c-49cb-4e80-8c04-37742ed1a207:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db561e8c-49cb-4e80-8c04-37742ed1a207-root {
    text-align: center;
  }


#s-db561e8c-49cb-4e80-8c04-37742ed1a207.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db561e8c-49cb-4e80-8c04-37742ed1a207-root {
    text-align: center;
  }


#s-db561e8c-49cb-4e80-8c04-37742ed1a207.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db561e8c-49cb-4e80-8c04-37742ed1a207-root {
    text-align: center;
  }


#s-db561e8c-49cb-4e80-8c04-37742ed1a207.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db561e8c-49cb-4e80-8c04-37742ed1a207-root {
    text-align: center;
  }


#s-db561e8c-49cb-4e80-8c04-37742ed1a207.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db561e8c-49cb-4e80-8c04-37742ed1a207-root {
    text-align: center;
  }


#s-db561e8c-49cb-4e80-8c04-37742ed1a207.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-e42ca98d-4ff1-49a1-bf67-0b13fb89366c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e42ca98d-4ff1-49a1-bf67-0b13fb89366c {
  
}
}@media (max-width: 767px){#s-e42ca98d-4ff1-49a1-bf67-0b13fb89366c {
  display: none;
}
#s-e42ca98d-4ff1-49a1-bf67-0b13fb89366c, #wrap-s-e42ca98d-4ff1-49a1-bf67-0b13fb89366c { display:none !important; }}







#s-e42ca98d-4ff1-49a1-bf67-0b13fb89366c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e42ca98d-4ff1-49a1-bf67-0b13fb89366c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec53d76f-f334-4428-811a-db4ef6fe2860 {
  text-align: center;
}







  #s-ec53d76f-f334-4428-811a-db4ef6fe2860 img.shogun-image {
    

    
    
    
  }


#s-ec53d76f-f334-4428-811a-db4ef6fe2860 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a690085e-23db-4d53-8cda-36b3df3a205c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a690085e-23db-4d53-8cda-36b3df3a205c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a690085e-23db-4d53-8cda-36b3df3a205c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a690085e-23db-4d53-8cda-36b3df3a205c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d6769a8e-ff21-4257-9e2e-d68057c94abf {
  min-height: 50px;
}








#s-d6769a8e-ff21-4257-9e2e-d68057c94abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6769a8e-ff21-4257-9e2e-d68057c94abf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f1ca3ed-7b8b-408c-85d3-84ca1dbb1ca0 {
  padding-top: 0px;
text-align: center;
}







  #s-8f1ca3ed-7b8b-408c-85d3-84ca1dbb1ca0 img.shogun-image {
    

    
    
    
  }


#s-8f1ca3ed-7b8b-408c-85d3-84ca1dbb1ca0 .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-fc45d62c-99c3-47a4-808b-535559aef1a1 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-right: 0%;
}

#s-419b79b0-afbc-4b10-b167-df1a095cb4e1 {
  margin-left: 40%;
margin-right: 40%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-419b79b0-afbc-4b10-b167-df1a095cb4e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-419b79b0-afbc-4b10-b167-df1a095cb4e1 {
  cursor: pointer;
}#s-419b79b0-afbc-4b10-b167-df1a095cb4e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c10f4c71-1ece-45bd-9e9c-dd8522c83c12 {
  min-height: 50px;
}








#s-c10f4c71-1ece-45bd-9e9c-dd8522c83c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c10f4c71-1ece-45bd-9e9c-dd8522c83c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6726a09a-6a2a-4d14-acbe-d81c373782f9 {
  margin-top: 117px;
min-height: 200px;
}
@media (min-width: 1200px){#s-6726a09a-6a2a-4d14-acbe-d81c373782f9 {
  display: none;
}
#s-6726a09a-6a2a-4d14-acbe-d81c373782f9, #wrap-s-6726a09a-6a2a-4d14-acbe-d81c373782f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6726a09a-6a2a-4d14-acbe-d81c373782f9 {
  display: none;
}
#s-6726a09a-6a2a-4d14-acbe-d81c373782f9, #wrap-s-6726a09a-6a2a-4d14-acbe-d81c373782f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6726a09a-6a2a-4d14-acbe-d81c373782f9 {
  display: none;
}
#s-6726a09a-6a2a-4d14-acbe-d81c373782f9, #wrap-s-6726a09a-6a2a-4d14-acbe-d81c373782f9 { display:none !important; }}







#s-6726a09a-6a2a-4d14-acbe-d81c373782f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6726a09a-6a2a-4d14-acbe-d81c373782f9.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-5cae57de-cd6b-44cc-99a3-0e93f339c31a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cae57de-cd6b-44cc-99a3-0e93f339c31a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5cae57de-cd6b-44cc-99a3-0e93f339c31a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cae57de-cd6b-44cc-99a3-0e93f339c31a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6cfe545d-365f-407e-ac56-eecfa9540d00 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}







  #s-6cfe545d-365f-407e-ac56-eecfa9540d00 img.shogun-image {
    

    
    
    
  }


#s-6cfe545d-365f-407e-ac56-eecfa9540d00 .shogun-image-content {
  
    align-items: center;
  
}

#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(11, 3, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bda98b9d-fbd5-4f26-8b68-4d31146186bb-root {
    text-align: center;
  }


#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bda98b9d-fbd5-4f26-8b68-4d31146186bb-root {
    text-align: center;
  }


#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bda98b9d-fbd5-4f26-8b68-4d31146186bb-root {
    text-align: center;
  }


#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bda98b9d-fbd5-4f26-8b68-4d31146186bb-root {
    text-align: center;
  }


#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bda98b9d-fbd5-4f26-8b68-4d31146186bb-root {
    text-align: center;
  }


#s-bda98b9d-fbd5-4f26-8b68-4d31146186bb.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 {
  display: none;
}
#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94, #wrap-s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 {
  display: none;
}
#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94, #wrap-s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 {
  display: none;
}
#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94, #wrap-s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 { display:none !important; }}@media (max-width: 767px){#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 {
  min-height: 325px;
}
}







#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3dc270e-9ca7-4841-a19f-22a29e85fa94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f3a1185-7593-414e-a647-7b869908ce53 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f3a1185-7593-414e-a647-7b869908ce53 {
  display: none;
}
#s-8f3a1185-7593-414e-a647-7b869908ce53, #wrap-s-8f3a1185-7593-414e-a647-7b869908ce53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f3a1185-7593-414e-a647-7b869908ce53 {
  display: none;
}
#s-8f3a1185-7593-414e-a647-7b869908ce53, #wrap-s-8f3a1185-7593-414e-a647-7b869908ce53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f3a1185-7593-414e-a647-7b869908ce53 {
  display: none;
}
#s-8f3a1185-7593-414e-a647-7b869908ce53, #wrap-s-8f3a1185-7593-414e-a647-7b869908ce53 { display:none !important; }}







#s-8f3a1185-7593-414e-a647-7b869908ce53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3a1185-7593-414e-a647-7b869908ce53.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-7335048e-a862-4b65-a706-4c398ac064be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7335048e-a862-4b65-a706-4c398ac064be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7335048e-a862-4b65-a706-4c398ac064be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7335048e-a862-4b65-a706-4c398ac064be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1402a1a-14c2-4619-b0dd-86dea770d433 {
  text-align: center;
}







  #s-e1402a1a-14c2-4619-b0dd-86dea770d433 img.shogun-image {
    

    
    
    
  }


#s-e1402a1a-14c2-4619-b0dd-86dea770d433 .shogun-image-content {
  
    align-items: center;
  
}

#s-213f865e-1609-421d-a67b-464f9be094c2 {
  padding-top: 0px;
}

#s-321698ae-e3e2-4a6c-adfd-be603a1a27b8 {
  margin-left: 35%;
margin-right: 35%;
min-height: 50px;
}








#s-321698ae-e3e2-4a6c-adfd-be603a1a27b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-321698ae-e3e2-4a6c-adfd-be603a1a27b8 {
  cursor: pointer;
}#s-321698ae-e3e2-4a6c-adfd-be603a1a27b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d01bdffe-04c7-43ac-90de-016a294ca424 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d01bdffe-04c7-43ac-90de-016a294ca424 {
  display: none;
}
#s-d01bdffe-04c7-43ac-90de-016a294ca424, #wrap-s-d01bdffe-04c7-43ac-90de-016a294ca424 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d01bdffe-04c7-43ac-90de-016a294ca424 {
  display: none;
}
#s-d01bdffe-04c7-43ac-90de-016a294ca424, #wrap-s-d01bdffe-04c7-43ac-90de-016a294ca424 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d01bdffe-04c7-43ac-90de-016a294ca424 {
  display: none;
}
#s-d01bdffe-04c7-43ac-90de-016a294ca424, #wrap-s-d01bdffe-04c7-43ac-90de-016a294ca424 { display:none !important; }}







#s-d01bdffe-04c7-43ac-90de-016a294ca424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01bdffe-04c7-43ac-90de-016a294ca424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 {
  text-align: center;
}
@media (min-width: 1200px){#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 {
  display: none;
}
#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11, #wrap-s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 {
  display: none;
}
#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11, #wrap-s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 {
  display: none;
}
#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11, #wrap-s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 { display:none !important; }}






  #s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 img.shogun-image {
    

    
    
    
  }


#s-97baf4bb-dd0f-4117-a27e-2b74c86cdb11 .shogun-image-content {
  
    align-items: center;
  
}

#s-376922e3-2870-4c36-b3f5-bff0c81f0e54 {
  min-height: 50px;
background-color: rgba(228, 224, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-376922e3-2870-4c36-b3f5-bff0c81f0e54 {
  display: none;
}
#s-376922e3-2870-4c36-b3f5-bff0c81f0e54, #wrap-s-376922e3-2870-4c36-b3f5-bff0c81f0e54 { display:none !important; }}@media (max-width: 767px){#s-376922e3-2870-4c36-b3f5-bff0c81f0e54 {
  display: none;
}
#s-376922e3-2870-4c36-b3f5-bff0c81f0e54, #wrap-s-376922e3-2870-4c36-b3f5-bff0c81f0e54 { display:none !important; }}







#s-376922e3-2870-4c36-b3f5-bff0c81f0e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-376922e3-2870-4c36-b3f5-bff0c81f0e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1bab5dd-2d66-40be-9b55-473d4e6c539d {
  margin-top: 0px;
padding-top: 0px;
padding-left: 12%;
padding-right: 12%;
}

@media (min-width: 0px) {
[id="s-d1bab5dd-2d66-40be-9b55-473d4e6c539d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d1bab5dd-2d66-40be-9b55-473d4e6c539d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1bab5dd-2d66-40be-9b55-473d4e6c539d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1bab5dd-2d66-40be-9b55-473d4e6c539d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 {
  display: none;
}
#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5, #wrap-s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 {
  display: none;
}
#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5, #wrap-s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 { display:none !important; }}@media (max-width: 767px){#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 {
  display: none;
}
#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5, #wrap-s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 { display:none !important; }}







#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25ccf749-53ee-4d8a-866f-8ddf6b0d2ef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc4b7409-1410-4ada-b711-7a1f2e30ad0c {
  text-align: center;
}







  #s-dc4b7409-1410-4ada-b711-7a1f2e30ad0c img.shogun-image {
    

    
    
    
  }


#s-dc4b7409-1410-4ada-b711-7a1f2e30ad0c .shogun-image-content {
  
    align-items: center;
  
}

#s-a1941c78-be43-42cc-8027-02a6928539af {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1941c78-be43-42cc-8027-02a6928539af {
  display: none;
}
#s-a1941c78-be43-42cc-8027-02a6928539af, #wrap-s-a1941c78-be43-42cc-8027-02a6928539af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1941c78-be43-42cc-8027-02a6928539af {
  display: none;
}
#s-a1941c78-be43-42cc-8027-02a6928539af, #wrap-s-a1941c78-be43-42cc-8027-02a6928539af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1941c78-be43-42cc-8027-02a6928539af {
  display: none;
}
#s-a1941c78-be43-42cc-8027-02a6928539af, #wrap-s-a1941c78-be43-42cc-8027-02a6928539af { display:none !important; }}







#s-a1941c78-be43-42cc-8027-02a6928539af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1941c78-be43-42cc-8027-02a6928539af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e7f450d-d705-462e-abc1-7ab030dc55c8 {
  text-align: center;
}







  #s-2e7f450d-d705-462e-abc1-7ab030dc55c8 img.shogun-image {
    

    
    
    
  }


#s-2e7f450d-d705-462e-abc1-7ab030dc55c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-594321b8-269c-44e3-9b85-eb646d6c9071 {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-594321b8-269c-44e3-9b85-eb646d6c9071"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-594321b8-269c-44e3-9b85-eb646d6c9071"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-594321b8-269c-44e3-9b85-eb646d6c9071"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-594321b8-269c-44e3-9b85-eb646d6c9071"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-ddfed656-a564-4f20-a6a0-cbe3def161e9 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-ddfed656-a564-4f20-a6a0-cbe3def161e9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



.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-92dcac6b-1f89-496c-9fb7-8a2e3087e71f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f {
  display: none;
}
#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f, #wrap-s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f {
  display: none;
}
#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f, #wrap-s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f {
  display: none;
}
#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f, #wrap-s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f { display:none !important; }}
#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f .shg-sld-nav-button.shg-sld-left,
#s-92dcac6b-1f89-496c-9fb7-8a2e3087e71f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-be48f796-aae0-4f62-82e6-736980170860 {
  text-align: center;
}







  #s-be48f796-aae0-4f62-82e6-736980170860 img.shogun-image {
    

    
    
    
  }


#s-be48f796-aae0-4f62-82e6-736980170860 .shogun-image-content {
  
    align-items: center;
  
}

#s-90c68d17-1ea5-4228-b9e5-0d72ada71287 {
  text-align: center;
}







  #s-90c68d17-1ea5-4228-b9e5-0d72ada71287 img.shogun-image {
    

    
    
    
  }


#s-90c68d17-1ea5-4228-b9e5-0d72ada71287 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c3d833-d28b-46de-89a3-3081b2bf76dd {
  text-align: center;
}







  #s-a3c3d833-d28b-46de-89a3-3081b2bf76dd img.shogun-image {
    

    
    
    
  }


#s-a3c3d833-d28b-46de-89a3-3081b2bf76dd .shogun-image-content {
  
    align-items: center;
  
}

#s-5d960f6e-13f7-463e-97df-6a8ee3d016cb {
  text-align: center;
}







  #s-5d960f6e-13f7-463e-97df-6a8ee3d016cb img.shogun-image {
    

    
    
    
  }


#s-5d960f6e-13f7-463e-97df-6a8ee3d016cb .shogun-image-content {
  
    align-items: center;
  
}

#s-db58a3fc-91c9-4ac0-bfae-0fe1240e53b6 {
  text-align: center;
}







  #s-db58a3fc-91c9-4ac0-bfae-0fe1240e53b6 img.shogun-image {
    

    
    
    
  }


#s-db58a3fc-91c9-4ac0-bfae-0fe1240e53b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-57fd999a-7735-4c5b-ab21-1fbfc7ddaf7a {
  text-align: center;
}







  #s-57fd999a-7735-4c5b-ab21-1fbfc7ddaf7a img.shogun-image {
    

    
    
    
  }


#s-57fd999a-7735-4c5b-ab21-1fbfc7ddaf7a .shogun-image-content {
  
    align-items: center;
  
}

#s-f5978646-bd6a-4fe5-a423-ac622bd990ed {
  min-height: 50px;
}








#s-f5978646-bd6a-4fe5-a423-ac622bd990ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5978646-bd6a-4fe5-a423-ac622bd990ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8053f3b-e1c6-487c-a904-63fcfb043ebe {
  min-height: 50px;
}








#s-a8053f3b-e1c6-487c-a904-63fcfb043ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8053f3b-e1c6-487c-a904-63fcfb043ebe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c95faae8-e00b-4aa6-b8b4-462ed7817be3 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c95faae8-e00b-4aa6-b8b4-462ed7817be3 {
  
}
}@media (max-width: 767px){#s-c95faae8-e00b-4aa6-b8b4-462ed7817be3 {
  display: none;
}
#s-c95faae8-e00b-4aa6-b8b4-462ed7817be3, #wrap-s-c95faae8-e00b-4aa6-b8b4-462ed7817be3 { display:none !important; }}
#s-c95faae8-e00b-4aa6-b8b4-462ed7817be3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c95faae8-e00b-4aa6-b8b4-462ed7817be3 .shg-sld-nav-button.shg-sld-left,
#s-c95faae8-e00b-4aa6-b8b4-462ed7817be3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-999013a3-3124-4db5-a37a-9190afa50bf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-999013a3-3124-4db5-a37a-9190afa50bf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-999013a3-3124-4db5-a37a-9190afa50bf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-999013a3-3124-4db5-a37a-9190afa50bf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-46e12d11-65ba-46ee-98b0-ead505e14e0a {
  text-align: center;
}







  #s-46e12d11-65ba-46ee-98b0-ead505e14e0a img.shogun-image {
    

    
    
    
  }


#s-46e12d11-65ba-46ee-98b0-ead505e14e0a .shogun-image-content {
  
    align-items: center;
  
}

#s-e50ff030-503f-4809-92d6-3da1e7a088ab {
  text-align: center;
}







  #s-e50ff030-503f-4809-92d6-3da1e7a088ab img.shogun-image {
    

    
    
    
  }


#s-e50ff030-503f-4809-92d6-3da1e7a088ab .shogun-image-content {
  
    align-items: center;
  
}

#s-c2b54b13-f17f-41d1-963a-bc49579d7b23 {
  text-align: center;
}







  #s-c2b54b13-f17f-41d1-963a-bc49579d7b23 img.shogun-image {
    

    
    
    
  }


#s-c2b54b13-f17f-41d1-963a-bc49579d7b23 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7ee0c369-3f56-4443-a878-132463a0db4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ee0c369-3f56-4443-a878-132463a0db4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ee0c369-3f56-4443-a878-132463a0db4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ee0c369-3f56-4443-a878-132463a0db4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f010964-8873-4e39-9128-0f790e3f074d {
  text-align: center;
}







  #s-3f010964-8873-4e39-9128-0f790e3f074d img.shogun-image {
    

    
    
    
  }


#s-3f010964-8873-4e39-9128-0f790e3f074d .shogun-image-content {
  
    align-items: center;
  
}

#s-2cfa5d88-f581-4b06-a862-36790f57d4f2 {
  text-align: center;
}







  #s-2cfa5d88-f581-4b06-a862-36790f57d4f2 img.shogun-image {
    

    
    
    
  }


#s-2cfa5d88-f581-4b06-a862-36790f57d4f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1416c21a-3f3f-4b16-92f0-0bc34048c259 {
  text-align: center;
}







  #s-1416c21a-3f3f-4b16-92f0-0bc34048c259 img.shogun-image {
    

    
    
    
  }


#s-1416c21a-3f3f-4b16-92f0-0bc34048c259 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e47a7a1-0308-40ad-8465-43d97c3b68f3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f51f20db-370c-4dd1-a6f9-9b970c9f8d92 {
  min-height: 44px;
}








#s-f51f20db-370c-4dd1-a6f9-9b970c9f8d92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51f20db-370c-4dd1-a6f9-9b970c9f8d92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f {
  display: none;
}
#s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f, #wrap-s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f { display:none !important; }}@media (max-width: 767px){#s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f {
  display: none;
}
#s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f, #wrap-s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f { display:none !important; }}







#s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae80959-7657-4e4d-adc7-bc5d4e092e8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ded2067-34e1-4b30-ad2d-ad622a93e942 {
  text-align: center;
}







  #s-4ded2067-34e1-4b30-ad2d-ad622a93e942 img.shogun-image {
    

    
    
    
  }


#s-4ded2067-34e1-4b30-ad2d-ad622a93e942 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 {
  max-width: 2048px;
aspect-ratio: 2048/698;
text-align: center;
}





  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image,
  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 {
    width: 100%;
    height: auto;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
    
    
  }


.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image,
  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 {
    width: 100%;
    height: auto;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
    
    
  }


.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
  box-sizing: border-box;
}

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



  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image,
  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 {
    width: 100%;
    height: auto;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
    
    
  }


.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
  box-sizing: border-box;
}

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



  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image,
  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 {
    width: 100%;
    height: auto;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
    
    
  }


.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
  box-sizing: border-box;
}

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



  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image,
  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 {
    width: 100%;
    height: auto;
  }

  #s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
    
    
  }


.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f4d4e5-667d-44d9-bec5-255e26d4b340.shogun-image {
  box-sizing: border-box;
}

}
#s-456f0fc1-0419-4864-af1e-edfaf9391c4b {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-456f0fc1-0419-4864-af1e-edfaf9391c4b {
  display: none;
}
#s-456f0fc1-0419-4864-af1e-edfaf9391c4b, #wrap-s-456f0fc1-0419-4864-af1e-edfaf9391c4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-456f0fc1-0419-4864-af1e-edfaf9391c4b {
  display: none;
}
#s-456f0fc1-0419-4864-af1e-edfaf9391c4b, #wrap-s-456f0fc1-0419-4864-af1e-edfaf9391c4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-456f0fc1-0419-4864-af1e-edfaf9391c4b {
  
}
}







#s-456f0fc1-0419-4864-af1e-edfaf9391c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456f0fc1-0419-4864-af1e-edfaf9391c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c16c5c5b-4acf-456d-a5b3-13c452dccdf3 {
  text-align: center;
}







  #s-c16c5c5b-4acf-456d-a5b3-13c452dccdf3 img.shogun-image {
    

    
    
    
  }


#s-c16c5c5b-4acf-456d-a5b3-13c452dccdf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5da64826-0283-4b0e-9003-0505e916408e {
  background-color: rgba(255, 255, 255, 1);
}

#s-8beeb20f-60b9-470e-9b8e-a425305d09cf {
  min-height: 50px;
}








#s-8beeb20f-60b9-470e-9b8e-a425305d09cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8beeb20f-60b9-470e-9b8e-a425305d09cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 {
  display: none;
}
#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69, #wrap-s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 {
  display: none;
}
#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69, #wrap-s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 {
  display: none;
}
#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69, #wrap-s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 { display:none !important; }}@media (max-width: 767px){#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 {
  display: none;
}
#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69, #wrap-s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 { display:none !important; }}






  #s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 img.shogun-image {
    

    
    
    
  }


#s-64b9bcf7-60d5-4e7f-86d2-003ef0ae3c69 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

@media (min-width: 1200px){#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 {
  display: none;
}
#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934, #wrap-s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 {
  display: none;
}
#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934, #wrap-s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 {
  display: none;
}
#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934, #wrap-s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 { display:none !important; }}@media (max-width: 767px){#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 {
  display: none;
}
#s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934, #wrap-s-6571bbf4-7bf2-4e05-9360-c94ffdbe8934 { display:none !important; }}
#s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4 {
  display: none;
}
#s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4, #wrap-s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4 {
  display: none;
}
#s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4, #wrap-s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4 { display:none !important; }}







#s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0250e18b-4e17-4408-8bac-3bbaa33ee1b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00724b4d-404f-4198-9c7a-d31906c977d1 {
  text-align: center;
}







  #s-00724b4d-404f-4198-9c7a-d31906c977d1 img.shogun-image {
    

    
    
    
  }


#s-00724b4d-404f-4198-9c7a-d31906c977d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6443e7b-117f-4ee9-98f4-884ad9fd86b5 {
  min-height: 50px;
}








#s-f6443e7b-117f-4ee9-98f4-884ad9fd86b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6443e7b-117f-4ee9-98f4-884ad9fd86b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a84d4dbf-d980-42ca-b9df-3d7b907d2538 {
  margin-left: 10%;
margin-right: 10%;
}

#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(6, 2, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f-root {
    text-align: center;
  }


#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f-root {
    text-align: center;
  }


#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f-root {
    text-align: center;
  }


#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f-root {
    text-align: center;
  }


#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f-root {
    text-align: center;
  }


#s-65ace35e-2cdf-46dd-b9db-25bd40c8e64f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-eb340be2-426a-49e0-8d3d-b455099471c3 {
  min-height: 60px;
}








#s-eb340be2-426a-49e0-8d3d-b455099471c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb340be2-426a-49e0-8d3d-b455099471c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcdf9e1a-3cda-4234-a0e6-8cbdd8691b60 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-dcdf9e1a-3cda-4234-a0e6-8cbdd8691b60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcdf9e1a-3cda-4234-a0e6-8cbdd8691b60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcdf9e1a-3cda-4234-a0e6-8cbdd8691b60 {
  
}
}@media (max-width: 767px){#s-dcdf9e1a-3cda-4234-a0e6-8cbdd8691b60 {
  
}
}







#s-dcdf9e1a-3cda-4234-a0e6-8cbdd8691b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcdf9e1a-3cda-4234-a0e6-8cbdd8691b60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-36a05bda-cc36-47c4-86c9-ad6911015294 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-36a05bda-cc36-47c4-86c9-ad6911015294 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36a05bda-cc36-47c4-86c9-ad6911015294 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36a05bda-cc36-47c4-86c9-ad6911015294 {
  
}
}@media (max-width: 767px){#s-36a05bda-cc36-47c4-86c9-ad6911015294 {
  
}
}







#s-36a05bda-cc36-47c4-86c9-ad6911015294 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-36a05bda-cc36-47c4-86c9-ad6911015294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c45ec47-e3b3-4be8-8a16-343238dc227a {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1c45ec47-e3b3-4be8-8a16-343238dc227a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c45ec47-e3b3-4be8-8a16-343238dc227a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c45ec47-e3b3-4be8-8a16-343238dc227a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c45ec47-e3b3-4be8-8a16-343238dc227a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0db56ffe-8604-4b27-b95f-58134f775ae1 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0db56ffe-8604-4b27-b95f-58134f775ae1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0db56ffe-8604-4b27-b95f-58134f775ae1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0db56ffe-8604-4b27-b95f-58134f775ae1 {
  
}
}@media (max-width: 767px){#s-0db56ffe-8604-4b27-b95f-58134f775ae1 {
  
}
}







#s-0db56ffe-8604-4b27-b95f-58134f775ae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0db56ffe-8604-4b27-b95f-58134f775ae1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c822801e-3980-4195-bc90-2f72821ed5d3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-c822801e-3980-4195-bc90-2f72821ed5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c822801e-3980-4195-bc90-2f72821ed5d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81d74318-bd30-4a7e-87a4-c5dc316c7b94 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81d74318-bd30-4a7e-87a4-c5dc316c7b94 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8f5325a1-e8c4-4e68-b15c-52e720819115 {
  margin-left: 50px;
margin-right: 50px;
}

#s-5e1955c4-18c6-4469-a732-b8ba20c0fdd5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5e1955c4-18c6-4469-a732-b8ba20c0fdd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e1955c4-18c6-4469-a732-b8ba20c0fdd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1955c4-18c6-4469-a732-b8ba20c0fdd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1955c4-18c6-4469-a732-b8ba20c0fdd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5e1955c4-18c6-4469-a732-b8ba20c0fdd5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1 {
  display: none;
}
#s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1, #wrap-s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1 {
  display: none;
}
#s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1, #wrap-s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1 { display:none !important; }}






  #s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1 img.shogun-image {
    

    
    
    
  }


#s-f5f761cd-8732-4ed5-aa8d-cca8e86c30c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-00ba6d36-d045-4575-9d0f-0756fb1527f1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-00ba6d36-d045-4575-9d0f-0756fb1527f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00ba6d36-d045-4575-9d0f-0756fb1527f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afe3e0c0-dc0c-41e5-9a14-48bfab0d14b8 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afe3e0c0-dc0c-41e5-9a14-48bfab0d14b8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f5c3f632-369b-41d8-820f-9b332c56dbb7 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9f44458e-da36-4624-bce9-be2b188875e1 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f44458e-da36-4624-bce9-be2b188875e1 {
  display: none;
}
#s-9f44458e-da36-4624-bce9-be2b188875e1, #wrap-s-9f44458e-da36-4624-bce9-be2b188875e1 { display:none !important; }}@media (max-width: 767px){#s-9f44458e-da36-4624-bce9-be2b188875e1 {
  display: none;
}
#s-9f44458e-da36-4624-bce9-be2b188875e1, #wrap-s-9f44458e-da36-4624-bce9-be2b188875e1 { display:none !important; }}







#s-9f44458e-da36-4624-bce9-be2b188875e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f44458e-da36-4624-bce9-be2b188875e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-ba67f2bf-1ee0-4f7c-95d7-939b96c9e372 hr {
  border-top: 1px solid #ddd;
}

#s-529c385c-e9af-4edf-96fe-e7df1e39f376 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
min-height: 900px;
background-position: center center;
}
@media (min-width: 1200px){#s-529c385c-e9af-4edf-96fe-e7df1e39f376 {
  display: none;
}
#s-529c385c-e9af-4edf-96fe-e7df1e39f376, #wrap-s-529c385c-e9af-4edf-96fe-e7df1e39f376 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-529c385c-e9af-4edf-96fe-e7df1e39f376 {
  display: none;
}
#s-529c385c-e9af-4edf-96fe-e7df1e39f376, #wrap-s-529c385c-e9af-4edf-96fe-e7df1e39f376 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-529c385c-e9af-4edf-96fe-e7df1e39f376 {
  display: none;
}
#s-529c385c-e9af-4edf-96fe-e7df1e39f376, #wrap-s-529c385c-e9af-4edf-96fe-e7df1e39f376 { display:none !important; }}@media (max-width: 767px){#s-529c385c-e9af-4edf-96fe-e7df1e39f376 {
  display: none;
}
#s-529c385c-e9af-4edf-96fe-e7df1e39f376, #wrap-s-529c385c-e9af-4edf-96fe-e7df1e39f376 { display:none !important; }}







#s-529c385c-e9af-4edf-96fe-e7df1e39f376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-529c385c-e9af-4edf-96fe-e7df1e39f376.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d755dd5-578f-44e7-803f-116d68885fd6 {
  margin-top: 7%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-5d755dd5-578f-44e7-803f-116d68885fd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d755dd5-578f-44e7-803f-116d68885fd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d755dd5-578f-44e7-803f-116d68885fd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d755dd5-578f-44e7-803f-116d68885fd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f46f7991-e74c-4074-9ff3-41217d4a3331 {
  border-style: solid;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
}

@media (min-width: 0px) {
[id="s-83fbcfc5-621d-4892-93ed-5f7375e79d34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83fbcfc5-621d-4892-93ed-5f7375e79d34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-83fbcfc5-621d-4892-93ed-5f7375e79d34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-83fbcfc5-621d-4892-93ed-5f7375e79d34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-83fbcfc5-621d-4892-93ed-5f7375e79d34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-83fbcfc5-621d-4892-93ed-5f7375e79d34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-83fbcfc5-621d-4892-93ed-5f7375e79d34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-32968c34-7f25-4377-92c9-42d724395547 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-32968c34-7f25-4377-92c9-42d724395547 img.shogun-image {
    

    
    
    
  }


#s-32968c34-7f25-4377-92c9-42d724395547 .shogun-image-content {
  
    align-items: center;
  
}

#s-090dc2ec-5705-471c-ad7d-c1238fe21514 {
  border-style: solid;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
}

@media (min-width: 0px) {
[id="s-ed02fbb0-e169-477e-b285-4306e3420c26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed02fbb0-e169-477e-b285-4306e3420c26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ed02fbb0-e169-477e-b285-4306e3420c26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ed02fbb0-e169-477e-b285-4306e3420c26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ed02fbb0-e169-477e-b285-4306e3420c26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed02fbb0-e169-477e-b285-4306e3420c26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ed02fbb0-e169-477e-b285-4306e3420c26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-75432473-1c86-4042-b969-f62325543b28 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-75432473-1c86-4042-b969-f62325543b28 img.shogun-image {
    

    
    
    
  }


#s-75432473-1c86-4042-b969-f62325543b28 .shogun-image-content {
  
    align-items: center;
  
}

#s-a28a8799-ad2a-4fcc-b06b-60c2ed5c717b {
  border-style: solid;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
}

@media (min-width: 0px) {
[id="s-cf4bddb2-e493-4831-9181-d90b1aef4c60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf4bddb2-e493-4831-9181-d90b1aef4c60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cf4bddb2-e493-4831-9181-d90b1aef4c60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cf4bddb2-e493-4831-9181-d90b1aef4c60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cf4bddb2-e493-4831-9181-d90b1aef4c60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf4bddb2-e493-4831-9181-d90b1aef4c60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-cf4bddb2-e493-4831-9181-d90b1aef4c60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-3ae10b34-0d94-49ac-b1e5-be9363e9eb56 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-3ae10b34-0d94-49ac-b1e5-be9363e9eb56 img.shogun-image {
    

    
    
    
  }


#s-3ae10b34-0d94-49ac-b1e5-be9363e9eb56 .shogun-image-content {
  
    align-items: center;
  
}

#s-650b6d7d-c2f6-4a69-95e1-69a978efba68 {
  border-style: solid;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 204, 204, 1);
}

#s-1c975161-4929-408e-beac-5cb5566137a7 {
  padding-top: 4%;
padding-left: 0px;
padding-bottom: 4%;
padding-right: 0px;
min-height: 50px;
background-color: rgba(63, 76, 115, 1);
}
@media (min-width: 1200px){#s-1c975161-4929-408e-beac-5cb5566137a7 {
  display: none;
}
#s-1c975161-4929-408e-beac-5cb5566137a7, #wrap-s-1c975161-4929-408e-beac-5cb5566137a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c975161-4929-408e-beac-5cb5566137a7 {
  display: none;
}
#s-1c975161-4929-408e-beac-5cb5566137a7, #wrap-s-1c975161-4929-408e-beac-5cb5566137a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c975161-4929-408e-beac-5cb5566137a7 {
  display: none;
}
#s-1c975161-4929-408e-beac-5cb5566137a7, #wrap-s-1c975161-4929-408e-beac-5cb5566137a7 { display:none !important; }}@media (max-width: 767px){#s-1c975161-4929-408e-beac-5cb5566137a7 {
  display: none;
}
#s-1c975161-4929-408e-beac-5cb5566137a7, #wrap-s-1c975161-4929-408e-beac-5cb5566137a7 { display:none !important; }}







#s-1c975161-4929-408e-beac-5cb5566137a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c975161-4929-408e-beac-5cb5566137a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78c44fdd-9c79-4b0e-b2e7-0ce4f161d0a1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 50%;
background-color: rgba(63, 76, 115, 1);
}








#s-78c44fdd-9c79-4b0e-b2e7-0ce4f161d0a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c44fdd-9c79-4b0e-b2e7-0ce4f161d0a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0863d4b5-872c-4a5e-ade7-fd4ee72966a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0863d4b5-872c-4a5e-ade7-fd4ee72966a5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 3px;
  
}



#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba {
  box-shadow:1px 1px 1px 1px rgba(64, 77, 114, 1);
border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba:hover {background-color: rgba(64, 77, 114, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba:active {background-color: rgba(147, 167, 225, 1) !important;
text-decoration: none !important;}

  #s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba-root {
    text-align: center;
  }


#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba-root {
    text-align: center;
  }


#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba-root {
    text-align: center;
  }


#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba-root {
    text-align: center;
  }


#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba-root {
    text-align: center;
  }


#s-0cc0c965-a940-4325-9bc2-3ed172e3e7ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-a4da5865-298a-4dd3-b259-33469a636656 {
  display: none;
}
#s-a4da5865-298a-4dd3-b259-33469a636656, #wrap-s-a4da5865-298a-4dd3-b259-33469a636656 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4da5865-298a-4dd3-b259-33469a636656 {
  display: none;
}
#s-a4da5865-298a-4dd3-b259-33469a636656, #wrap-s-a4da5865-298a-4dd3-b259-33469a636656 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4da5865-298a-4dd3-b259-33469a636656 {
  
}
}@media (max-width: 767px){#s-a4da5865-298a-4dd3-b259-33469a636656 {
  
}
}
@media (min-width: 0px) {
[id="s-a4da5865-298a-4dd3-b259-33469a636656"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4da5865-298a-4dd3-b259-33469a636656"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4da5865-298a-4dd3-b259-33469a636656"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4da5865-298a-4dd3-b259-33469a636656"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-170d5c5a-3d50-4408-8932-7b0363d12d28 {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-170d5c5a-3d50-4408-8932-7b0363d12d28 img.shogun-image {
    

    
    
    
  }


#s-170d5c5a-3d50-4408-8932-7b0363d12d28 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a047bb3-e283-411e-b782-6b57887a3af4 {
  margin-top: 100px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a047bb3-e283-411e-b782-6b57887a3af4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a8bfbcff-fce2-4d2e-9194-583b145f9a79 {
  padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
}

#s-12060e40-40e1-4257-8f36-3c3c1cee27b4 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(201, 77, 18, 1);
border-style: solid;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(201, 77, 18, 1);
}
#s-12060e40-40e1-4257-8f36-3c3c1cee27b4:hover {border-style: solid !important;
border-color: rgba(201, 77, 18, 1) !important;
background-color: rgba(201, 77, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-12060e40-40e1-4257-8f36-3c3c1cee27b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12060e40-40e1-4257-8f36-3c3c1cee27b4-root {
    text-align: center;
  }


#s-12060e40-40e1-4257-8f36-3c3c1cee27b4.shg-btn {
  color: rgba(201, 77, 18, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-12060e40-40e1-4257-8f36-3c3c1cee27b4-root {
    text-align: center;
  }


#s-12060e40-40e1-4257-8f36-3c3c1cee27b4.shg-btn {
  color: rgba(201, 77, 18, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12060e40-40e1-4257-8f36-3c3c1cee27b4-root {
    text-align: center;
  }


#s-12060e40-40e1-4257-8f36-3c3c1cee27b4.shg-btn {
  color: rgba(201, 77, 18, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12060e40-40e1-4257-8f36-3c3c1cee27b4-root {
    text-align: center;
  }


#s-12060e40-40e1-4257-8f36-3c3c1cee27b4.shg-btn {
  color: rgba(201, 77, 18, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-12060e40-40e1-4257-8f36-3c3c1cee27b4-root {
    text-align: center;
  }


#s-12060e40-40e1-4257-8f36-3c3c1cee27b4.shg-btn {
  color: rgba(201, 77, 18, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-60ac33e9-a828-448f-8df4-dc533f450cf9 {
  min-height: 50px;
}








#s-60ac33e9-a828-448f-8df4-dc533f450cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60ac33e9-a828-448f-8df4-dc533f450cf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a82bed4-abc2-4115-944b-15a01824bc66 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7a82bed4-abc2-4115-944b-15a01824bc66 {
  display: none;
}
#s-7a82bed4-abc2-4115-944b-15a01824bc66, #wrap-s-7a82bed4-abc2-4115-944b-15a01824bc66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a82bed4-abc2-4115-944b-15a01824bc66 {
  display: none;
}
#s-7a82bed4-abc2-4115-944b-15a01824bc66, #wrap-s-7a82bed4-abc2-4115-944b-15a01824bc66 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a82bed4-abc2-4115-944b-15a01824bc66 {
  display: none;
}
#s-7a82bed4-abc2-4115-944b-15a01824bc66, #wrap-s-7a82bed4-abc2-4115-944b-15a01824bc66 { display:none !important; }}@media (max-width: 767px){#s-7a82bed4-abc2-4115-944b-15a01824bc66 {
  display: none;
}
#s-7a82bed4-abc2-4115-944b-15a01824bc66, #wrap-s-7a82bed4-abc2-4115-944b-15a01824bc66 { display:none !important; }}
#s-7a82bed4-abc2-4115-944b-15a01824bc66 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7a82bed4-abc2-4115-944b-15a01824bc66 .shg-sld-nav-button.shg-sld-left,
#s-7a82bed4-abc2-4115-944b-15a01824bc66 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b1f55e09-4850-40f6-b9a9-bad70aeeae18 {
  padding-top: 4%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(63, 76, 115, 1);
}
@media (min-width: 1200px){#s-b1f55e09-4850-40f6-b9a9-bad70aeeae18 {
  display: none;
}
#s-b1f55e09-4850-40f6-b9a9-bad70aeeae18, #wrap-s-b1f55e09-4850-40f6-b9a9-bad70aeeae18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1f55e09-4850-40f6-b9a9-bad70aeeae18 {
  display: none;
}
#s-b1f55e09-4850-40f6-b9a9-bad70aeeae18, #wrap-s-b1f55e09-4850-40f6-b9a9-bad70aeeae18 { display:none !important; }}







#s-b1f55e09-4850-40f6-b9a9-bad70aeeae18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1f55e09-4850-40f6-b9a9-bad70aeeae18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f495d52-ac84-49b2-a2b1-9765ca750c42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f495d52-ac84-49b2-a2b1-9765ca750c42 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 3px;
  
}



#s-b29c2994-e446-4d41-b3ed-922218001de0 {
  box-shadow:1px 1px 1px 1px rgba(64, 77, 114, 1);
border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-b29c2994-e446-4d41-b3ed-922218001de0:hover {background-color: rgba(64, 77, 114, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-b29c2994-e446-4d41-b3ed-922218001de0:active {background-color: rgba(147, 167, 225, 1) !important;
text-decoration: none !important;}

  #s-b29c2994-e446-4d41-b3ed-922218001de0-root {
    text-align: center;
  }


#s-b29c2994-e446-4d41-b3ed-922218001de0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b29c2994-e446-4d41-b3ed-922218001de0-root {
    text-align: center;
  }


#s-b29c2994-e446-4d41-b3ed-922218001de0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b29c2994-e446-4d41-b3ed-922218001de0-root {
    text-align: center;
  }


#s-b29c2994-e446-4d41-b3ed-922218001de0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b29c2994-e446-4d41-b3ed-922218001de0-root {
    text-align: center;
  }


#s-b29c2994-e446-4d41-b3ed-922218001de0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b29c2994-e446-4d41-b3ed-922218001de0-root {
    text-align: center;
  }


#s-b29c2994-e446-4d41-b3ed-922218001de0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3 {
  padding-top: 4%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(226, 209, 233, 1);
}
@media (min-width: 1200px){#s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3 {
  display: none;
}
#s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3, #wrap-s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3 {
  display: none;
}
#s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3, #wrap-s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3 { display:none !important; }}







#s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950ab855-e9bc-4fd1-ab8f-5f5fd7d61af3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e698f0-78f9-4803-ae14-bc2abe1c688d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9e698f0-78f9-4803-ae14-bc2abe1c688d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  800 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: 2px;
  
}



#s-f24646bd-403c-4aa8-bb90-ee8f97fb9e43 {
  background-color: rgba(226, 209, 233, 1);
}

#s-41b5df2f-013c-4679-a3ab-52e9b70de565 {
  box-shadow:1px 1px 1px 1px rgba(64, 77, 114, 1);
border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
color: rgba(8, 8, 8, 1);
}
#s-41b5df2f-013c-4679-a3ab-52e9b70de565:hover {background-color: rgba(64, 77, 114, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-41b5df2f-013c-4679-a3ab-52e9b70de565:active {background-color: rgba(147, 167, 225, 1) !important;
text-decoration: none !important;}

  #s-41b5df2f-013c-4679-a3ab-52e9b70de565-root {
    text-align: center;
  }


#s-41b5df2f-013c-4679-a3ab-52e9b70de565.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41b5df2f-013c-4679-a3ab-52e9b70de565-root {
    text-align: center;
  }


#s-41b5df2f-013c-4679-a3ab-52e9b70de565.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41b5df2f-013c-4679-a3ab-52e9b70de565-root {
    text-align: center;
  }


#s-41b5df2f-013c-4679-a3ab-52e9b70de565.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41b5df2f-013c-4679-a3ab-52e9b70de565-root {
    text-align: center;
  }


#s-41b5df2f-013c-4679-a3ab-52e9b70de565.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41b5df2f-013c-4679-a3ab-52e9b70de565-root {
    text-align: center;
  }


#s-41b5df2f-013c-4679-a3ab-52e9b70de565.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
#s-17788f6c-0088-4230-958a-359bad27567a {
  padding-top: 4%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(63, 77, 114, 1);
}
@media (min-width: 1200px){#s-17788f6c-0088-4230-958a-359bad27567a {
  display: none;
}
#s-17788f6c-0088-4230-958a-359bad27567a, #wrap-s-17788f6c-0088-4230-958a-359bad27567a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17788f6c-0088-4230-958a-359bad27567a {
  display: none;
}
#s-17788f6c-0088-4230-958a-359bad27567a, #wrap-s-17788f6c-0088-4230-958a-359bad27567a { display:none !important; }}







#s-17788f6c-0088-4230-958a-359bad27567a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17788f6c-0088-4230-958a-359bad27567a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c2783af-283a-4deb-9eef-e1d0f0867c9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c2783af-283a-4deb-9eef-e1d0f0867c9a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Nunito Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 3px;
  
}



#s-cb2b4533-9ef0-464a-9515-5e061798da01 {
  box-shadow:5px 5px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-cb2b4533-9ef0-464a-9515-5e061798da01:hover {background-color: rgba(197, 210, 228, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb2b4533-9ef0-464a-9515-5e061798da01:active {background-color: rgba(147, 167, 225, 1) !important;
text-decoration: none !important;}

  #s-cb2b4533-9ef0-464a-9515-5e061798da01-root {
    text-align: center;
  }


#s-cb2b4533-9ef0-464a-9515-5e061798da01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb2b4533-9ef0-464a-9515-5e061798da01-root {
    text-align: center;
  }


#s-cb2b4533-9ef0-464a-9515-5e061798da01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb2b4533-9ef0-464a-9515-5e061798da01-root {
    text-align: center;
  }


#s-cb2b4533-9ef0-464a-9515-5e061798da01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb2b4533-9ef0-464a-9515-5e061798da01-root {
    text-align: center;
  }


#s-cb2b4533-9ef0-464a-9515-5e061798da01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb2b4533-9ef0-464a-9515-5e061798da01-root {
    text-align: center;
  }


#s-cb2b4533-9ef0-464a-9515-5e061798da01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 900;
  
  font-family: Nunito Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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