.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-890f8ab2-9176-4508-ae39-5412134bc34e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}

#s-890f8ab2-9176-4508-ae39-5412134bc34e {
  background-image: url(https://i.shgcdn.com/9dec352e-5820-4516-a94c-662a5d159161/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-890f8ab2-9176-4508-ae39-5412134bc34e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-890f8ab2-9176-4508-ae39-5412134bc34e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7629d493-a425-423a-b36b-c9185ebd6b66 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}








#s-7629d493-a425-423a-b36b-c9185ebd6b66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7629d493-a425-423a-b36b-c9185ebd6b66.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-a0b28048-9568-4c2a-b0eb-03a0d824cdb7 {
  box-shadow:8px 8px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-a0b28048-9568-4c2a-b0eb-03a0d824cdb7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  letter-spacing: 0px;
  text-align: center;
}



#s-8272d074-dc8c-4dce-9fea-fd4a8252f5c1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(170, 0, 0, 1);
}
@media (min-width: 1200px){#s-8272d074-dc8c-4dce-9fea-fd4a8252f5c1 {
  padding-left: 150px;
padding-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8272d074-dc8c-4dce-9fea-fd4a8252f5c1 {
  padding-left: 125px;
padding-right: 125px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8272d074-dc8c-4dce-9fea-fd4a8252f5c1 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-8272d074-dc8c-4dce-9fea-fd4a8252f5c1 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-8272d074-dc8c-4dce-9fea-fd4a8252f5c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8272d074-dc8c-4dce-9fea-fd4a8252f5c1.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;
}

@media (min-width: 0px) {
[id="s-f4d474e5-8cda-4f27-8bc5-84e187063af9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f4d474e5-8cda-4f27-8bc5-84e187063af9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4d474e5-8cda-4f27-8bc5-84e187063af9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4d474e5-8cda-4f27-8bc5-84e187063af9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-f2957581-7c12-4ebb-b79a-b42df82b9121 {
  margin-top: 10px;
margin-bottom: -20px;
max-width: 75px;
text-align: right;
}
@media (max-width: 767px){#s-f2957581-7c12-4ebb-b79a-b42df82b9121 {
  max-width: 50px;
}
}






  img.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
    
    
  }


.s-f2957581-7c12-4ebb-b79a-b42df82b9121 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shg-align-container {
  text-align: right
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
    
    
  }


.s-f2957581-7c12-4ebb-b79a-b42df82b9121 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shg-align-container {
  text-align: right
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
    
    
  }


.s-f2957581-7c12-4ebb-b79a-b42df82b9121 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shg-align-container {
  text-align: right
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
    
    
  }


.s-f2957581-7c12-4ebb-b79a-b42df82b9121 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shg-align-container {
  text-align: right
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
    
    
  }


.s-f2957581-7c12-4ebb-b79a-b42df82b9121 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shg-align-container {
  text-align: right
}

.s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957581-7c12-4ebb-b79a-b42df82b9121.shogun-image {
  box-sizing: border-box;
}


}
#s-c4411f63-a20d-496e-a9e7-4c80ee6aa927 {
  margin-top: 10px;
margin-bottom: -20px;
max-width: 75px;
text-align: left;
}
@media (max-width: 767px){#s-c4411f63-a20d-496e-a9e7-4c80ee6aa927 {
  max-width: 50px;
}
}






  img.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
    
    
  }


.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shg-align-container {
  text-align: left
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
    
    
  }


.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shg-align-container {
  text-align: left
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
    
    
  }


.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shg-align-container {
  text-align: left
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
    
    
  }


.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shg-align-container {
  text-align: left
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
    
    
  }


.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shg-align-container {
  text-align: left
}

.s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4411f63-a20d-496e-a9e7-4c80ee6aa927.shogun-image {
  box-sizing: border-box;
}


}
#s-813e0add-8207-4015-8726-c6876f7ffa94 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-813e0add-8207-4015-8726-c6876f7ffa94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-813e0add-8207-4015-8726-c6876f7ffa94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-813e0add-8207-4015-8726-c6876f7ffa94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-813e0add-8207-4015-8726-c6876f7ffa94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08d7178f-06c5-467c-8393-280e0a8a56a3 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-08d7178f-06c5-467c-8393-280e0a8a56a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08d7178f-06c5-467c-8393-280e0a8a56a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b00be267-67ce-40f7-b4ef-b3c44d56535d {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-b00be267-67ce-40f7-b4ef-b3c44d56535d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: 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-2ec28f4b-98cf-431c-bb18-cf9fe04554d0 {
  border-style: solid;
border-color: #000;
margin-left: 11%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
min-width: 0px;
}

#s-73a0a4ce-94e9-4c36-b98c-fec7d6a0c483 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-73a0a4ce-94e9-4c36-b98c-fec7d6a0c483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73a0a4ce-94e9-4c36-b98c-fec7d6a0c483.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51922c47-ca81-439d-aad0-d4af3eb1b6ec {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-51922c47-ca81-439d-aad0-d4af3eb1b6ec .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a94c196d-a3a1-4129-ad1e-000b21917ede {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 15px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
min-width: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-34649013-9b38-49b9-8779-3e34a5100dbe {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-34649013-9b38-49b9-8779-3e34a5100dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34649013-9b38-49b9-8779-3e34a5100dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35948037-9b44-4aea-b106-0419bff8e0de {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-35948037-9b44-4aea-b106-0419bff8e0de .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ac2199f1-73e5-4001-a923-af6dd56640f8 {
  border-style: solid;
border-color: #000;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
min-width: 0px;
}

#s-7d8dc5b3-44da-458a-a833-fc63e597faf7 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7d8dc5b3-44da-458a-a833-fc63e597faf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d8dc5b3-44da-458a-a833-fc63e597faf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13769326-7fee-4598-881a-692b198e049c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-13769326-7fee-4598-881a-692b198e049c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-65404a57-f03f-4251-8df5-a25549f3637f {
  border-style: solid;
border-color: #000;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
min-width: 0px;
}

.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-2e6b3e74-5a07-4a11-be08-94c80968ac91 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(75, 159, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2e6b3e74-5a07-4a11-be08-94c80968ac91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e6b3e74-5a07-4a11-be08-94c80968ac91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e6b3e74-5a07-4a11-be08-94c80968ac91-root {
    text-align: center;
  }


#s-2e6b3e74-5a07-4a11-be08-94c80968ac91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e6b3e74-5a07-4a11-be08-94c80968ac91-root {
    text-align: center;
  }


#s-2e6b3e74-5a07-4a11-be08-94c80968ac91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e6b3e74-5a07-4a11-be08-94c80968ac91-root {
    text-align: center;
  }


#s-2e6b3e74-5a07-4a11-be08-94c80968ac91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e6b3e74-5a07-4a11-be08-94c80968ac91-root {
    text-align: center;
  }


#s-2e6b3e74-5a07-4a11-be08-94c80968ac91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e6b3e74-5a07-4a11-be08-94c80968ac91-root {
    text-align: center;
  }


#s-2e6b3e74-5a07-4a11-be08-94c80968ac91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6c28c4de-352c-47c4-9517-e893212e571c {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 103, 178, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c28c4de-352c-47c4-9517-e893212e571c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c28c4de-352c-47c4-9517-e893212e571c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c28c4de-352c-47c4-9517-e893212e571c-root {
    text-align: center;
  }


#s-6c28c4de-352c-47c4-9517-e893212e571c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c28c4de-352c-47c4-9517-e893212e571c-root {
    text-align: center;
  }


#s-6c28c4de-352c-47c4-9517-e893212e571c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c28c4de-352c-47c4-9517-e893212e571c-root {
    text-align: center;
  }


#s-6c28c4de-352c-47c4-9517-e893212e571c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c28c4de-352c-47c4-9517-e893212e571c-root {
    text-align: center;
  }


#s-6c28c4de-352c-47c4-9517-e893212e571c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c28c4de-352c-47c4-9517-e893212e571c-root {
    text-align: center;
  }


#s-6c28c4de-352c-47c4-9517-e893212e571c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-714ece70-be1e-46e6-81d5-262d6fc7f054 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-714ece70-be1e-46e6-81d5-262d6fc7f054 {
  padding-left: 17%;
padding-right: 17%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-714ece70-be1e-46e6-81d5-262d6fc7f054 {
  padding-left: 17%;
padding-right: 17%;
}
}@media (max-width: 767px){#s-714ece70-be1e-46e6-81d5-262d6fc7f054 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-d771305f-876d-40f8-a0bb-c005ea32dfb0 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d771305f-876d-40f8-a0bb-c005ea32dfb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d771305f-876d-40f8-a0bb-c005ea32dfb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d771305f-876d-40f8-a0bb-c005ea32dfb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d771305f-876d-40f8-a0bb-c005ea32dfb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9a268420-3d94-43a1-80fd-4b0589129282 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9a268420-3d94-43a1-80fd-4b0589129282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a268420-3d94-43a1-80fd-4b0589129282.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-881fabcb-d6a3-4a05-8041-54a7cde91681 {
  padding-bottom: 0px;
max-width: 750px;
aspect-ratio: 750/500;
}





  #s-881fabcb-d6a3-4a05-8041-54a7cde91681 img.shogun-image,
  #s-881fabcb-d6a3-4a05-8041-54a7cde91681 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-881fabcb-d6a3-4a05-8041-54a7cde91681 {
    width: 100%;
    height: auto;
  }



  #s-881fabcb-d6a3-4a05-8041-54a7cde91681 img.shogun-image {
    

    
    
    
  }


#s-881fabcb-d6a3-4a05-8041-54a7cde91681 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc917fdf-371f-4951-a1e4-5907e425a81c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-fc917fdf-371f-4951-a1e4-5907e425a81c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-a85839a6-0711-448f-8c5e-3e84668b8bd9 {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-ec6105d4-7bee-43ab-9bc2-3534869fbcdf {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ec6105d4-7bee-43ab-9bc2-3534869fbcdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec6105d4-7bee-43ab-9bc2-3534869fbcdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb052e0a-7daf-4a8b-8806-f02154b33d0e {
  padding-bottom: 0px;
max-width: 750px;
aspect-ratio: 750/500;
}





  #s-bb052e0a-7daf-4a8b-8806-f02154b33d0e img.shogun-image,
  #s-bb052e0a-7daf-4a8b-8806-f02154b33d0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb052e0a-7daf-4a8b-8806-f02154b33d0e {
    width: 100%;
    height: auto;
  }



  #s-bb052e0a-7daf-4a8b-8806-f02154b33d0e img.shogun-image {
    

    
    
    
  }


#s-bb052e0a-7daf-4a8b-8806-f02154b33d0e .shogun-image-content {
  
    align-items: center;
  
}

#s-056c1918-ec95-4b09-9cd0-56431c8ff7ea {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-056c1918-ec95-4b09-9cd0-56431c8ff7ea .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bf9e433d-1538-41cf-9a41-25885ac15e56 {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-887d50fb-58c5-4565-8049-e38252a18408 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-887d50fb-58c5-4565-8049-e38252a18408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887d50fb-58c5-4565-8049-e38252a18408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-023f8f6a-071e-4e28-a455-57cf880d12db {
  padding-bottom: 0px;
max-width: 1500px;
aspect-ratio: 1500/1000;
}





  #s-023f8f6a-071e-4e28-a455-57cf880d12db img.shogun-image,
  #s-023f8f6a-071e-4e28-a455-57cf880d12db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-023f8f6a-071e-4e28-a455-57cf880d12db {
    width: 100%;
    height: auto;
  }



  #s-023f8f6a-071e-4e28-a455-57cf880d12db img.shogun-image {
    

    
    
    
  }


#s-023f8f6a-071e-4e28-a455-57cf880d12db .shogun-image-content {
  
    align-items: center;
  
}

#s-817ec9ea-1416-4ea1-be69-28d4cacd9a94 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-817ec9ea-1416-4ea1-be69-28d4cacd9a94 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6eb9734f-dff3-4d1c-8e57-557f19905516 {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-5a1febd7-315b-4c08-99e8-2bdbf63f179c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5a1febd7-315b-4c08-99e8-2bdbf63f179c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a1febd7-315b-4c08-99e8-2bdbf63f179c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5a1febd7-315b-4c08-99e8-2bdbf63f179c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a1febd7-315b-4c08-99e8-2bdbf63f179c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-24978982-d581-4213-bf2a-e3e2204647bc {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-24978982-d581-4213-bf2a-e3e2204647bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24978982-d581-4213-bf2a-e3e2204647bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e8388ee-b654-4512-8989-42e13aa113bc {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-0e8388ee-b654-4512-8989-42e13aa113bc img.shogun-image,
  #s-0e8388ee-b654-4512-8989-42e13aa113bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e8388ee-b654-4512-8989-42e13aa113bc {
    width: 100%;
    height: auto;
  }



  #s-0e8388ee-b654-4512-8989-42e13aa113bc img.shogun-image {
    

    
    
    
  }


#s-0e8388ee-b654-4512-8989-42e13aa113bc .shogun-image-content {
  
    align-items: center;
  
}

#s-f855e16c-a3b5-42cf-aed5-a096b0996dae {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-f855e16c-a3b5-42cf-aed5-a096b0996dae .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ea1bcd94-89a0-4c57-b4f2-8922dbf39a19 {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-8be2ce70-0638-4976-87f6-400215e44338 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(75, 159, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8be2ce70-0638-4976-87f6-400215e44338:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8be2ce70-0638-4976-87f6-400215e44338:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8be2ce70-0638-4976-87f6-400215e44338-root {
    text-align: center;
  }


#s-8be2ce70-0638-4976-87f6-400215e44338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8be2ce70-0638-4976-87f6-400215e44338-root {
    text-align: center;
  }


#s-8be2ce70-0638-4976-87f6-400215e44338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8be2ce70-0638-4976-87f6-400215e44338-root {
    text-align: center;
  }


#s-8be2ce70-0638-4976-87f6-400215e44338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8be2ce70-0638-4976-87f6-400215e44338-root {
    text-align: center;
  }


#s-8be2ce70-0638-4976-87f6-400215e44338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8be2ce70-0638-4976-87f6-400215e44338-root {
    text-align: center;
  }


#s-8be2ce70-0638-4976-87f6-400215e44338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6ad97dd6-0458-4e97-bc02-66651faf7dae {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6ad97dd6-0458-4e97-bc02-66651faf7dae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ad97dd6-0458-4e97-bc02-66651faf7dae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb3b377-9556-41b1-a6dd-c39ef46d5ef2 {
  padding-bottom: 0px;
max-width: 750px;
aspect-ratio: 750/500;
}





  #s-8eb3b377-9556-41b1-a6dd-c39ef46d5ef2 img.shogun-image,
  #s-8eb3b377-9556-41b1-a6dd-c39ef46d5ef2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eb3b377-9556-41b1-a6dd-c39ef46d5ef2 {
    width: 100%;
    height: auto;
  }



  #s-8eb3b377-9556-41b1-a6dd-c39ef46d5ef2 img.shogun-image {
    

    
    
    
  }


#s-8eb3b377-9556-41b1-a6dd-c39ef46d5ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-82644083-43d4-495a-8488-8ad49c6b05a4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-82644083-43d4-495a-8488-8ad49c6b05a4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-5f3a330c-fef5-473c-85d3-557d81246a1b {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-2c8d337b-e012-4fac-80a9-8b62c489c679 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(75, 159, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2c8d337b-e012-4fac-80a9-8b62c489c679:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c8d337b-e012-4fac-80a9-8b62c489c679:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c8d337b-e012-4fac-80a9-8b62c489c679-root {
    text-align: center;
  }


#s-2c8d337b-e012-4fac-80a9-8b62c489c679.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c8d337b-e012-4fac-80a9-8b62c489c679-root {
    text-align: center;
  }


#s-2c8d337b-e012-4fac-80a9-8b62c489c679.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c8d337b-e012-4fac-80a9-8b62c489c679-root {
    text-align: center;
  }


#s-2c8d337b-e012-4fac-80a9-8b62c489c679.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c8d337b-e012-4fac-80a9-8b62c489c679-root {
    text-align: center;
  }


#s-2c8d337b-e012-4fac-80a9-8b62c489c679.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c8d337b-e012-4fac-80a9-8b62c489c679-root {
    text-align: center;
  }


#s-2c8d337b-e012-4fac-80a9-8b62c489c679.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-708f4252-f2aa-48cb-a972-e0c26c8e4b08 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-708f4252-f2aa-48cb-a972-e0c26c8e4b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-708f4252-f2aa-48cb-a972-e0c26c8e4b08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65fc999a-0101-4145-84eb-e6d0f79edb43 {
  padding-bottom: 0px;
max-width: 526px;
aspect-ratio: 526/351;
}





  #s-65fc999a-0101-4145-84eb-e6d0f79edb43 img.shogun-image,
  #s-65fc999a-0101-4145-84eb-e6d0f79edb43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65fc999a-0101-4145-84eb-e6d0f79edb43 {
    width: 100%;
    height: auto;
  }



  #s-65fc999a-0101-4145-84eb-e6d0f79edb43 img.shogun-image {
    

    
    
    
  }


#s-65fc999a-0101-4145-84eb-e6d0f79edb43 .shogun-image-content {
  
    align-items: center;
  
}

#s-f243c9f0-1828-4260-b97d-3beab270f0b4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-f243c9f0-1828-4260-b97d-3beab270f0b4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6c518388-52a7-4e8d-968d-ab9ac370e54a {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-891b71ed-7c89-4347-bd4c-a4b80684c249 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-891b71ed-7c89-4347-bd4c-a4b80684c249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-891b71ed-7c89-4347-bd4c-a4b80684c249"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-891b71ed-7c89-4347-bd4c-a4b80684c249"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-891b71ed-7c89-4347-bd4c-a4b80684c249"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-78df3df8-9f56-4a30-85ba-cb88a3aacc9a {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-78df3df8-9f56-4a30-85ba-cb88a3aacc9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78df3df8-9f56-4a30-85ba-cb88a3aacc9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46f1d682-7b7e-447a-a2d7-56a90040e893 {
  padding-bottom: 0px;
max-width: 750px;
aspect-ratio: 750/500;
}





  #s-46f1d682-7b7e-447a-a2d7-56a90040e893 img.shogun-image,
  #s-46f1d682-7b7e-447a-a2d7-56a90040e893 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46f1d682-7b7e-447a-a2d7-56a90040e893 {
    width: 100%;
    height: auto;
  }



  #s-46f1d682-7b7e-447a-a2d7-56a90040e893 img.shogun-image {
    

    
    
    
  }


#s-46f1d682-7b7e-447a-a2d7-56a90040e893 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d284422-07cf-4c5c-a600-7bc9f4b99ee0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-1d284422-07cf-4c5c-a600-7bc9f4b99ee0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8b9380f9-cec3-40ac-a9c7-b0148611efce {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-a7424f36-aa99-41b1-814f-29de5e62e39a {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7424f36-aa99-41b1-814f-29de5e62e39a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7424f36-aa99-41b1-814f-29de5e62e39a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acb3ac51-2a18-4292-9909-a62f3dd78035 {
  padding-bottom: 0px;
max-width: 750px;
aspect-ratio: 750/500;
}





  #s-acb3ac51-2a18-4292-9909-a62f3dd78035 img.shogun-image,
  #s-acb3ac51-2a18-4292-9909-a62f3dd78035 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-acb3ac51-2a18-4292-9909-a62f3dd78035 {
    width: 100%;
    height: auto;
  }



  #s-acb3ac51-2a18-4292-9909-a62f3dd78035 img.shogun-image {
    

    
    
    
  }


#s-acb3ac51-2a18-4292-9909-a62f3dd78035 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c51526b-593c-4af3-833a-553fc64a6e99 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-7c51526b-593c-4af3-833a-553fc64a6e99 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-2f7f40ee-ddee-4057-ba78-ded9b18834c9 {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-16f80b74-a25c-4bee-b780-b0cc51329290 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-16f80b74-a25c-4bee-b780-b0cc51329290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f80b74-a25c-4bee-b780-b0cc51329290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0419280c-9e49-415f-b21b-3f4ae471c2ab {
  padding-bottom: 0px;
max-width: 750px;
aspect-ratio: 750/500;
}





  #s-0419280c-9e49-415f-b21b-3f4ae471c2ab img.shogun-image,
  #s-0419280c-9e49-415f-b21b-3f4ae471c2ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0419280c-9e49-415f-b21b-3f4ae471c2ab {
    width: 100%;
    height: auto;
  }



  #s-0419280c-9e49-415f-b21b-3f4ae471c2ab img.shogun-image {
    

    
    
    
  }


#s-0419280c-9e49-415f-b21b-3f4ae471c2ab .shogun-image-content {
  
    align-items: center;
  
}

#s-ba8b35aa-4d0d-4475-897a-81caac5ec1f0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-ba8b35aa-4d0d-4475-897a-81caac5ec1f0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-fb3502a9-9f45-4cc0-a5da-5ac3ade3c2db {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(75, 159, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d36c8ad2-f2a3-4420-90e9-a14ab9306333-root {
    text-align: center;
  }


#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d36c8ad2-f2a3-4420-90e9-a14ab9306333-root {
    text-align: center;
  }


#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d36c8ad2-f2a3-4420-90e9-a14ab9306333-root {
    text-align: center;
  }


#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d36c8ad2-f2a3-4420-90e9-a14ab9306333-root {
    text-align: center;
  }


#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d36c8ad2-f2a3-4420-90e9-a14ab9306333-root {
    text-align: center;
  }


#s-d36c8ad2-f2a3-4420-90e9-a14ab9306333.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c6743667-eb84-4491-8717-6d27fbb36edf {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c6743667-eb84-4491-8717-6d27fbb36edf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6743667-eb84-4491-8717-6d27fbb36edf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6743667-eb84-4491-8717-6d27fbb36edf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6743667-eb84-4491-8717-6d27fbb36edf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a7f746f5-694d-490e-9034-7265672db7b4 {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7f746f5-694d-490e-9034-7265672db7b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7f746f5-694d-490e-9034-7265672db7b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07fbd042-38d5-4418-ac39-835aa6a1ff4e {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 750px;
aspect-ratio: 750/500;
text-align: center;
}





  #s-07fbd042-38d5-4418-ac39-835aa6a1ff4e img.shogun-image,
  #s-07fbd042-38d5-4418-ac39-835aa6a1ff4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07fbd042-38d5-4418-ac39-835aa6a1ff4e {
    width: 100%;
    height: auto;
  }



  #s-07fbd042-38d5-4418-ac39-835aa6a1ff4e img.shogun-image {
    

    
    
    
  }


#s-07fbd042-38d5-4418-ac39-835aa6a1ff4e .shogun-image-content {
  
    align-items: center;
  
}

#s-beb9a45c-3eb8-482c-a85a-9f6824379645 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-beb9a45c-3eb8-482c-a85a-9f6824379645 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1f0ffd38-1557-4a5b-bacd-3567fe4d7b0a {
  border-style: solid;
border-color: #000;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}

#s-5d0c65b7-4d25-4033-8d39-4ec4e23a4fdf {
  box-shadow:8px 8px 0px 0px ;
margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5d0c65b7-4d25-4033-8d39-4ec4e23a4fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0c65b7-4d25-4033-8d39-4ec4e23a4fdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31cb2fed-54d5-4d4e-8298-f872ba444c03 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31cb2fed-54d5-4d4e-8298-f872ba444c03 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-754d05f8-23fe-44e7-a14a-456298bf5120 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 30px;
}

#s-970ffe9d-8365-4f0f-89ca-e6d2282ba9b8 {
  text-align: left;
}

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