.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-a12ebe99-f2d6-4690-9557-3b503c3978f2 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-a12ebe99-f2d6-4690-9557-3b503c3978f2 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-a12ebe99-f2d6-4690-9557-3b503c3978f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a12ebe99-f2d6-4690-9557-3b503c3978f2.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-0f2e9c94-9b16-40a3-9994-3fc642f187e1 {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-0f2e9c94-9b16-40a3-9994-3fc642f187e1 {
  display: none;
}
#s-0f2e9c94-9b16-40a3-9994-3fc642f187e1, #wrap-s-0f2e9c94-9b16-40a3-9994-3fc642f187e1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f2e9c94-9b16-40a3-9994-3fc642f187e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f2e9c94-9b16-40a3-9994-3fc642f187e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f2e9c94-9b16-40a3-9994-3fc642f187e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f2e9c94-9b16-40a3-9994-3fc642f187e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3b424c58-d308-4179-9a99-2f8f287ff300 {
  min-height: 50px;
}








#s-3b424c58-d308-4179-9a99-2f8f287ff300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b424c58-d308-4179-9a99-2f8f287ff300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f2d8fe52-a865-4a6f-80ad-7dd459957c68 {
  text-align: center;
}







  img.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
    
    
  }


.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shg-align-container {
  text-align: center
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
    
    
  }


.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shg-align-container {
  text-align: center
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
    
    
  }


.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shg-align-container {
  text-align: center
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
    
    
  }


.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shg-align-container {
  text-align: center
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
    
    
  }


.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shg-align-container {
  text-align: center
}

.s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d8fe52-a865-4a6f-80ad-7dd459957c68.shogun-image {
  box-sizing: border-box;
}


}
#s-71026473-2b1f-479e-85a8-c46eb022e653 {
  min-height: 50px;
}








#s-71026473-2b1f-479e-85a8-c46eb022e653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71026473-2b1f-479e-85a8-c46eb022e653.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fec3277-4b5d-4e11-8bd2-d4360749e83a {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8fec3277-4b5d-4e11-8bd2-d4360749e83a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fec3277-4b5d-4e11-8bd2-d4360749e83a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8fec3277-4b5d-4e11-8bd2-d4360749e83a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fec3277-4b5d-4e11-8bd2-d4360749e83a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b159f849-d2fa-4e2d-9d45-73449a34ca7f {
  text-align: center;
}







  img.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
    
    
  }


.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shg-align-container {
  text-align: center
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
    
    
  }


.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shg-align-container {
  text-align: center
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
    
    
  }


.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shg-align-container {
  text-align: center
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
    
    
  }


.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shg-align-container {
  text-align: center
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
    
    
  }


.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f .shogun-image-content {
  
    align-items: center;
  
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shg-align-container {
  text-align: center
}

.s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b159f849-d2fa-4e2d-9d45-73449a34ca7f.shogun-image {
  box-sizing: border-box;
}


}
#s-9c10026c-2a68-4477-9b00-7d31d9a02bfc {
  max-width: 1077px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc img.shogun-image,
  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc {
    width: 100%;
    height: auto;
  }



  img.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
    
    
  }


.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shg-align-container {
  text-align: center
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc img.shogun-image,
  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc {
    width: 100%;
    height: auto;
  }



  img.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
    
    
  }


.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shg-align-container {
  text-align: center
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc img.shogun-image,
  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc {
    width: 100%;
    height: auto;
  }



  img.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
    
    
  }


.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shg-align-container {
  text-align: center
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc img.shogun-image,
  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc {
    width: 100%;
    height: auto;
  }



  img.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
    
    
  }


.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shg-align-container {
  text-align: center
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
  box-sizing: border-box;
}


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



  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc img.shogun-image,
  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c10026c-2a68-4477-9b00-7d31d9a02bfc {
    width: 100%;
    height: auto;
  }



  img.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
    
    
  }


.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shg-align-container {
  text-align: center
}

.s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c10026c-2a68-4477-9b00-7d31d9a02bfc.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-b5e4d424-42e5-4d89-9314-c7270837bcb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5e4d424-42e5-4d89-9314-c7270837bcb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b5e4d424-42e5-4d89-9314-c7270837bcb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5e4d424-42e5-4d89-9314-c7270837bcb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 {
  max-width: 1064px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 img.shogun-image,
  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 {
    width: 100%;
    height: auto;
  }



  img.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
    
    
  }


.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shg-align-container {
  text-align: center
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 img.shogun-image,
  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 {
    width: 100%;
    height: auto;
  }



  img.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
    
    
  }


.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shg-align-container {
  text-align: center
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
  box-sizing: border-box;
}


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



  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 img.shogun-image,
  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 {
    width: 100%;
    height: auto;
  }



  img.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
    
    
  }


.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shg-align-container {
  text-align: center
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
  box-sizing: border-box;
}


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



  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 img.shogun-image,
  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 {
    width: 100%;
    height: auto;
  }



  img.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
    
    
  }


.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shg-align-container {
  text-align: center
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
  box-sizing: border-box;
}


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



  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 img.shogun-image,
  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 {
    width: 100%;
    height: auto;
  }



  img.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
    
    
  }


.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shg-align-container {
  text-align: center
}

.s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eb490db-3e1f-4747-8ce0-44d7b0c28e79.shogun-image {
  box-sizing: border-box;
}


}
#s-f3b726db-af34-4043-94ed-c2683d5ed7c8 {
  max-width: 1074px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 img.shogun-image,
  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 {
    width: 100%;
    height: auto;
  }



  img.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
    
    
  }


.s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shg-align-container {
  text-align: center
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 img.shogun-image,
  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 {
    width: 100%;
    height: auto;
  }



  img.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
    
    
  }


.s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shg-align-container {
  text-align: center
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 img.shogun-image,
  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 {
    width: 100%;
    height: auto;
  }



  img.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
    
    
  }


.s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shg-align-container {
  text-align: center
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 img.shogun-image,
  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 {
    width: 100%;
    height: auto;
  }



  img.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
    
    
  }


.s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shg-align-container {
  text-align: center
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
  box-sizing: border-box;
}


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



  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 img.shogun-image,
  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3b726db-af34-4043-94ed-c2683d5ed7c8 {
    width: 100%;
    height: auto;
  }



  img.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
    
    
  }


.s-f3b726db-af34-4043-94ed-c2683d5ed7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shg-align-container {
  text-align: center
}

.s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b726db-af34-4043-94ed-c2683d5ed7c8.shogun-image {
  box-sizing: border-box;
}


}
#s-dacaef25-525b-4e79-9f5a-f747f201bbe1 {
  text-align: center;
}
@media (min-width: 1200px){#s-dacaef25-525b-4e79-9f5a-f747f201bbe1 {
  display: none;
}
#s-dacaef25-525b-4e79-9f5a-f747f201bbe1, #wrap-s-dacaef25-525b-4e79-9f5a-f747f201bbe1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dacaef25-525b-4e79-9f5a-f747f201bbe1 {
  display: none;
}
#s-dacaef25-525b-4e79-9f5a-f747f201bbe1, #wrap-s-dacaef25-525b-4e79-9f5a-f747f201bbe1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dacaef25-525b-4e79-9f5a-f747f201bbe1 {
  display: none;
}
#s-dacaef25-525b-4e79-9f5a-f747f201bbe1, #wrap-s-dacaef25-525b-4e79-9f5a-f747f201bbe1 { display:none !important; }}






  img.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
    
    
  }


.s-dacaef25-525b-4e79-9f5a-f747f201bbe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shg-align-container {
  text-align: center
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
    
    
  }


.s-dacaef25-525b-4e79-9f5a-f747f201bbe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shg-align-container {
  text-align: center
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
    
    
  }


.s-dacaef25-525b-4e79-9f5a-f747f201bbe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shg-align-container {
  text-align: center
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
    
    
  }


.s-dacaef25-525b-4e79-9f5a-f747f201bbe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shg-align-container {
  text-align: center
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
    
    
  }


.s-dacaef25-525b-4e79-9f5a-f747f201bbe1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shg-align-container {
  text-align: center
}

.s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dacaef25-525b-4e79-9f5a-f747f201bbe1.shogun-image {
  box-sizing: border-box;
}


}
#s-fb992dad-0f7c-4fac-904a-d2a8a4318465 {
  box-shadow:0px 0px 0px 0px rgba(223, 220, 215, 0.93);
margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(231, 228, 223, 1);
}








#s-fb992dad-0f7c-4fac-904a-d2a8a4318465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb992dad-0f7c-4fac-904a-d2a8a4318465.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-72b883a6-9ad3-4c9a-8ec8-804c4cb548be {
  margin-top: 10px;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-72b883a6-9ad3-4c9a-8ec8-804c4cb548be .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



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

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

#s-45272b73-2626-40b8-9658-94320bdd6cef {
  padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}

#s-45272b73-2626-40b8-9658-94320bdd6cef hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e {
  margin-top: -20px;
margin-bottom: -20px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a87bb38-3d98-4c7d-b9f8-b93be0fc0b9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

.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-d48f01ad-b344-498c-806c-ec744bcfb7bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}

#s-d48f01ad-b344-498c-806c-ec744bcfb7bc hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-69ddaad3-187c-42b2-923b-bc3697e5b918 {
  margin-top: -20px;
margin-bottom: -20px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-69ddaad3-187c-42b2-923b-bc3697e5b918"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69ddaad3-187c-42b2-923b-bc3697e5b918"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69ddaad3-187c-42b2-923b-bc3697e5b918"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69ddaad3-187c-42b2-923b-bc3697e5b918"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69ddaad3-187c-42b2-923b-bc3697e5b918"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69ddaad3-187c-42b2-923b-bc3697e5b918"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69ddaad3-187c-42b2-923b-bc3697e5b918"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-091d8054-1c65-4a79-bc7d-437b811204b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}

#s-091d8054-1c65-4a79-bc7d-437b811204b6 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-396d22e8-a532-4243-bee2-7441c6fa3b80 {
  margin-top: -20px;
margin-bottom: -20px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-396d22e8-a532-4243-bee2-7441c6fa3b80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-396d22e8-a532-4243-bee2-7441c6fa3b80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-396d22e8-a532-4243-bee2-7441c6fa3b80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-396d22e8-a532-4243-bee2-7441c6fa3b80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-396d22e8-a532-4243-bee2-7441c6fa3b80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-396d22e8-a532-4243-bee2-7441c6fa3b80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-396d22e8-a532-4243-bee2-7441c6fa3b80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c356d249-d3bd-4a5d-8abe-b05b7dc9937f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}

#s-c356d249-d3bd-4a5d-8abe-b05b7dc9937f hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-f0856fb4-f0a9-4be3-bf90-01f3e782dd85 {
  padding-left: 2%;
padding-right: 2%;
}

#s-2147b9be-06fc-44ef-88c9-72d14598c81b {
  padding-top: 0px;
padding-left: 2%;
padding-bottom: 12px;
padding-right: 2%;
text-align: center;
}

#s-bf3def97-b3ad-496f-993d-f7e1741e3730 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bf3def97-b3ad-496f-993d-f7e1741e3730 {
  display: none;
}
#s-bf3def97-b3ad-496f-993d-f7e1741e3730, #wrap-s-bf3def97-b3ad-496f-993d-f7e1741e3730 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf3def97-b3ad-496f-993d-f7e1741e3730 {
  display: none;
}
#s-bf3def97-b3ad-496f-993d-f7e1741e3730, #wrap-s-bf3def97-b3ad-496f-993d-f7e1741e3730 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf3def97-b3ad-496f-993d-f7e1741e3730 {
  display: none;
}
#s-bf3def97-b3ad-496f-993d-f7e1741e3730, #wrap-s-bf3def97-b3ad-496f-993d-f7e1741e3730 { display:none !important; }}







#s-bf3def97-b3ad-496f-993d-f7e1741e3730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf3def97-b3ad-496f-993d-f7e1741e3730.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f03b1b33-7078-4e17-978d-c44d0f22ccb8 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f03b1b33-7078-4e17-978d-c44d0f22ccb8 .shogun-icon-wrapper {
  text-align: center;
}


#s-f03b1b33-7078-4e17-978d-c44d0f22ccb8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-6c127bda-17c9-4757-a592-f89e42eacbd3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-6c127bda-17c9-4757-a592-f89e42eacbd3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c127bda-17c9-4757-a592-f89e42eacbd3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c127bda-17c9-4757-a592-f89e42eacbd3 {
  
}
}@media (max-width: 767px){#s-6c127bda-17c9-4757-a592-f89e42eacbd3 {
  
}
}
#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e {
  display: none;
}
#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e, #wrap-s-a97c214f-5f45-4e33-8a0d-70c58b79f13e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e {
  display: none;
}
#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e, #wrap-s-a97c214f-5f45-4e33-8a0d-70c58b79f13e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e {
  display: none;
}
#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e, #wrap-s-a97c214f-5f45-4e33-8a0d-70c58b79f13e { display:none !important; }}







#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a97c214f-5f45-4e33-8a0d-70c58b79f13e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c5f351c-f496-494d-a9c6-69bf3cc74174 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-1c5f351c-f496-494d-a9c6-69bf3cc74174 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c5f351c-f496-494d-a9c6-69bf3cc74174 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e848ebad-bded-4b61-b16a-9899ff41578c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e848ebad-bded-4b61-b16a-9899ff41578c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e848ebad-bded-4b61-b16a-9899ff41578c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e848ebad-bded-4b61-b16a-9899ff41578c {
  
}
}@media (max-width: 767px){#s-e848ebad-bded-4b61-b16a-9899ff41578c {
  
}
}
#s-a2d4c170-5c29-4977-a828-63911694be12 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a2d4c170-5c29-4977-a828-63911694be12 {
  display: none;
}
#s-a2d4c170-5c29-4977-a828-63911694be12, #wrap-s-a2d4c170-5c29-4977-a828-63911694be12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2d4c170-5c29-4977-a828-63911694be12 {
  display: none;
}
#s-a2d4c170-5c29-4977-a828-63911694be12, #wrap-s-a2d4c170-5c29-4977-a828-63911694be12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2d4c170-5c29-4977-a828-63911694be12 {
  display: none;
}
#s-a2d4c170-5c29-4977-a828-63911694be12, #wrap-s-a2d4c170-5c29-4977-a828-63911694be12 { display:none !important; }}







#s-a2d4c170-5c29-4977-a828-63911694be12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2d4c170-5c29-4977-a828-63911694be12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c1e24f8f-3744-4f58-880c-c475c41b3967 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c1e24f8f-3744-4f58-880c-c475c41b3967 .shogun-icon-wrapper {
  text-align: center;
}


#s-c1e24f8f-3744-4f58-880c-c475c41b3967 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d5000756-16dc-42f6-8ea2-6160921a3925 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-d5000756-16dc-42f6-8ea2-6160921a3925 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5000756-16dc-42f6-8ea2-6160921a3925 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5000756-16dc-42f6-8ea2-6160921a3925 {
  
}
}@media (max-width: 767px){#s-d5000756-16dc-42f6-8ea2-6160921a3925 {
  
}
}
#s-2f30c912-7561-497b-9cf1-03a25f084ab7 {
  text-align: left;
}

.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-1659faac-abc1-4330-a078-16ff091e70dc {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-1659faac-abc1-4330-a078-16ff091e70dc {
  display: none;
}
#s-1659faac-abc1-4330-a078-16ff091e70dc, #wrap-s-1659faac-abc1-4330-a078-16ff091e70dc { display:none !important; }}
#s-1659faac-abc1-4330-a078-16ff091e70dc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1659faac-abc1-4330-a078-16ff091e70dc .shg-sld-nav-button.shg-sld-left,
#s-1659faac-abc1-4330-a078-16ff091e70dc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-90c87a7f-8629-42ee-aef9-2fc82f87f120 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-90c87a7f-8629-42ee-aef9-2fc82f87f120 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90c87a7f-8629-42ee-aef9-2fc82f87f120 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90c87a7f-8629-42ee-aef9-2fc82f87f120 {
  
}
}@media (max-width: 767px){#s-90c87a7f-8629-42ee-aef9-2fc82f87f120 {
  
}
}







#s-90c87a7f-8629-42ee-aef9-2fc82f87f120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90c87a7f-8629-42ee-aef9-2fc82f87f120.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d1fd0a2c-e992-4e5e-83e9-8ff820843430 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-d1fd0a2c-e992-4e5e-83e9-8ff820843430 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1fd0a2c-e992-4e5e-83e9-8ff820843430 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1fd0a2c-e992-4e5e-83e9-8ff820843430 {
  
}
}@media (max-width: 767px){#s-d1fd0a2c-e992-4e5e-83e9-8ff820843430 {
  
}
}
@media (min-width: 0px) {
[id="s-d1fd0a2c-e992-4e5e-83e9-8ff820843430"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1fd0a2c-e992-4e5e-83e9-8ff820843430"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d1fd0a2c-e992-4e5e-83e9-8ff820843430"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d1fd0a2c-e992-4e5e-83e9-8ff820843430"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-32289635-8e27-4ec9-bd81-c8a1f9bea984 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-32289635-8e27-4ec9-bd81-c8a1f9bea984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32289635-8e27-4ec9-bd81-c8a1f9bea984.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4250e1b2-337b-48c1-9ced-0e7d953eba1f {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-4250e1b2-337b-48c1-9ced-0e7d953eba1f .shogun-icon-wrapper {
  text-align: center;
}


#s-4250e1b2-337b-48c1-9ced-0e7d953eba1f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8c21ec61-d999-4a51-909d-88a8c0877cfb {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8c21ec61-d999-4a51-909d-88a8c0877cfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c21ec61-d999-4a51-909d-88a8c0877cfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c21ec61-d999-4a51-909d-88a8c0877cfb {
  
}
}@media (max-width: 767px){#s-8c21ec61-d999-4a51-909d-88a8c0877cfb {
  
}
}
#s-10c4a972-eb11-4dfa-b71b-eb4f5e39306d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-10c4a972-eb11-4dfa-b71b-eb4f5e39306d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10c4a972-eb11-4dfa-b71b-eb4f5e39306d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e6c1b27d-748b-4726-a4c2-29172f260a23 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e6c1b27d-748b-4726-a4c2-29172f260a23 .shogun-icon-wrapper {
  text-align: center;
}


#s-e6c1b27d-748b-4726-a4c2-29172f260a23 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8b02bdd0-1d37-4ac2-be47-14812d7530f6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8b02bdd0-1d37-4ac2-be47-14812d7530f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b02bdd0-1d37-4ac2-be47-14812d7530f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b02bdd0-1d37-4ac2-be47-14812d7530f6 {
  
}
}@media (max-width: 767px){#s-8b02bdd0-1d37-4ac2-be47-14812d7530f6 {
  
}
}
#s-c5ee2450-6a8d-4593-9eb5-7c23b1e7890f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c5ee2450-6a8d-4593-9eb5-7c23b1e7890f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5ee2450-6a8d-4593-9eb5-7c23b1e7890f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bb112e21-50ec-48ed-a0d0-9a105e7ce5d8 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-bb112e21-50ec-48ed-a0d0-9a105e7ce5d8 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb112e21-50ec-48ed-a0d0-9a105e7ce5d8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-43ac7bf2-d819-482c-a1b5-fb85564d9a66 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-43ac7bf2-d819-482c-a1b5-fb85564d9a66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43ac7bf2-d819-482c-a1b5-fb85564d9a66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43ac7bf2-d819-482c-a1b5-fb85564d9a66 {
  
}
}@media (max-width: 767px){#s-43ac7bf2-d819-482c-a1b5-fb85564d9a66 {
  
}
}
#s-6bbade1c-439d-499b-b8dd-d28abaf74e71 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6bbade1c-439d-499b-b8dd-d28abaf74e71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6bbade1c-439d-499b-b8dd-d28abaf74e71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6bbade1c-439d-499b-b8dd-d28abaf74e71 {
  
}
}@media (max-width: 767px){#s-6bbade1c-439d-499b-b8dd-d28abaf74e71 {
  
}
}







#s-6bbade1c-439d-499b-b8dd-d28abaf74e71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bbade1c-439d-499b-b8dd-d28abaf74e71.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22 {
  
}
}@media (max-width: 767px){#s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22 {
  
}
}
@media (min-width: 0px) {
[id="s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4fa18b4a-5a8a-4602-9a8d-8e986908fb22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-e38c5aac-308b-4204-b24a-f3ed5f0b286c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e38c5aac-308b-4204-b24a-f3ed5f0b286c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e38c5aac-308b-4204-b24a-f3ed5f0b286c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba0ce379-5b21-4995-b3f1-f615c1dc00ef {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ba0ce379-5b21-4995-b3f1-f615c1dc00ef .shogun-icon-wrapper {
  text-align: center;
}


#s-ba0ce379-5b21-4995-b3f1-f615c1dc00ef .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-859cfa29-35fa-4c2c-a328-898fcbcae60e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-859cfa29-35fa-4c2c-a328-898fcbcae60e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-859cfa29-35fa-4c2c-a328-898fcbcae60e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-859cfa29-35fa-4c2c-a328-898fcbcae60e {
  
}
}@media (max-width: 767px){#s-859cfa29-35fa-4c2c-a328-898fcbcae60e {
  
}
}
#s-758df1ca-e8d3-418e-8229-d3a7215bd4d3 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-758df1ca-e8d3-418e-8229-d3a7215bd4d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-758df1ca-e8d3-418e-8229-d3a7215bd4d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed0807ad-cd39-45dd-a62a-f6eb249784c1 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ed0807ad-cd39-45dd-a62a-f6eb249784c1 .shogun-icon-wrapper {
  text-align: center;
}


#s-ed0807ad-cd39-45dd-a62a-f6eb249784c1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-2d6f6cf4-0e00-456a-aca4-090ddc202f7f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2d6f6cf4-0e00-456a-aca4-090ddc202f7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d6f6cf4-0e00-456a-aca4-090ddc202f7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d6f6cf4-0e00-456a-aca4-090ddc202f7f {
  
}
}@media (max-width: 767px){#s-2d6f6cf4-0e00-456a-aca4-090ddc202f7f {
  
}
}
#s-a5494d7a-3bcb-4aa6-843f-dfe239cbff26 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a5494d7a-3bcb-4aa6-843f-dfe239cbff26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5494d7a-3bcb-4aa6-843f-dfe239cbff26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ea08a89a-4e50-4bc6-8230-5698bae3e354 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ea08a89a-4e50-4bc6-8230-5698bae3e354 .shogun-icon-wrapper {
  text-align: center;
}


#s-ea08a89a-4e50-4bc6-8230-5698bae3e354 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-628885ed-90c1-4ab4-a999-f86c298b28cf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-628885ed-90c1-4ab4-a999-f86c298b28cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-628885ed-90c1-4ab4-a999-f86c298b28cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-628885ed-90c1-4ab4-a999-f86c298b28cf {
  
}
}@media (max-width: 767px){#s-628885ed-90c1-4ab4-a999-f86c298b28cf {
  
}
}
#s-e6db0853-6b73-407a-9dfe-8dd3387d0473 {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e6db0853-6b73-407a-9dfe-8dd3387d0473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6db0853-6b73-407a-9dfe-8dd3387d0473.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-adbdc871-33c1-4983-bdb4-b53594af2037 {
  margin-top: 20px;
padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}

#s-adbdc871-33c1-4983-bdb4-b53594af2037 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-8d95ba05-3660-4349-82f8-d9516bc8ee78 {
  margin-top: 0px;
}

#s-8d95ba05-3660-4349-82f8-d9516bc8ee78 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-8d95ba05-3660-4349-82f8-d9516bc8ee78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-8d95ba05-3660-4349-82f8-d9516bc8ee78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8d95ba05-3660-4349-82f8-d9516bc8ee78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-8d95ba05-3660-4349-82f8-d9516bc8ee78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-8d95ba05-3660-4349-82f8-d9516bc8ee78 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1371501f-deb9-4107-9eb7-0e0b0193e0f2 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a27cb91b-146a-497e-9651-045f1be8da0f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c64d930a-0507-41e7-b700-b49bca863140 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ddd36c31-9f64-4ee8-9c70-94d2752191c1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e68ce13e-7aa3-4d2e-83fa-ca4044fcc6ad {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2443c5ab-f5d4-42d7-9f98-b827c11797bb {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c77564b8-8f25-445e-b6ca-a5fa263af6bb {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-8dd4ff91-4c51-451f-8e15-dd2fae0d8939 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 12px;
min-height: 50px;
}








#s-8dd4ff91-4c51-451f-8e15-dd2fae0d8939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dd4ff91-4c51-451f-8e15-dd2fae0d8939.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-675031a3-f7c0-4c6d-b78b-61e11d12c6e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-675031a3-f7c0-4c6d-b78b-61e11d12c6e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-675031a3-f7c0-4c6d-b78b-61e11d12c6e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-675031a3-f7c0-4c6d-b78b-61e11d12c6e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df9a05f8-1259-426f-b587-5534f27b6532 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
min-height: 500px;
background-position: center center;
}








#s-df9a05f8-1259-426f-b587-5534f27b6532 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-df9a05f8-1259-426f-b587-5534f27b6532.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fc7cfd0b-2829-45fc-9db8-09c8565cee4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc7cfd0b-2829-45fc-9db8-09c8565cee4a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



.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-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18 {
  border-style: solid;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
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;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18-root {
    text-align: left;
  }


#s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18-root {
    text-align: left;
  }


#s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18-root {
    text-align: left;
  }


#s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18-root {
    text-align: left;
  }


#s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18-root {
    text-align: left;
  }


#s-c5c1a4f7-7477-4cab-8ea9-fbc32b743a18.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
#s-565532ad-a33d-4a64-bbd8-71660cf0e36b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
min-height: 500px;
background-position: center center;
}








#s-565532ad-a33d-4a64-bbd8-71660cf0e36b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-565532ad-a33d-4a64-bbd8-71660cf0e36b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cc937075-e387-4c11-85b2-50e5f534647f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc937075-e387-4c11-85b2-50e5f534647f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-5df291c0-0524-494a-8e5b-d045cfedc0f4 {
  border-style: solid;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
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;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5df291c0-0524-494a-8e5b-d045cfedc0f4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5df291c0-0524-494a-8e5b-d045cfedc0f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5df291c0-0524-494a-8e5b-d045cfedc0f4-root {
    text-align: left;
  }


#s-5df291c0-0524-494a-8e5b-d045cfedc0f4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5df291c0-0524-494a-8e5b-d045cfedc0f4-root {
    text-align: left;
  }


#s-5df291c0-0524-494a-8e5b-d045cfedc0f4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5df291c0-0524-494a-8e5b-d045cfedc0f4-root {
    text-align: left;
  }


#s-5df291c0-0524-494a-8e5b-d045cfedc0f4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5df291c0-0524-494a-8e5b-d045cfedc0f4-root {
    text-align: left;
  }


#s-5df291c0-0524-494a-8e5b-d045cfedc0f4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5df291c0-0524-494a-8e5b-d045cfedc0f4-root {
    text-align: left;
  }


#s-5df291c0-0524-494a-8e5b-d045cfedc0f4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
#s-5a8bab0e-6499-490d-8e00-6951f3cd423a {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-5a8bab0e-6499-490d-8e00-6951f3cd423a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a8bab0e-6499-490d-8e00-6951f3cd423a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a8bab0e-6499-490d-8e00-6951f3cd423a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a8bab0e-6499-490d-8e00-6951f3cd423a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fee24acd-b5ac-4b77-91d6-1ceef9da27f0 {
  background-color: rgba(231, 228, 223, 1);
}








#s-fee24acd-b5ac-4b77-91d6-1ceef9da27f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee24acd-b5ac-4b77-91d6-1ceef9da27f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baa4922a-d6ec-456b-8a86-ac0e0fc188d3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-baa4922a-d6ec-456b-8a86-ac0e0fc188d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-47c30509-8468-47d6-b655-c0e460f20db3 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 2%;
padding-right: 2%;
}

#s-29d8958a-98e8-4a73-aae4-3de928015847 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
text-align: left;
}

#s-09643304-e78d-413d-8f6d-16a10d1d3b19 {
  text-align: center;
}
@media (max-width: 767px){#s-09643304-e78d-413d-8f6d-16a10d1d3b19 {
  display: none;
}
#s-09643304-e78d-413d-8f6d-16a10d1d3b19, #wrap-s-09643304-e78d-413d-8f6d-16a10d1d3b19 { display:none !important; }}






  img.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
    
    
  }


.s-09643304-e78d-413d-8f6d-16a10d1d3b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shg-align-container {
  text-align: center
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
    
    
  }


.s-09643304-e78d-413d-8f6d-16a10d1d3b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shg-align-container {
  text-align: center
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
    
    
  }


.s-09643304-e78d-413d-8f6d-16a10d1d3b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shg-align-container {
  text-align: center
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
    
    
  }


.s-09643304-e78d-413d-8f6d-16a10d1d3b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shg-align-container {
  text-align: center
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
    
    
  }


.s-09643304-e78d-413d-8f6d-16a10d1d3b19 .shogun-image-content {
  
    align-items: center;
  
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shg-align-container {
  text-align: center
}

.s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09643304-e78d-413d-8f6d-16a10d1d3b19.shogun-image {
  box-sizing: border-box;
}


}
#s-36f52523-7b77-4768-b380-432d1455bcc6 {
  margin-left: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-36f52523-7b77-4768-b380-432d1455bcc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f52523-7b77-4768-b380-432d1455bcc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52e5f3f6-5031-4ca0-8ba0-62686b393ae7 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

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