.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: 1200px){#s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed {
  display: none;
}
#s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed, #wrap-s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed {
  display: none;
}
#s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed, #wrap-s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed {
  display: none;
}
#s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed, #wrap-s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d0f7492-c8f7-4fa5-83af-afa23734f2ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

.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-247baa29-d233-4263-a205-13b495f1fd8e {
  text-align: center;
}







  img.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
    
    
  }


.s-247baa29-d233-4263-a205-13b495f1fd8e .shogun-image-content {
  
    align-items: center;
  
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shg-align-container {
  text-align: center
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
    
    
  }


.s-247baa29-d233-4263-a205-13b495f1fd8e .shogun-image-content {
  
    align-items: center;
  
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shg-align-container {
  text-align: center
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
    
    
  }


.s-247baa29-d233-4263-a205-13b495f1fd8e .shogun-image-content {
  
    align-items: center;
  
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shg-align-container {
  text-align: center
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
    
    
  }


.s-247baa29-d233-4263-a205-13b495f1fd8e .shogun-image-content {
  
    align-items: center;
  
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shg-align-container {
  text-align: center
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
    
    
  }


.s-247baa29-d233-4263-a205-13b495f1fd8e .shogun-image-content {
  
    align-items: center;
  
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shg-align-container {
  text-align: center
}

.s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-247baa29-d233-4263-a205-13b495f1fd8e.shogun-image {
  box-sizing: border-box;
}


}
.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-21abb0d0-13b2-4ee7-96b9-095fe58bdce7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}

#s-21abb0d0-13b2-4ee7-96b9-095fe58bdce7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}



#s-ac29d71f-1392-4561-ad49-ec08f5c70dda {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ac29d71f-1392-4561-ad49-ec08f5c70dda .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 10px;
  
  
  
}



@media (max-width: 767px){#s-f7f3efb5-cd22-42cd-a274-62dcd64537e2 {
  display: none;
}
#s-f7f3efb5-cd22-42cd-a274-62dcd64537e2, #wrap-s-f7f3efb5-cd22-42cd-a274-62dcd64537e2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f7f3efb5-cd22-42cd-a274-62dcd64537e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f7f3efb5-cd22-42cd-a274-62dcd64537e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7f3efb5-cd22-42cd-a274-62dcd64537e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7f3efb5-cd22-42cd-a274-62dcd64537e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7f3efb5-cd22-42cd-a274-62dcd64537e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7f3efb5-cd22-42cd-a274-62dcd64537e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7f3efb5-cd22-42cd-a274-62dcd64537e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0a8103c4-7090-461e-906f-e2ca9b40472e {
  text-align: center;
}







  img.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
    
    
  }


.s-0a8103c4-7090-461e-906f-e2ca9b40472e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shg-align-container {
  text-align: center
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
    
    
  }


.s-0a8103c4-7090-461e-906f-e2ca9b40472e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shg-align-container {
  text-align: center
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
    
    
  }


.s-0a8103c4-7090-461e-906f-e2ca9b40472e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shg-align-container {
  text-align: center
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
    
    
  }


.s-0a8103c4-7090-461e-906f-e2ca9b40472e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shg-align-container {
  text-align: center
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
    
    
  }


.s-0a8103c4-7090-461e-906f-e2ca9b40472e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shg-align-container {
  text-align: center
}

.s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8103c4-7090-461e-906f-e2ca9b40472e.shogun-image {
  box-sizing: border-box;
}


}
#s-93de7958-b380-4b27-bbba-862646e1c50f {
  padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}

#s-93de7958-b380-4b27-bbba-862646e1c50f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-1e6629d9-cab9-43bb-9605-7f0432417703 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1e6629d9-cab9-43bb-9605-7f0432417703 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



.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-84885c77-8fe1-4336-aef8-29543df6e3e7 {
  min-height: 50px;
}








#s-84885c77-8fe1-4336-aef8-29543df6e3e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84885c77-8fe1-4336-aef8-29543df6e3e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7638e0ab-5dd5-4701-b021-285445b831fc {
  min-height: 50px;
max-width: 500px;
}








#s-7638e0ab-5dd5-4701-b021-285445b831fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7638e0ab-5dd5-4701-b021-285445b831fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-631fbeb5-0911-46f4-8ef8-5b8a684d7fc5 {
  text-align: left;
}

#s-b76c666f-ebca-4de7-abf6-b2583bc0a2f7 {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-b76c666f-ebca-4de7-abf6-b2583bc0a2f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b76c666f-ebca-4de7-abf6-b2583bc0a2f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-355da96f-2356-41fe-a6de-46e5cd5cbd0d {
  min-height: 50px;
}








#s-355da96f-2356-41fe-a6de-46e5cd5cbd0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-355da96f-2356-41fe-a6de-46e5cd5cbd0d.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-521c8751-2b95-4d0c-9b9c-991a8254807b {
  text-align: center;
}
@media (max-width: 767px){#s-521c8751-2b95-4d0c-9b9c-991a8254807b {
  display: none;
}
#s-521c8751-2b95-4d0c-9b9c-991a8254807b, #wrap-s-521c8751-2b95-4d0c-9b9c-991a8254807b { display:none !important; }}






  #s-521c8751-2b95-4d0c-9b9c-991a8254807b img.shogun-image {
    

    
    
    
  }


#s-521c8751-2b95-4d0c-9b9c-991a8254807b .shogun-image-content {
  
    align-items: center;
  
}

#s-cdcc3a45-2a0f-4183-af31-dfcd1576a2d0 {
  min-height: 50px;
}








#s-cdcc3a45-2a0f-4183-af31-dfcd1576a2d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdcc3a45-2a0f-4183-af31-dfcd1576a2d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59b81618-5c0f-42b0-8708-74605a5fdb34 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-59b81618-5c0f-42b0-8708-74605a5fdb34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b81618-5c0f-42b0-8708-74605a5fdb34.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-06b45445-4bb1-4877-8723-027a90a41343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06b45445-4bb1-4877-8723-027a90a41343"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-06b45445-4bb1-4877-8723-027a90a41343"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-06b45445-4bb1-4877-8723-027a90a41343"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-0d71657b-9dcf-4cff-bab9-38391a7665fe {
  min-height: 50px;
}








#s-0d71657b-9dcf-4cff-bab9-38391a7665fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d71657b-9dcf-4cff-bab9-38391a7665fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-717e3f0d-caee-4bbd-9079-d83cd2c7bcce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-717e3f0d-caee-4bbd-9079-d83cd2c7bcce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-717e3f0d-caee-4bbd-9079-d83cd2c7bcce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-717e3f0d-caee-4bbd-9079-d83cd2c7bcce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-717e3f0d-caee-4bbd-9079-d83cd2c7bcce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-717e3f0d-caee-4bbd-9079-d83cd2c7bcce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1ecf007c-8bf6-4823-bb8b-2bd60283b2a0 {
  min-height: 50px;
}








#s-1ecf007c-8bf6-4823-bb8b-2bd60283b2a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ecf007c-8bf6-4823-bb8b-2bd60283b2a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-049af501-21b3-44e2-91da-c23233fcdf7e {
  min-height: 50px;
}








#s-049af501-21b3-44e2-91da-c23233fcdf7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049af501-21b3-44e2-91da-c23233fcdf7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8752a363-75fd-4c7f-aa59-f49516e48be3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-8752a363-75fd-4c7f-aa59-f49516e48be3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-8752a363-75fd-4c7f-aa59-f49516e48be3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-8752a363-75fd-4c7f-aa59-f49516e48be3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8752a363-75fd-4c7f-aa59-f49516e48be3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-8752a363-75fd-4c7f-aa59-f49516e48be3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bac0f8d1-cc1f-41bf-b9b8-da7696af7db6 {
  min-height: 50px;
}








#s-bac0f8d1-cc1f-41bf-b9b8-da7696af7db6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bac0f8d1-cc1f-41bf-b9b8-da7696af7db6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c174b7b-9bf1-4434-88fa-31653ce240ae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7c174b7b-9bf1-4434-88fa-31653ce240ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-7c174b7b-9bf1-4434-88fa-31653ce240ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-7c174b7b-9bf1-4434-88fa-31653ce240ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7c174b7b-9bf1-4434-88fa-31653ce240ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-7c174b7b-9bf1-4434-88fa-31653ce240ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c67609f0-6903-491b-bc04-b706ea8a7fab {
  min-height: 50px;
}








#s-c67609f0-6903-491b-bc04-b706ea8a7fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67609f0-6903-491b-bc04-b706ea8a7fab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae7478e5-c435-4a0c-ad49-ddec673919b9 {
  text-align: center;
}
@media (min-width: 1200px){#s-ae7478e5-c435-4a0c-ad49-ddec673919b9 {
  display: none;
}
#s-ae7478e5-c435-4a0c-ad49-ddec673919b9, #wrap-s-ae7478e5-c435-4a0c-ad49-ddec673919b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae7478e5-c435-4a0c-ad49-ddec673919b9 {
  display: none;
}
#s-ae7478e5-c435-4a0c-ad49-ddec673919b9, #wrap-s-ae7478e5-c435-4a0c-ad49-ddec673919b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae7478e5-c435-4a0c-ad49-ddec673919b9 {
  display: none;
}
#s-ae7478e5-c435-4a0c-ad49-ddec673919b9, #wrap-s-ae7478e5-c435-4a0c-ad49-ddec673919b9 { display:none !important; }}






  #s-ae7478e5-c435-4a0c-ad49-ddec673919b9 img.shogun-image {
    

    
    
    
  }


#s-ae7478e5-c435-4a0c-ad49-ddec673919b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f {
  text-align: center;
}
@media (min-width: 1200px){#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f {
  display: none;
}
#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f, #wrap-s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f {
  display: none;
}
#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f, #wrap-s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f {
  display: none;
}
#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f, #wrap-s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f { display:none !important; }}






  #s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f img.shogun-image {
    

    
    
    
  }


#s-4eb0be7f-45cb-4bc4-9f6a-7c585960268f .shogun-image-content {
  
    align-items: center;
  
}

#s-daa8ee65-b073-41c7-b38d-6d7614eac8af {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 900px;
}
@media (max-width: 767px){#s-daa8ee65-b073-41c7-b38d-6d7614eac8af {
  margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-daa8ee65-b073-41c7-b38d-6d7614eac8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daa8ee65-b073-41c7-b38d-6d7614eac8af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-be736adc-4f69-4900-8ad8-f66adf214f32 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
}


  #s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 27px;
}

#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
@media (max-width: 767px){
  #s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 17px;
}

#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-be736adc-4f69-4900-8ad8-f66adf214f32 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
}
#s-a830657e-0353-46b6-b875-246268bcfd20 {
  text-align: center;
}







  #s-a830657e-0353-46b6-b875-246268bcfd20 img.shogun-image {
    

    
    
    
  }


#s-a830657e-0353-46b6-b875-246268bcfd20 .shogun-image-content {
  
    align-items: center;
  
}

#s-68a9e575-007c-4f97-8ae2-c39cf511de8e {
  text-align: center;
}







  #s-68a9e575-007c-4f97-8ae2-c39cf511de8e img.shogun-image {
    

    
    
    
  }


#s-68a9e575-007c-4f97-8ae2-c39cf511de8e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6 {
  display: none;
}
#s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6, #wrap-s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6 {
  display: none;
}
#s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6, #wrap-s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c5dfd43-f16e-4ee9-b126-39b0015dcba6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

#s-efca9410-972d-4eff-8f61-4c8743172373 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(9, 144, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-efca9410-972d-4eff-8f61-4c8743172373:hover {background-color: rgba(14, 98, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efca9410-972d-4eff-8f61-4c8743172373:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efca9410-972d-4eff-8f61-4c8743172373-root {
    text-align: center;
  }


#s-efca9410-972d-4eff-8f61-4c8743172373.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efca9410-972d-4eff-8f61-4c8743172373-root {
    text-align: center;
  }


#s-efca9410-972d-4eff-8f61-4c8743172373.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efca9410-972d-4eff-8f61-4c8743172373-root {
    text-align: center;
  }


#s-efca9410-972d-4eff-8f61-4c8743172373.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efca9410-972d-4eff-8f61-4c8743172373-root {
    text-align: center;
  }


#s-efca9410-972d-4eff-8f61-4c8743172373.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efca9410-972d-4eff-8f61-4c8743172373-root {
    text-align: center;
  }


#s-efca9410-972d-4eff-8f61-4c8743172373.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-efca9410-972d-4eff-8f61-4c8743172373-root {
    text-align: center;
  }


#s-efca9410-972d-4eff-8f61-4c8743172373.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-824e7999-d287-4548-83a8-7ce9a29d9650 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-824e7999-d287-4548-83a8-7ce9a29d9650 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-824e7999-d287-4548-83a8-7ce9a29d9650 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-824e7999-d287-4548-83a8-7ce9a29d9650 {
  
}
}@media (max-width: 767px){#s-824e7999-d287-4548-83a8-7ce9a29d9650 {
  display: none;
}
#s-824e7999-d287-4548-83a8-7ce9a29d9650, #wrap-s-824e7999-d287-4548-83a8-7ce9a29d9650 { display:none !important; }}
@media (min-width: 0px) {
[id="s-824e7999-d287-4548-83a8-7ce9a29d9650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-824e7999-d287-4548-83a8-7ce9a29d9650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-824e7999-d287-4548-83a8-7ce9a29d9650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-824e7999-d287-4548-83a8-7ce9a29d9650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(9, 144, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793:hover {background-color: rgba(14, 98, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62f3662b-a2fa-4b22-b8f4-cc40192bd793-root {
    text-align: center;
  }


#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62f3662b-a2fa-4b22-b8f4-cc40192bd793-root {
    text-align: center;
  }


#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62f3662b-a2fa-4b22-b8f4-cc40192bd793-root {
    text-align: center;
  }


#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62f3662b-a2fa-4b22-b8f4-cc40192bd793-root {
    text-align: center;
  }


#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62f3662b-a2fa-4b22-b8f4-cc40192bd793-root {
    text-align: center;
  }


#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
  #s-62f3662b-a2fa-4b22-b8f4-cc40192bd793-root {
    text-align: center;
  }


#s-62f3662b-a2fa-4b22-b8f4-cc40192bd793.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-488c57b3-e3be-497a-9423-08fba0cda75e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 400px;
padding-left: 200px;
padding-bottom: 400px;
padding-right: 200px;
min-height: 100px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-488c57b3-e3be-497a-9423-08fba0cda75e {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-488c57b3-e3be-497a-9423-08fba0cda75e {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-488c57b3-e3be-497a-9423-08fba0cda75e > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.2;
}#s-488c57b3-e3be-497a-9423-08fba0cda75e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb35e5dc-47d3-4b07-8487-390fed051b0e {
  margin-left: auto;
min-height: 50px;
max-width: 800px;
}








#s-eb35e5dc-47d3-4b07-8487-390fed051b0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb35e5dc-47d3-4b07-8487-390fed051b0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3535c61-3c10-4133-93e1-84d7bb8997cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3535c61-3c10-4133-93e1-84d7bb8997cb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e3535c61-3c10-4133-93e1-84d7bb8997cb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}
#s-90c47875-dccc-4d82-a19a-1d6db331270b {
  text-align: left;
}







  #s-90c47875-dccc-4d82-a19a-1d6db331270b img.shogun-image {
    

    
    
    
  }


#s-90c47875-dccc-4d82-a19a-1d6db331270b .shogun-image-content {
  
    align-items: center;
  
}

#s-80a58784-76a2-4e1c-a580-933fd95f94fa {
  min-height: 50px;
}








#s-80a58784-76a2-4e1c-a580-933fd95f94fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a58784-76a2-4e1c-a580-933fd95f94fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8264b8f7-fc7e-42d5-bf09-eb8e93aa86a0 {
  min-height: 50px;
}








#s-8264b8f7-fc7e-42d5-bf09-eb8e93aa86a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8264b8f7-fc7e-42d5-bf09-eb8e93aa86a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37d74b53-e871-44de-9af2-9fc5831f858e {
  min-height: 50px;
}








#s-37d74b53-e871-44de-9af2-9fc5831f858e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37d74b53-e871-44de-9af2-9fc5831f858e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68bb7f21-9c84-4817-b164-5ef72c73d2ed {
  min-height: 50px;
}








#s-68bb7f21-9c84-4817-b164-5ef72c73d2ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68bb7f21-9c84-4817-b164-5ef72c73d2ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9a9b065-12ac-4ba1-a761-66ff42ec86be {
  min-height: 50px;
}








#s-d9a9b065-12ac-4ba1-a761-66ff42ec86be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9a9b065-12ac-4ba1-a761-66ff42ec86be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ec16344-4f82-423b-87ea-9c6781236829 {
  min-height: 50px;
}








#s-3ec16344-4f82-423b-87ea-9c6781236829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec16344-4f82-423b-87ea-9c6781236829.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0299e526-a744-4429-83be-3958db3786e5 {
  min-height: 50px;
}








#s-0299e526-a744-4429-83be-3958db3786e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0299e526-a744-4429-83be-3958db3786e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc377927-4792-40a1-ac04-b89c2a5750e9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-dc377927-4792-40a1-ac04-b89c2a5750e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc377927-4792-40a1-ac04-b89c2a5750e9.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-9cc98d95-e0bc-4c7f-a269-398e21a51584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cc98d95-e0bc-4c7f-a269-398e21a51584"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9cc98d95-e0bc-4c7f-a269-398e21a51584"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9cc98d95-e0bc-4c7f-a269-398e21a51584"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-4ac3e426-dadd-41ef-aa42-2d3cf9002a7b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-4ac3e426-dadd-41ef-aa42-2d3cf9002a7b {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-4ac3e426-dadd-41ef-aa42-2d3cf9002a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac3e426-dadd-41ef-aa42-2d3cf9002a7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee30d068-3ae2-417c-aded-a659646ecb1f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-position: center center;
}








#s-ee30d068-3ae2-417c-aded-a659646ecb1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee30d068-3ae2-417c-aded-a659646ecb1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5437a4f8-3a37-4832-a796-835a2a21ac0b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-5437a4f8-3a37-4832-a796-835a2a21ac0b img.shogun-image {
    

    
    
    
  }


#s-5437a4f8-3a37-4832-a796-835a2a21ac0b .shogun-image-content {
  
    align-items: center;
  
}

#s-04a0843d-6e41-4d43-bde8-d8bf7fe44037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04a0843d-6e41-4d43-bde8-d8bf7fe44037 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-04a0843d-6e41-4d43-bde8-d8bf7fe44037 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-8f77ff94-aae0-4b2d-8c87-caccb0bc583d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8f77ff94-aae0-4b2d-8c87-caccb0bc583d {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-8f77ff94-aae0-4b2d-8c87-caccb0bc583d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f77ff94-aae0-4b2d-8c87-caccb0bc583d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fecd4b62-2e77-40a6-9ae6-82f346f19274 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
}








#s-fecd4b62-2e77-40a6-9ae6-82f346f19274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fecd4b62-2e77-40a6-9ae6-82f346f19274.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d427597-4dfc-4b72-a6c9-afe247ffadfb {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-5d427597-4dfc-4b72-a6c9-afe247ffadfb img.shogun-image {
    

    
    
    
  }


#s-5d427597-4dfc-4b72-a6c9-afe247ffadfb .shogun-image-content {
  
    align-items: center;
  
}

#s-7a9cdbc1-6a93-4c10-b38b-66109d2a10ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a9cdbc1-6a93-4c10-b38b-66109d2a10ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-7a9cdbc1-6a93-4c10-b38b-66109d2a10ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-6e3103d6-1931-4734-91fd-6586b980916f {
  min-height: 50px;
}








#s-6e3103d6-1931-4734-91fd-6586b980916f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e3103d6-1931-4734-91fd-6586b980916f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c027f3b-4d37-438f-b18a-224fe39ff067 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8c027f3b-4d37-438f-b18a-224fe39ff067 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-8c027f3b-4d37-438f-b18a-224fe39ff067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c027f3b-4d37-438f-b18a-224fe39ff067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ead3bba-bb4c-4a26-86f9-9841a95bf90b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-color: rgba(0, 0, 0, 1);
}








#s-5ead3bba-bb4c-4a26-86f9-9841a95bf90b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ead3bba-bb4c-4a26-86f9-9841a95bf90b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18c791e2-f82a-4d4a-af46-4f352a467182 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
opacity: 1;
}
#s-18c791e2-f82a-4d4a-af46-4f352a467182:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}






  #s-18c791e2-f82a-4d4a-af46-4f352a467182 img.shogun-image {
    

    
    
    
  }


#s-18c791e2-f82a-4d4a-af46-4f352a467182 .shogun-image-content {
  
    align-items: center;
  
}

#s-d11064fd-0da8-4a2c-9289-61e50f6dc672 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d11064fd-0da8-4a2c-9289-61e50f6dc672 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-d11064fd-0da8-4a2c-9289-61e50f6dc672 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-a19f22bd-1fbf-4226-bea8-7d1f88545abe {
  min-height: 50px;
}








#s-a19f22bd-1fbf-4226-bea8-7d1f88545abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a19f22bd-1fbf-4226-bea8-7d1f88545abe.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-9671997d-3c0d-46fc-aa29-72a47bb1efee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9671997d-3c0d-46fc-aa29-72a47bb1efee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9671997d-3c0d-46fc-aa29-72a47bb1efee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9671997d-3c0d-46fc-aa29-72a47bb1efee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2ce3a53e-7e62-495d-ab6d-06f95dfe92ab {
  min-height: 50px;
}








#s-2ce3a53e-7e62-495d-ab6d-06f95dfe92ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ce3a53e-7e62-495d-ab6d-06f95dfe92ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe70d9fc-c0bb-4fad-8307-6e1fc5f11517 {
  text-align: center;
}







  #s-fe70d9fc-c0bb-4fad-8307-6e1fc5f11517 img.shogun-image {
    

    
    
    
  }


#s-fe70d9fc-c0bb-4fad-8307-6e1fc5f11517 .shogun-image-content {
  
    align-items: center;
  
}

#s-9275f417-a6cd-48b5-81f8-7c8b0c4817a0 {
  padding-top: 50px;
padding-left: 80px;
padding-bottom: 50px;
padding-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9275f417-a6cd-48b5-81f8-7c8b0c4817a0 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9275f417-a6cd-48b5-81f8-7c8b0c4817a0 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}







#s-9275f417-a6cd-48b5-81f8-7c8b0c4817a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9275f417-a6cd-48b5-81f8-7c8b0c4817a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84806630-9e2f-4b2a-bb79-33068e390ccc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84806630-9e2f-4b2a-bb79-33068e390ccc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-84806630-9e2f-4b2a-bb79-33068e390ccc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-84806630-9e2f-4b2a-bb79-33068e390ccc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-1cd6b97f-7d17-4613-8c2d-b88b6e2575a9 {
  min-height: 50px;
}








#s-1cd6b97f-7d17-4613-8c2d-b88b6e2575a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cd6b97f-7d17-4613-8c2d-b88b6e2575a9.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-9f592709-8801-49a8-88db-4eea85bb42da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f592709-8801-49a8-88db-4eea85bb42da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f592709-8801-49a8-88db-4eea85bb42da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f592709-8801-49a8-88db-4eea85bb42da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9f592709-8801-49a8-88db-4eea85bb42da"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a8f8d213-80f1-46af-a51f-6067c1ccf51d {
  padding-top: 50px;
padding-left: 80px;
padding-bottom: 50px;
padding-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8f8d213-80f1-46af-a51f-6067c1ccf51d {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a8f8d213-80f1-46af-a51f-6067c1ccf51d {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}







#s-a8f8d213-80f1-46af-a51f-6067c1ccf51d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f8d213-80f1-46af-a51f-6067c1ccf51d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03a30cfe-dcfe-42d0-a236-7963def06a61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03a30cfe-dcfe-42d0-a236-7963def06a61 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-03a30cfe-dcfe-42d0-a236-7963def06a61 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-03a30cfe-dcfe-42d0-a236-7963def06a61 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-bb7a4577-0c05-45cd-831e-e4e4006d7f9c {
  min-height: 50px;
}








#s-bb7a4577-0c05-45cd-831e-e4e4006d7f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb7a4577-0c05-45cd-831e-e4e4006d7f9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70af666f-4b06-4bb9-9cb2-8fc3e3f5b6b3 {
  text-align: center;
}







  #s-70af666f-4b06-4bb9-9cb2-8fc3e3f5b6b3 img.shogun-image {
    

    
    
    
  }


#s-70af666f-4b06-4bb9-9cb2-8fc3e3f5b6b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c24dea3b-ea46-4bb4-8cb9-9742984f9a69 {
  min-height: 50px;
}








#s-c24dea3b-ea46-4bb4-8cb9-9742984f9a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c24dea3b-ea46-4bb4-8cb9-9742984f9a69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-041951d4-0c75-409d-bf4f-7dadade73d63 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-041951d4-0c75-409d-bf4f-7dadade73d63 {
  display: none;
}
#s-041951d4-0c75-409d-bf4f-7dadade73d63, #wrap-s-041951d4-0c75-409d-bf4f-7dadade73d63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-041951d4-0c75-409d-bf4f-7dadade73d63 {
  display: none;
}
#s-041951d4-0c75-409d-bf4f-7dadade73d63, #wrap-s-041951d4-0c75-409d-bf4f-7dadade73d63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-041951d4-0c75-409d-bf4f-7dadade73d63 {
  display: none;
}
#s-041951d4-0c75-409d-bf4f-7dadade73d63, #wrap-s-041951d4-0c75-409d-bf4f-7dadade73d63 { display:none !important; }}







#s-041951d4-0c75-409d-bf4f-7dadade73d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-041951d4-0c75-409d-bf4f-7dadade73d63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-746882c2-8653-4fdc-9e41-fc17239f8c0d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-746882c2-8653-4fdc-9e41-fc17239f8c0d {
  display: none;
}
#s-746882c2-8653-4fdc-9e41-fc17239f8c0d, #wrap-s-746882c2-8653-4fdc-9e41-fc17239f8c0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-746882c2-8653-4fdc-9e41-fc17239f8c0d {
  display: none;
}
#s-746882c2-8653-4fdc-9e41-fc17239f8c0d, #wrap-s-746882c2-8653-4fdc-9e41-fc17239f8c0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-746882c2-8653-4fdc-9e41-fc17239f8c0d {
  display: none;
}
#s-746882c2-8653-4fdc-9e41-fc17239f8c0d, #wrap-s-746882c2-8653-4fdc-9e41-fc17239f8c0d { display:none !important; }}







#s-746882c2-8653-4fdc-9e41-fc17239f8c0d > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.4;
}#s-746882c2-8653-4fdc-9e41-fc17239f8c0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bea1161-94d7-472f-8c49-bb24e56cb8fc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-7bea1161-94d7-472f-8c49-bb24e56cb8fc {
  background-image: url();
}








#s-7bea1161-94d7-472f-8c49-bb24e56cb8fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bea1161-94d7-472f-8c49-bb24e56cb8fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53d6621f-4d93-4729-9498-eb14e596022c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-53d6621f-4d93-4729-9498-eb14e596022c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-eee62f52-70fd-4397-a006-bf6423592383 {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-eee62f52-70fd-4397-a006-bf6423592383 {
  display: none;
}
#s-eee62f52-70fd-4397-a006-bf6423592383, #wrap-s-eee62f52-70fd-4397-a006-bf6423592383 { display:none !important; }}
@media (min-width: 0px) {
[id="s-70eedb9b-a75f-4f96-8be7-0cf1c8a28693"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-70eedb9b-a75f-4f96-8be7-0cf1c8a28693"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70eedb9b-a75f-4f96-8be7-0cf1c8a28693"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70eedb9b-a75f-4f96-8be7-0cf1c8a28693"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-373164a3-58e8-4e02-8e9d-aac7c8760b1e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-373164a3-58e8-4e02-8e9d-aac7c8760b1e {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-373164a3-58e8-4e02-8e9d-aac7c8760b1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373164a3-58e8-4e02-8e9d-aac7c8760b1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2b88e3a-08b1-4367-af12-5ae131738276 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a2b88e3a-08b1-4367-af12-5ae131738276 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-b9b855af-2dbf-4d85-84fe-3d0d58138842 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b9b855af-2dbf-4d85-84fe-3d0d58138842 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-b9b855af-2dbf-4d85-84fe-3d0d58138842 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-8403e6a1-72c5-49a7-8add-32d54da34385 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8403e6a1-72c5-49a7-8add-32d54da34385 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-63f0f213-1abc-43ad-87b7-fdf1abaa718e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-63f0f213-1abc-43ad-87b7-fdf1abaa718e {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-63f0f213-1abc-43ad-87b7-fdf1abaa718e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f0f213-1abc-43ad-87b7-fdf1abaa718e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68bc3094-b1d5-45a7-807e-5d6b0ac96cd6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-68bc3094-b1d5-45a7-807e-5d6b0ac96cd6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-a7204957-6090-475c-a3f0-b129b3bc24cf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7204957-6090-475c-a3f0-b129b3bc24cf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-a7204957-6090-475c-a3f0-b129b3bc24cf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-b4551d53-1ed2-4cf4-9f70-cc0898112f68 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b4551d53-1ed2-4cf4-9f70-cc0898112f68 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-0c7795bf-8d81-4a56-b277-08b41d472842 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-0c7795bf-8d81-4a56-b277-08b41d472842 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-0c7795bf-8d81-4a56-b277-08b41d472842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c7795bf-8d81-4a56-b277-08b41d472842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2136cd79-f437-4952-b3d5-e7e865ea5011 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2136cd79-f437-4952-b3d5-e7e865ea5011 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-8241e13d-329c-4867-8b18-6d3cd8fb26f6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8241e13d-329c-4867-8b18-6d3cd8fb26f6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-8241e13d-329c-4867-8b18-6d3cd8fb26f6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-20c28e12-a89d-46db-acae-0124d93e3658 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20c28e12-a89d-46db-acae-0124d93e3658 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-e60c0e59-4446-41f8-ba20-4c784bfac107 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-left: 200px;
padding-bottom: 200px;
padding-right: 200px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e60c0e59-4446-41f8-ba20-4c784bfac107 {
  padding-top: 150px;
padding-left: 100px;
padding-bottom: 150px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-e60c0e59-4446-41f8-ba20-4c784bfac107 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
display: none;
}
#s-e60c0e59-4446-41f8-ba20-4c784bfac107, #wrap-s-e60c0e59-4446-41f8-ba20-4c784bfac107 { display:none !important; }}







#s-e60c0e59-4446-41f8-ba20-4c784bfac107 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.3;
}#s-e60c0e59-4446-41f8-ba20-4c784bfac107.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-987fc689-856e-4b5e-936a-5e1b35a9f075 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-987fc689-856e-4b5e-936a-5e1b35a9f075 {
  background-image: url();
}








#s-987fc689-856e-4b5e-936a-5e1b35a9f075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-987fc689-856e-4b5e-936a-5e1b35a9f075.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-679eed30-d502-4414-9fbd-6115493edfd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-679eed30-d502-4414-9fbd-6115493edfd0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-807e48ed-b022-4508-b34c-11ed9da3080b {
  box-shadow:1px 1px 1px 1px rgba(12, 12, 12, 1);
margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-807e48ed-b022-4508-b34c-11ed9da3080b {
  display: none;
}
#s-807e48ed-b022-4508-b34c-11ed9da3080b, #wrap-s-807e48ed-b022-4508-b34c-11ed9da3080b { display:none !important; }}







#s-807e48ed-b022-4508-b34c-11ed9da3080b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807e48ed-b022-4508-b34c-11ed9da3080b.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-f2f94929-8ac9-466d-91ab-17cc667c5b5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2f94929-8ac9-466d-91ab-17cc667c5b5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f2f94929-8ac9-466d-91ab-17cc667c5b5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f2f94929-8ac9-466d-91ab-17cc667c5b5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-4b5ac431-1591-463e-84fe-c294502e82d6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-4b5ac431-1591-463e-84fe-c294502e82d6 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-4b5ac431-1591-463e-84fe-c294502e82d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b5ac431-1591-463e-84fe-c294502e82d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-560314be-c490-47c0-bc71-747e481961a7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-560314be-c490-47c0-bc71-747e481961a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-0d966ca4-c9ee-4175-acd7-57fc30213b26 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0d966ca4-c9ee-4175-acd7-57fc30213b26 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-0d966ca4-c9ee-4175-acd7-57fc30213b26 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-9687981f-bb72-4cbd-b1d0-1362fc6dd462 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9687981f-bb72-4cbd-b1d0-1362fc6dd462 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-4fa3fe96-6ff0-483d-9ce2-3b503c7a3830 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-4fa3fe96-6ff0-483d-9ce2-3b503c7a3830 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-4fa3fe96-6ff0-483d-9ce2-3b503c7a3830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fa3fe96-6ff0-483d-9ce2-3b503c7a3830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8156ec1-ed86-48ca-b5e8-601f5e59332d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c8156ec1-ed86-48ca-b5e8-601f5e59332d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-dff9333e-4140-4f43-885e-00aef375a243 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dff9333e-4140-4f43-885e-00aef375a243 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-dff9333e-4140-4f43-885e-00aef375a243 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-883613a0-55fa-4bf1-9787-beaa3663129d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-883613a0-55fa-4bf1-9787-beaa3663129d .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-749b7aae-cd4b-4b6b-be47-a92c2ec36fa0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-749b7aae-cd4b-4b6b-be47-a92c2ec36fa0 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-749b7aae-cd4b-4b6b-be47-a92c2ec36fa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-749b7aae-cd4b-4b6b-be47-a92c2ec36fa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64a1a01f-714d-48f0-b841-4667b0af3457 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-64a1a01f-714d-48f0-b841-4667b0af3457 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-af88d2da-b805-4e3c-ba52-584418768491 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af88d2da-b805-4e3c-ba52-584418768491 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-af88d2da-b805-4e3c-ba52-584418768491 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-b7970eb2-d40e-457e-991d-8e7824884018 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b7970eb2-d40e-457e-991d-8e7824884018 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-e4bffd05-dc31-4bf0-b0d0-3343e5c49967 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-e4bffd05-dc31-4bf0-b0d0-3343e5c49967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4bffd05-dc31-4bf0-b0d0-3343e5c49967.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c8956a2-b34f-4ee8-a290-126482289851 {
  min-height: 50px;
}








#s-9c8956a2-b34f-4ee8-a290-126482289851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c8956a2-b34f-4ee8-a290-126482289851.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7135b3a1-6bfb-4a86-98ca-b6e8008c1af3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7135b3a1-6bfb-4a86-98ca-b6e8008c1af3 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-7135b3a1-6bfb-4a86-98ca-b6e8008c1af3 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-7e3294b5-21a3-433e-9e86-485459f91221"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e3294b5-21a3-433e-9e86-485459f91221"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e3294b5-21a3-433e-9e86-485459f91221"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e3294b5-21a3-433e-9e86-485459f91221"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-27b0c686-f837-4599-af49-14f361fc9edb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-27b0c686-f837-4599-af49-14f361fc9edb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27b0c686-f837-4599-af49-14f361fc9edb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27b0c686-f837-4599-af49-14f361fc9edb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44f7b88a-6ad7-4e7b-bc3c-79e89bc46140 {
  text-align: center;
}







  #s-44f7b88a-6ad7-4e7b-bc3c-79e89bc46140 img.shogun-image {
    

    
    
    
  }


#s-44f7b88a-6ad7-4e7b-bc3c-79e89bc46140 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f629a08-b593-4ae2-80a0-9400bec45a5e {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f629a08-b593-4ae2-80a0-9400bec45a5e {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-2f629a08-b593-4ae2-80a0-9400bec45a5e {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-2f629a08-b593-4ae2-80a0-9400bec45a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f629a08-b593-4ae2-80a0-9400bec45a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d810dbd6-3be8-46b4-895b-a32064201e2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d810dbd6-3be8-46b4-895b-a32064201e2d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d810dbd6-3be8-46b4-895b-a32064201e2d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-d810dbd6-3be8-46b4-895b-a32064201e2d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-c87c36bc-b1c9-45ef-a9f5-72daf026329d {
  text-align: center;
}







  #s-c87c36bc-b1c9-45ef-a9f5-72daf026329d img.shogun-image {
    

    
    
    
  }


#s-c87c36bc-b1c9-45ef-a9f5-72daf026329d .shogun-image-content {
  
    align-items: center;
  
}

#s-da3489c3-5a33-4f7c-8c9a-06489cde44f1 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da3489c3-5a33-4f7c-8c9a-06489cde44f1 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-da3489c3-5a33-4f7c-8c9a-06489cde44f1 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-da3489c3-5a33-4f7c-8c9a-06489cde44f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da3489c3-5a33-4f7c-8c9a-06489cde44f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2df559ce-ba39-419f-84be-ec0ded171692 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2df559ce-ba39-419f-84be-ec0ded171692 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2df559ce-ba39-419f-84be-ec0ded171692 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-2df559ce-ba39-419f-84be-ec0ded171692 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-b6e9c788-cec5-4527-a847-87392ef35f9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b6e9c788-cec5-4527-a847-87392ef35f9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6e9c788-cec5-4527-a847-87392ef35f9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6e9c788-cec5-4527-a847-87392ef35f9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fb690b6c-631e-49c4-aeeb-7c49c6af8ea4 {
  text-align: center;
}







  #s-fb690b6c-631e-49c4-aeeb-7c49c6af8ea4 img.shogun-image {
    

    
    
    
  }


#s-fb690b6c-631e-49c4-aeeb-7c49c6af8ea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a24298b2-8e8b-4235-bba8-bb6acab5c90f {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a24298b2-8e8b-4235-bba8-bb6acab5c90f {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-a24298b2-8e8b-4235-bba8-bb6acab5c90f {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-a24298b2-8e8b-4235-bba8-bb6acab5c90f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a24298b2-8e8b-4235-bba8-bb6acab5c90f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f065a14e-bbb0-427e-9dd1-36776e59c533 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f065a14e-bbb0-427e-9dd1-36776e59c533 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-f065a14e-bbb0-427e-9dd1-36776e59c533 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-f065a14e-bbb0-427e-9dd1-36776e59c533 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-2497a4d2-afb5-4edc-9583-c45cf0c338c0 {
  text-align: center;
}







  #s-2497a4d2-afb5-4edc-9583-c45cf0c338c0 img.shogun-image {
    

    
    
    
  }


#s-2497a4d2-afb5-4edc-9583-c45cf0c338c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-61bdbb7d-c959-484d-86d1-ba0396207c73 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61bdbb7d-c959-484d-86d1-ba0396207c73 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-61bdbb7d-c959-484d-86d1-ba0396207c73 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-61bdbb7d-c959-484d-86d1-ba0396207c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61bdbb7d-c959-484d-86d1-ba0396207c73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8956af89-a9fc-49a9-ace4-c262cea5b042 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8956af89-a9fc-49a9-ace4-c262cea5b042 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8956af89-a9fc-49a9-ace4-c262cea5b042 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-8956af89-a9fc-49a9-ace4-c262cea5b042 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce {
  display: none;
}
#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce, #wrap-s-f9377835-c77b-41e5-98d7-8f7a7c1996ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce {
  display: none;
}
#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce, #wrap-s-f9377835-c77b-41e5-98d7-8f7a7c1996ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce, #wrap-s-f9377835-c77b-41e5-98d7-8f7a7c1996ce { display:none !important; }}@media (max-width: 767px){#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce, #wrap-s-f9377835-c77b-41e5-98d7-8f7a7c1996ce { display:none !important; }}







#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9377835-c77b-41e5-98d7-8f7a7c1996ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee1d4582-af55-40a9-bb8c-16e4ec746272 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ee1d4582-af55-40a9-bb8c-16e4ec746272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee1d4582-af55-40a9-bb8c-16e4ec746272.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be6492c2-7dea-4e11-8621-23e2e7f67c90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6492c2-7dea-4e11-8621-23e2e7f67c90 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-d5bbd0d7-f3be-4a27-add3-31e1aa1bce01 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.08);
}

#s-d5bbd0d7-f3be-4a27-add3-31e1aa1bce01 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d5bbd0d7-f3be-4a27-add3-31e1aa1bce01 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-d5bbd0d7-f3be-4a27-add3-31e1aa1bce01 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.08);
}

#s-d5bbd0d7-f3be-4a27-add3-31e1aa1bce01 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-d5bbd0d7-f3be-4a27-add3-31e1aa1bce01 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-7cfba1de-495f-4f81-b9cc-a2bd8987ab7c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-7cfba1de-495f-4f81-b9cc-a2bd8987ab7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cfba1de-495f-4f81-b9cc-a2bd8987ab7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed73bde4-2b4e-4729-98cc-50868d2fbb8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-ed73bde4-2b4e-4729-98cc-50868d2fbb8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed73bde4-2b4e-4729-98cc-50868d2fbb8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b413b276-beb1-4c22-ae37-cc35ef59b6eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-b413b276-beb1-4c22-ae37-cc35ef59b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b413b276-beb1-4c22-ae37-cc35ef59b6eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}