.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-8e22605f-a0df-40f6-8676-0fc23d9483c4 {
  margin-top: -1px;
margin-bottom: -1px;
min-height: 50px;
}








#s-8e22605f-a0df-40f6-8676-0fc23d9483c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e22605f-a0df-40f6-8676-0fc23d9483c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abf0cbc9-a55a-4174-a4a9-3e302ea12d45 {
  min-height: 20px;
}








#s-abf0cbc9-a55a-4174-a4a9-3e302ea12d45 > .shg-box-overlay {
  background-color: rgba(231, 231, 231, 1);
  opacity: 1;
}#s-abf0cbc9-a55a-4174-a4a9-3e302ea12d45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-2aebbb44-2a0e-45a0-a69e-02b6c4ad3280 {
  margin-top: 100px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2aebbb44-2a0e-45a0-a69e-02b6c4ad3280 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.74);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



.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-e1ef8550-e112-4a90-8b4b-1edb92a2e456 {
  margin-left: 20%;
margin-bottom: 60px;
margin-right: 20%;
}
@media (max-width: 767px){#s-e1ef8550-e112-4a90-8b4b-1edb92a2e456 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-8b9d468b-139a-456c-a7e1-c316a140a993 {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(231, 231, 231, 1);
}

@media (min-width: 0px) {
[id="s-8b9d468b-139a-456c-a7e1-c316a140a993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b9d468b-139a-456c-a7e1-c316a140a993"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b9d468b-139a-456c-a7e1-c316a140a993"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b9d468b-139a-456c-a7e1-c316a140a993"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3b4afd3-4cf1-44ba-80f4-9c4b32ab9b91 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}








#s-c3b4afd3-4cf1-44ba-80f4-9c4b32ab9b91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-c3b4afd3-4cf1-44ba-80f4-9c4b32ab9b91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-46e6019f-2b77-4ec2-9014-7df9b7801c48 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: center;
}







  #s-46e6019f-2b77-4ec2-9014-7df9b7801c48 img.shogun-image {
    

    
    
    
  }


#s-46e6019f-2b77-4ec2-9014-7df9b7801c48 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ba7d1d01-8305-4f29-ad95-aa51f0cd41a9 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
max-width: 50%;
text-align: center;
}







  #s-ba7d1d01-8305-4f29-ad95-aa51f0cd41a9 img.shogun-image {
    

    
    
    
  }


#s-ba7d1d01-8305-4f29-ad95-aa51f0cd41a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-aafed965-ff81-4ee4-be1e-3e0981b63af5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f9b2d254-23a7-42ed-824d-07790ba0077f {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}








#s-f9b2d254-23a7-42ed-824d-07790ba0077f > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-f9b2d254-23a7-42ed-824d-07790ba0077f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c05e4714-6251-4354-abf4-64b13f3971a4 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-left: 2%;
padding-right: 2%;
max-width: 1043px;
aspect-ratio: 1043/933;
text-align: center;
}





  #s-c05e4714-6251-4354-abf4-64b13f3971a4 img.shogun-image,
  #s-c05e4714-6251-4354-abf4-64b13f3971a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c05e4714-6251-4354-abf4-64b13f3971a4 {
    width: 100%;
    height: auto;
  }




#s-c05e4714-6251-4354-abf4-64b13f3971a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b787e28d-e879-4c5b-a462-261bf9e8f861 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
max-width: 2876px;
aspect-ratio: 2876/700;
text-align: left;
}





  #s-b787e28d-e879-4c5b-a462-261bf9e8f861 img.shogun-image,
  #s-b787e28d-e879-4c5b-a462-261bf9e8f861 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b787e28d-e879-4c5b-a462-261bf9e8f861 {
    width: 100%;
    height: auto;
  }



  #s-b787e28d-e879-4c5b-a462-261bf9e8f861 img.shogun-image {
    

    
    
    
  }


#s-b787e28d-e879-4c5b-a462-261bf9e8f861 .shogun-image-content {
  
    align-items: center;
  
}

#s-37d04829-1fa8-4445-a4ba-b7da048cd4f3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-3c34bf9d-c0db-4e7b-bb0d-71f820931455 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}








#s-3c34bf9d-c0db-4e7b-bb0d-71f820931455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-3c34bf9d-c0db-4e7b-bb0d-71f820931455.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b7b3dba-069f-4316-a330-54f9bdbebb5b {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: center;
}







  #s-9b7b3dba-069f-4316-a330-54f9bdbebb5b img.shogun-image {
    

    
    
    
  }


#s-9b7b3dba-069f-4316-a330-54f9bdbebb5b .shogun-image-content {
  
    align-items: center;
  
}

#s-bfee1a0e-9608-4dff-a8a4-27110ee8e403 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
max-width: 50%;
text-align: center;
}







  #s-bfee1a0e-9608-4dff-a8a4-27110ee8e403 img.shogun-image {
    

    
    
    
  }


#s-bfee1a0e-9608-4dff-a8a4-27110ee8e403 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a36cf36-ca30-4120-ab82-d67ee3327160 {
  margin-left: 5%;
margin-right: 5%;
}

#s-efc4e72c-382a-49f3-ae3e-455eb6a997ba {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(231, 231, 231, 1);
}

@media (min-width: 0px) {
[id="s-efc4e72c-382a-49f3-ae3e-455eb6a997ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efc4e72c-382a-49f3-ae3e-455eb6a997ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efc4e72c-382a-49f3-ae3e-455eb6a997ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efc4e72c-382a-49f3-ae3e-455eb6a997ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c7934eff-4dd1-4953-b000-5395c168407e {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}








#s-c7934eff-4dd1-4953-b000-5395c168407e > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-c7934eff-4dd1-4953-b000-5395c168407e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f63609bd-a967-47ef-acf6-d4ad4b6a7ebc {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: center;
}







  #s-f63609bd-a967-47ef-acf6-d4ad4b6a7ebc img.shogun-image {
    

    
    
    
  }


#s-f63609bd-a967-47ef-acf6-d4ad4b6a7ebc .shogun-image-content {
  
    align-items: center;
  
}

#s-7acb4b0b-494c-4dcb-9896-34f25807ba7b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
max-width: 50%;
text-align: center;
}







  #s-7acb4b0b-494c-4dcb-9896-34f25807ba7b img.shogun-image {
    

    
    
    
  }


#s-7acb4b0b-494c-4dcb-9896-34f25807ba7b .shogun-image-content {
  
    align-items: center;
  
}

#s-b2ea6583-5332-4313-8d7c-3ba5cb0e9c07 {
  margin-left: 5%;
margin-right: 5%;
}

#s-911824c0-1ea4-44aa-8af9-ab1a5caf4216 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
min-height: 50px;
}








#s-911824c0-1ea4-44aa-8af9-ab1a5caf4216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-911824c0-1ea4-44aa-8af9-ab1a5caf4216.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-66a9f7da-bec8-4d7f-856b-a75e578d89f5 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: center;
}







  #s-66a9f7da-bec8-4d7f-856b-a75e578d89f5 img.shogun-image {
    

    
    
    
  }


#s-66a9f7da-bec8-4d7f-856b-a75e578d89f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-55cbb2b0-0bdf-49be-8a98-3479bbdd1936 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
max-width: 50%;
text-align: center;
}







  #s-55cbb2b0-0bdf-49be-8a98-3479bbdd1936 img.shogun-image {
    

    
    
    
  }


#s-55cbb2b0-0bdf-49be-8a98-3479bbdd1936 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb3e75eb-1a33-44dc-9c2e-98da0efa1ea3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-c7f2e5a6-1f0f-4b33-aa10-3890b6123ab6 {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(231, 231, 231, 1);
}

@media (min-width: 0px) {
[id="s-c7f2e5a6-1f0f-4b33-aa10-3890b6123ab6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7f2e5a6-1f0f-4b33-aa10-3890b6123ab6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7f2e5a6-1f0f-4b33-aa10-3890b6123ab6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7f2e5a6-1f0f-4b33-aa10-3890b6123ab6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-9011d707-73e0-4140-96e0-1c54d2eb45a0 {
  margin-left: 8%;
margin-right: 8%;
}

#s-9011d707-73e0-4140-96e0-1c54d2eb45a0 hr {
  border-top: 1px solid #ddd;
}

#s-310dbb50-d4f9-4fe7-974d-77df8504df27 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-310dbb50-d4f9-4fe7-974d-77df8504df27 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-310dbb50-d4f9-4fe7-974d-77df8504df27 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-310dbb50-d4f9-4fe7-974d-77df8504df27 {
  
}
}@media (max-width: 767px){#s-310dbb50-d4f9-4fe7-974d-77df8504df27 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-310dbb50-d4f9-4fe7-974d-77df8504df27 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-310dbb50-d4f9-4fe7-974d-77df8504df27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea {
  margin-top: 70px;
margin-bottom: 70px;
}
@media (min-width: 1200px){#s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea {
  
}
}@media (max-width: 767px){#s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea {
  
}
}
@media (min-width: 0px) {
[id="s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f7aaa49-12ad-4613-92e5-01d4c8b9f7ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-56eca53e-c147-4bf0-92a4-ccec675c374e {
  margin-left: 3%;
margin-bottom: 12px;
margin-right: 19%;
max-width: 2500px;
aspect-ratio: 2500/584;
text-align: center;
}





  #s-56eca53e-c147-4bf0-92a4-ccec675c374e img.shogun-image,
  #s-56eca53e-c147-4bf0-92a4-ccec675c374e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56eca53e-c147-4bf0-92a4-ccec675c374e {
    width: 100%;
    height: auto;
  }



  #s-56eca53e-c147-4bf0-92a4-ccec675c374e img.shogun-image {
    

    
    
    
  }


#s-56eca53e-c147-4bf0-92a4-ccec675c374e .shogun-image-content {
  
    align-items: center;
  
}

#s-d476773f-8627-4a55-9030-38fcfa3d19bf {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d476773f-8627-4a55-9030-38fcfa3d19bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d476773f-8627-4a55-9030-38fcfa3d19bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d476773f-8627-4a55-9030-38fcfa3d19bf {
  
}
}@media (max-width: 767px){#s-d476773f-8627-4a55-9030-38fcfa3d19bf {
  
}
}







#s-d476773f-8627-4a55-9030-38fcfa3d19bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d476773f-8627-4a55-9030-38fcfa3d19bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ba6aa12-e90e-445b-8210-1bc48eec2c40 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6ba6aa12-e90e-445b-8210-1bc48eec2c40 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-80493fd9-0682-4921-89c8-baf694ad5524 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-80493fd9-0682-4921-89c8-baf694ad5524 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-c78827f2-0420-4d35-8aa8-640e9de8a943 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c78827f2-0420-4d35-8aa8-640e9de8a943 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-08171dc2-2ad0-43d6-8481-7b3cbcb5d69e {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-08171dc2-2ad0-43d6-8481-7b3cbcb5d69e .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



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

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

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

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

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

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

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

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

#s-f2e4911d-88e7-4ec9-906c-f064c21db38f {
  margin-top: 0px;
margin-bottom: 19px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
background-color: rgba(43, 43, 43, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-f2e4911d-88e7-4ec9-906c-f064c21db38f:hover {background-color: rgba(165, 188, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2e4911d-88e7-4ec9-906c-f064c21db38f:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f2e4911d-88e7-4ec9-906c-f064c21db38f-root {
    text-align: left;
  }


#s-f2e4911d-88e7-4ec9-906c-f064c21db38f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2e4911d-88e7-4ec9-906c-f064c21db38f-root {
    text-align: left;
  }


#s-f2e4911d-88e7-4ec9-906c-f064c21db38f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2e4911d-88e7-4ec9-906c-f064c21db38f-root {
    text-align: left;
  }


#s-f2e4911d-88e7-4ec9-906c-f064c21db38f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2e4911d-88e7-4ec9-906c-f064c21db38f-root {
    text-align: left;
  }


#s-f2e4911d-88e7-4ec9-906c-f064c21db38f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2e4911d-88e7-4ec9-906c-f064c21db38f-root {
    text-align: left;
  }


#s-f2e4911d-88e7-4ec9-906c-f064c21db38f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c9a139e1-55da-4682-84ea-9e7568f0036d {
  margin-top: 34px;
margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c9a139e1-55da-4682-84ea-9e7568f0036d .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-bad00f93-aa85-45e9-a34a-c8a3707636aa {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bad00f93-aa85-45e9-a34a-c8a3707636aa .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-c20f4ee9-73b5-4b31-b7ef-25c0a4e62870 {
  max-width: 1400px;
aspect-ratio: 1400/934;
text-align: center;
}





  #s-c20f4ee9-73b5-4b31-b7ef-25c0a4e62870 img.shogun-image,
  #s-c20f4ee9-73b5-4b31-b7ef-25c0a4e62870 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c20f4ee9-73b5-4b31-b7ef-25c0a4e62870 {
    width: 100%;
    height: auto;
  }



  #s-c20f4ee9-73b5-4b31-b7ef-25c0a4e62870 img.shogun-image {
    

    
    
    
  }


#s-c20f4ee9-73b5-4b31-b7ef-25c0a4e62870 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c36dc2d3-64bf-4775-a84a-e864cbe96edf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c36dc2d3-64bf-4775-a84a-e864cbe96edf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c36dc2d3-64bf-4775-a84a-e864cbe96edf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c36dc2d3-64bf-4775-a84a-e864cbe96edf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2e69f932-2ba4-4e62-833e-a78e5f7aa9cf {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2e69f932-2ba4-4e62-833e-a78e5f7aa9cf .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a5e46837-addf-4c3c-b06a-58172344865b {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-a5e46837-addf-4c3c-b06a-58172344865b:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5e46837-addf-4c3c-b06a-58172344865b:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a5e46837-addf-4c3c-b06a-58172344865b-root {
    text-align: left;
  }


#s-a5e46837-addf-4c3c-b06a-58172344865b.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5e46837-addf-4c3c-b06a-58172344865b-root {
    text-align: left;
  }


#s-a5e46837-addf-4c3c-b06a-58172344865b.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5e46837-addf-4c3c-b06a-58172344865b-root {
    text-align: left;
  }


#s-a5e46837-addf-4c3c-b06a-58172344865b.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5e46837-addf-4c3c-b06a-58172344865b-root {
    text-align: left;
  }


#s-a5e46837-addf-4c3c-b06a-58172344865b.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5e46837-addf-4c3c-b06a-58172344865b-root {
    text-align: left;
  }


#s-a5e46837-addf-4c3c-b06a-58172344865b.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4cb7c591-69be-4fb2-aaf4-c075c4c570ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4cb7c591-69be-4fb2-aaf4-c075c4c570ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cb7c591-69be-4fb2-aaf4-c075c4c570ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cb7c591-69be-4fb2-aaf4-c075c4c570ea {
  
}
}@media (max-width: 767px){#s-4cb7c591-69be-4fb2-aaf4-c075c4c570ea {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-4cb7c591-69be-4fb2-aaf4-c075c4c570ea > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4cb7c591-69be-4fb2-aaf4-c075c4c570ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5 {
  margin-top: 70px;
margin-bottom: 70px;
}
@media (min-width: 1200px){#s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5 {
  
}
}@media (max-width: 767px){#s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5 {
  
}
}
@media (min-width: 0px) {
[id="s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cd91dd7f-4382-4926-b39d-d3a0a57ff4d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a837fa5e-3dfd-4eeb-befb-5ec36c3a1908 {
  margin-left: 3%;
margin-bottom: 12px;
margin-right: 19%;
text-align: center;
}







  #s-a837fa5e-3dfd-4eeb-befb-5ec36c3a1908 img.shogun-image {
    

    
    
    
  }


#s-a837fa5e-3dfd-4eeb-befb-5ec36c3a1908 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ca41652-2830-4dcf-a681-f3e6421873ba {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-7ca41652-2830-4dcf-a681-f3e6421873ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ca41652-2830-4dcf-a681-f3e6421873ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ca41652-2830-4dcf-a681-f3e6421873ba {
  
}
}@media (max-width: 767px){#s-7ca41652-2830-4dcf-a681-f3e6421873ba {
  
}
}







#s-7ca41652-2830-4dcf-a681-f3e6421873ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ca41652-2830-4dcf-a681-f3e6421873ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-87c094ed-d9b5-4f82-88f9-33828d6c14d0 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87c094ed-d9b5-4f82-88f9-33828d6c14d0 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-c269c10e-9c6c-4ba9-b374-72cbd2772a7e {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c269c10e-9c6c-4ba9-b374-72cbd2772a7e .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-ecf86783-f398-4173-a518-da8372eb7698 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ecf86783-f398-4173-a518-da8372eb7698 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-e511a4ef-73e0-4e4e-8449-bf87b694c197 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e511a4ef-73e0-4e4e-8449-bf87b694c197 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-6c035794-f259-49b6-a7e0-6160ce1da3a4 {
  margin-top: 0px;
margin-bottom: 19px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
background-color: rgba(43, 43, 43, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-6c035794-f259-49b6-a7e0-6160ce1da3a4:hover {background-color: rgba(165, 188, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c035794-f259-49b6-a7e0-6160ce1da3a4:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6c035794-f259-49b6-a7e0-6160ce1da3a4-root {
    text-align: left;
  }


#s-6c035794-f259-49b6-a7e0-6160ce1da3a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c035794-f259-49b6-a7e0-6160ce1da3a4-root {
    text-align: left;
  }


#s-6c035794-f259-49b6-a7e0-6160ce1da3a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c035794-f259-49b6-a7e0-6160ce1da3a4-root {
    text-align: left;
  }


#s-6c035794-f259-49b6-a7e0-6160ce1da3a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c035794-f259-49b6-a7e0-6160ce1da3a4-root {
    text-align: left;
  }


#s-6c035794-f259-49b6-a7e0-6160ce1da3a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c035794-f259-49b6-a7e0-6160ce1da3a4-root {
    text-align: left;
  }


#s-6c035794-f259-49b6-a7e0-6160ce1da3a4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fb2d3735-324b-405d-8f76-dd08df88b08f {
  margin-top: 34px;
margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fb2d3735-324b-405d-8f76-dd08df88b08f .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-9a818756-e4f0-4ce8-aebc-c87caceabf98 {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9a818756-e4f0-4ce8-aebc-c87caceabf98 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b28f837c-2c91-4f7e-a44b-2e6e0b0ceb3b {
  margin-top: 0px;
margin-bottom: 7px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b28f837c-2c91-4f7e-a44b-2e6e0b0ceb3b .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-834e81ee-20a8-441f-8a52-6ca46a7db498"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-834e81ee-20a8-441f-8a52-6ca46a7db498"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-834e81ee-20a8-441f-8a52-6ca46a7db498"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-834e81ee-20a8-441f-8a52-6ca46a7db498"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-6655db93-3b7a-4acd-afa7-78b97c7d7ab3 {
  text-align: center;
}







  #s-6655db93-3b7a-4acd-afa7-78b97c7d7ab3 img.shogun-image {
    

    
    
    
  }


#s-6655db93-3b7a-4acd-afa7-78b97c7d7ab3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ef5b58-763b-416e-9045-68bd45243a23 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d5ef5b58-763b-416e-9045-68bd45243a23 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7-root {
    text-align: left;
  }


#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7-root {
    text-align: left;
  }


#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7-root {
    text-align: left;
  }


#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7-root {
    text-align: left;
  }


#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7-root {
    text-align: left;
  }


#s-ebc5fb83-bcd3-47fb-8358-3120a9c971a7.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-43540517-ea4d-494b-8cc7-e01dc0904d4d {
  margin-left: 8%;
margin-right: 8%;
}

#s-43540517-ea4d-494b-8cc7-e01dc0904d4d hr {
  border-top: 1px solid #ddd;
}

#s-bd917d7d-3dee-4401-84bb-c2ec393d0692 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bd917d7d-3dee-4401-84bb-c2ec393d0692 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd917d7d-3dee-4401-84bb-c2ec393d0692 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd917d7d-3dee-4401-84bb-c2ec393d0692 {
  
}
}@media (max-width: 767px){#s-bd917d7d-3dee-4401-84bb-c2ec393d0692 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-bd917d7d-3dee-4401-84bb-c2ec393d0692 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bd917d7d-3dee-4401-84bb-c2ec393d0692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e38d474-6017-4a5a-9172-34ce6a300bc8 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-3e38d474-6017-4a5a-9172-34ce6a300bc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e38d474-6017-4a5a-9172-34ce6a300bc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e38d474-6017-4a5a-9172-34ce6a300bc8 {
  
}
}@media (max-width: 767px){#s-3e38d474-6017-4a5a-9172-34ce6a300bc8 {
  
}
}
@media (min-width: 0px) {
[id="s-3e38d474-6017-4a5a-9172-34ce6a300bc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e38d474-6017-4a5a-9172-34ce6a300bc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e38d474-6017-4a5a-9172-34ce6a300bc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3e38d474-6017-4a5a-9172-34ce6a300bc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e38d474-6017-4a5a-9172-34ce6a300bc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e38d474-6017-4a5a-9172-34ce6a300bc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e38d474-6017-4a5a-9172-34ce6a300bc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-61e560f0-255c-401a-9a20-f2ea59962596 {
  margin-left: 4%;
margin-bottom: 12px;
margin-right: 60%;
text-align: center;
}







  #s-61e560f0-255c-401a-9a20-f2ea59962596 img.shogun-image {
    

    
    
    
  }


#s-61e560f0-255c-401a-9a20-f2ea59962596 .shogun-image-content {
  
    align-items: center;
  
}

#s-55dc07fa-1042-4bbd-83ed-b46c5d624134 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-55dc07fa-1042-4bbd-83ed-b46c5d624134 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55dc07fa-1042-4bbd-83ed-b46c5d624134 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55dc07fa-1042-4bbd-83ed-b46c5d624134 {
  
}
}@media (max-width: 767px){#s-55dc07fa-1042-4bbd-83ed-b46c5d624134 {
  
}
}







#s-55dc07fa-1042-4bbd-83ed-b46c5d624134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55dc07fa-1042-4bbd-83ed-b46c5d624134.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5a959eed-de27-425e-8934-0b488fbc0427 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a959eed-de27-425e-8934-0b488fbc0427 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-eb3cf468-f5bf-4465-b2c8-413b7172d3d6 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-eb3cf468-f5bf-4465-b2c8-413b7172d3d6 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-365918cb-e682-4cde-a5d9-305d88723490 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-365918cb-e682-4cde-a5d9-305d88723490 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-e816d014-b050-467e-8fe7-f71abe487594 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e816d014-b050-467e-8fe7-f71abe487594 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8 {
  margin-top: 0px;
margin-bottom: 19px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
background-color: rgba(43, 43, 43, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8:hover {background-color: rgba(165, 188, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-20e4b3b1-0542-4f9c-831a-a385d8d508c8-root {
    text-align: left;
  }


#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20e4b3b1-0542-4f9c-831a-a385d8d508c8-root {
    text-align: left;
  }


#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20e4b3b1-0542-4f9c-831a-a385d8d508c8-root {
    text-align: left;
  }


#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20e4b3b1-0542-4f9c-831a-a385d8d508c8-root {
    text-align: left;
  }


#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20e4b3b1-0542-4f9c-831a-a385d8d508c8-root {
    text-align: left;
  }


#s-20e4b3b1-0542-4f9c-831a-a385d8d508c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7c8b3af8-d99b-4d54-b734-9217d5276e75 {
  margin-top: 34px;
margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7c8b3af8-d99b-4d54-b734-9217d5276e75 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-bf5be30e-1c5a-4ced-b683-8017d3b4e5f9 {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bf5be30e-1c5a-4ced-b683-8017d3b4e5f9 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a93b8e10-a929-4995-9266-5a86388ec0a0 {
  margin-top: 0px;
margin-bottom: 7px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a93b8e10-a929-4995-9266-5a86388ec0a0 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-e1a9f65c-2918-4ae1-8b58-88ad15707e48 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-e1a9f65c-2918-4ae1-8b58-88ad15707e48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1a9f65c-2918-4ae1-8b58-88ad15707e48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.5px);
}

}

@media (min-width: 992px) {
[id="s-e1a9f65c-2918-4ae1-8b58-88ad15707e48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.5px);
}

}

@media (min-width: 1200px) {
[id="s-e1a9f65c-2918-4ae1-8b58-88ad15707e48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.5px);
}

}

#s-63af9fce-fdda-4c85-ac30-c7c59d341e2b {
  text-align: center;
}







  #s-63af9fce-fdda-4c85-ac30-c7c59d341e2b img.shogun-image {
    

    
    
    
  }


#s-63af9fce-fdda-4c85-ac30-c7c59d341e2b .shogun-image-content {
  
    align-items: center;
  
}

#s-da00a00f-78a2-4216-8206-7ccbb1672dd9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-da00a00f-78a2-4216-8206-7ccbb1672dd9 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea-root {
    text-align: left;
  }


#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea-root {
    text-align: left;
  }


#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea-root {
    text-align: left;
  }


#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea-root {
    text-align: left;
  }


#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea-root {
    text-align: left;
  }


#s-d0af708b-d6ab-4e31-bf43-7a70dc04a1ea.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ea04565b-6e31-4d3c-afa6-5bb5c60b4789 {
  text-align: center;
}







  #s-ea04565b-6e31-4d3c-afa6-5bb5c60b4789 img.shogun-image {
    

    
    
    
  }


#s-ea04565b-6e31-4d3c-afa6-5bb5c60b4789 .shogun-image-content {
  
    align-items: center;
  
}

#s-aed0dcc8-4a2a-415a-a54c-2e013da81b62 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aed0dcc8-4a2a-415a-a54c-2e013da81b62 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-f6bd5caa-db14-49be-9df9-092b7999c963 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-f6bd5caa-db14-49be-9df9-092b7999c963:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6bd5caa-db14-49be-9df9-092b7999c963:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f6bd5caa-db14-49be-9df9-092b7999c963-root {
    text-align: left;
  }


#s-f6bd5caa-db14-49be-9df9-092b7999c963.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6bd5caa-db14-49be-9df9-092b7999c963-root {
    text-align: left;
  }


#s-f6bd5caa-db14-49be-9df9-092b7999c963.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6bd5caa-db14-49be-9df9-092b7999c963-root {
    text-align: left;
  }


#s-f6bd5caa-db14-49be-9df9-092b7999c963.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6bd5caa-db14-49be-9df9-092b7999c963-root {
    text-align: left;
  }


#s-f6bd5caa-db14-49be-9df9-092b7999c963.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6bd5caa-db14-49be-9df9-092b7999c963-root {
    text-align: left;
  }


#s-f6bd5caa-db14-49be-9df9-092b7999c963.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ddb5f2c9-f4b2-4c5d-b505-c9a5b0f91da1 {
  margin-left: 8%;
margin-right: 8%;
}

#s-ddb5f2c9-f4b2-4c5d-b505-c9a5b0f91da1 hr {
  border-top: 1px solid #ddd;
}

#s-9482d3fc-7313-47dd-99c6-0b0c01fd5380 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9482d3fc-7313-47dd-99c6-0b0c01fd5380 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9482d3fc-7313-47dd-99c6-0b0c01fd5380 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9482d3fc-7313-47dd-99c6-0b0c01fd5380 {
  
}
}@media (max-width: 767px){#s-9482d3fc-7313-47dd-99c6-0b0c01fd5380 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-9482d3fc-7313-47dd-99c6-0b0c01fd5380 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9482d3fc-7313-47dd-99c6-0b0c01fd5380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0045a4f-7d48-408a-b016-d7f421e259f3 {
  margin-top: 70px;
margin-bottom: 70px;
}
@media (min-width: 1200px){#s-d0045a4f-7d48-408a-b016-d7f421e259f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0045a4f-7d48-408a-b016-d7f421e259f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0045a4f-7d48-408a-b016-d7f421e259f3 {
  
}
}@media (max-width: 767px){#s-d0045a4f-7d48-408a-b016-d7f421e259f3 {
  
}
}
@media (min-width: 0px) {
[id="s-d0045a4f-7d48-408a-b016-d7f421e259f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0045a4f-7d48-408a-b016-d7f421e259f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0045a4f-7d48-408a-b016-d7f421e259f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0045a4f-7d48-408a-b016-d7f421e259f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0045a4f-7d48-408a-b016-d7f421e259f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0045a4f-7d48-408a-b016-d7f421e259f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0045a4f-7d48-408a-b016-d7f421e259f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-db7b9db8-5972-4c3a-968b-803d1e0773b8 {
  margin-left: 4%;
margin-bottom: 12px;
margin-right: 55%;
text-align: center;
}







  #s-db7b9db8-5972-4c3a-968b-803d1e0773b8 img.shogun-image {
    

    
    
    
  }


#s-db7b9db8-5972-4c3a-968b-803d1e0773b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-be382743-98de-4cb5-a59f-8ccb38c668e3 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-be382743-98de-4cb5-a59f-8ccb38c668e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be382743-98de-4cb5-a59f-8ccb38c668e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be382743-98de-4cb5-a59f-8ccb38c668e3 {
  
}
}@media (max-width: 767px){#s-be382743-98de-4cb5-a59f-8ccb38c668e3 {
  
}
}







#s-be382743-98de-4cb5-a59f-8ccb38c668e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be382743-98de-4cb5-a59f-8ccb38c668e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e14c2ad2-aba6-4c43-a625-cc9b0d4c12da {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e14c2ad2-aba6-4c43-a625-cc9b0d4c12da .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-f53e988b-d0f8-472c-9989-c6d50b31a102 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f53e988b-d0f8-472c-9989-c6d50b31a102 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-380202e4-9d5e-4906-8b27-b21574300a62 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-380202e4-9d5e-4906-8b27-b21574300a62 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-2e9e68e6-7349-44f6-8000-5be07e1b634b {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2e9e68e6-7349-44f6-8000-5be07e1b634b .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee {
  margin-top: 0px;
margin-bottom: 19px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
background-color: rgba(43, 43, 43, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee:hover {background-color: rgba(165, 188, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee-root {
    text-align: left;
  }


#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee-root {
    text-align: left;
  }


#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee-root {
    text-align: left;
  }


#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee-root {
    text-align: left;
  }


#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee-root {
    text-align: left;
  }


#s-5ab75dc2-2888-4f8a-a824-4661c94ce8ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-031772f1-279d-4b63-bbbf-0b986eb2821e {
  margin-top: 34px;
margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-031772f1-279d-4b63-bbbf-0b986eb2821e .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-7146f87f-e6a8-403a-b7bb-97ab0910eaf5 {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7146f87f-e6a8-403a-b7bb-97ab0910eaf5 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-83bbe956-9c41-44b6-b530-0ba8b6394f96 {
  margin-top: 0px;
margin-bottom: 7px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-83bbe956-9c41-44b6-b530-0ba8b6394f96 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-3d1f3ce8-ac82-4b2a-9c11-e5f6d4d7e43a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d1f3ce8-ac82-4b2a-9c11-e5f6d4d7e43a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3d1f3ce8-ac82-4b2a-9c11-e5f6d4d7e43a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d1f3ce8-ac82-4b2a-9c11-e5f6d4d7e43a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-44cc2cb0-7b16-437b-8bad-914a6232ac87 {
  text-align: center;
}







  #s-44cc2cb0-7b16-437b-8bad-914a6232ac87 img.shogun-image {
    

    
    
    
  }


#s-44cc2cb0-7b16-437b-8bad-914a6232ac87 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a8e5aee-8a44-4e02-8db9-04fb287c454c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8a8e5aee-8a44-4e02-8db9-04fb287c454c .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-bc16a34c-161c-4670-812a-bc426e42c21f {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-bc16a34c-161c-4670-812a-bc426e42c21f:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc16a34c-161c-4670-812a-bc426e42c21f:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bc16a34c-161c-4670-812a-bc426e42c21f-root {
    text-align: left;
  }


#s-bc16a34c-161c-4670-812a-bc426e42c21f.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc16a34c-161c-4670-812a-bc426e42c21f-root {
    text-align: left;
  }


#s-bc16a34c-161c-4670-812a-bc426e42c21f.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc16a34c-161c-4670-812a-bc426e42c21f-root {
    text-align: left;
  }


#s-bc16a34c-161c-4670-812a-bc426e42c21f.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc16a34c-161c-4670-812a-bc426e42c21f-root {
    text-align: left;
  }


#s-bc16a34c-161c-4670-812a-bc426e42c21f.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc16a34c-161c-4670-812a-bc426e42c21f-root {
    text-align: left;
  }


#s-bc16a34c-161c-4670-812a-bc426e42c21f.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9470b794-b8b0-4537-b5a9-00fe292d7ebf {
  text-align: center;
}







  #s-9470b794-b8b0-4537-b5a9-00fe292d7ebf img.shogun-image {
    

    
    
    
  }


#s-9470b794-b8b0-4537-b5a9-00fe292d7ebf .shogun-image-content {
  
    align-items: center;
  
}

#s-f88d3e6c-b8bf-46a1-a382-cff78f1f2f06 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f88d3e6c-b8bf-46a1-a382-cff78f1f2f06 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159-root {
    text-align: left;
  }


#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159-root {
    text-align: left;
  }


#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159-root {
    text-align: left;
  }


#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159-root {
    text-align: left;
  }


#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159-root {
    text-align: left;
  }


#s-8bd2f448-f0e1-48be-a7f1-e9b62e8f2159.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a539f863-cb68-4d9b-a78d-7d39930619cb {
  margin-left: 8%;
margin-right: 8%;
}

#s-a539f863-cb68-4d9b-a78d-7d39930619cb hr {
  border-top: 1px solid #ddd;
}

#s-23c08996-9a47-47d4-87b7-c0b08810892d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-23c08996-9a47-47d4-87b7-c0b08810892d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23c08996-9a47-47d4-87b7-c0b08810892d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23c08996-9a47-47d4-87b7-c0b08810892d {
  
}
}@media (max-width: 767px){#s-23c08996-9a47-47d4-87b7-c0b08810892d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-23c08996-9a47-47d4-87b7-c0b08810892d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-23c08996-9a47-47d4-87b7-c0b08810892d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68 {
  margin-top: 70px;
margin-bottom: 70px;
}
@media (min-width: 1200px){#s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68 {
  
}
}@media (max-width: 767px){#s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68 {
  
}
}
@media (min-width: 0px) {
[id="s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-862c1a64-ac0b-4118-9ab6-e8d7c3b62f68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-d33752a9-53b2-41ca-b1af-fd915baae0a3 {
  margin-left: 3%;
margin-bottom: 12px;
margin-right: 19%;
text-align: center;
}







  #s-d33752a9-53b2-41ca-b1af-fd915baae0a3 img.shogun-image {
    

    
    
    
  }


#s-d33752a9-53b2-41ca-b1af-fd915baae0a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d9a145e-0a0c-443d-8702-23b0513b3cfb {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8d9a145e-0a0c-443d-8702-23b0513b3cfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d9a145e-0a0c-443d-8702-23b0513b3cfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d9a145e-0a0c-443d-8702-23b0513b3cfb {
  
}
}@media (max-width: 767px){#s-8d9a145e-0a0c-443d-8702-23b0513b3cfb {
  
}
}







#s-8d9a145e-0a0c-443d-8702-23b0513b3cfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9a145e-0a0c-443d-8702-23b0513b3cfb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11b407e8-68f1-4d8e-9680-0b71163b5ebd {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-11b407e8-68f1-4d8e-9680-0b71163b5ebd .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-0edd48a0-a460-4356-8979-d2e5aaf1e5eb {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0edd48a0-a460-4356-8979-d2e5aaf1e5eb .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-4d206132-9097-4db5-b700-ec877b26f951 {
  margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d206132-9097-4db5-b700-ec877b26f951 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-7eaa021a-80ff-4228-b32c-b99fa3c14f55 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7eaa021a-80ff-4228-b32c-b99fa3c14f55 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-27784c70-4156-41ca-82f7-15d36fd093f7 {
  margin-top: 0px;
margin-bottom: 19px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
background-color: rgba(43, 43, 43, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-27784c70-4156-41ca-82f7-15d36fd093f7:hover {background-color: rgba(165, 188, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27784c70-4156-41ca-82f7-15d36fd093f7:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-27784c70-4156-41ca-82f7-15d36fd093f7-root {
    text-align: left;
  }


#s-27784c70-4156-41ca-82f7-15d36fd093f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27784c70-4156-41ca-82f7-15d36fd093f7-root {
    text-align: left;
  }


#s-27784c70-4156-41ca-82f7-15d36fd093f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27784c70-4156-41ca-82f7-15d36fd093f7-root {
    text-align: left;
  }


#s-27784c70-4156-41ca-82f7-15d36fd093f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27784c70-4156-41ca-82f7-15d36fd093f7-root {
    text-align: left;
  }


#s-27784c70-4156-41ca-82f7-15d36fd093f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27784c70-4156-41ca-82f7-15d36fd093f7-root {
    text-align: left;
  }


#s-27784c70-4156-41ca-82f7-15d36fd093f7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ed7dcb6b-fc6a-4814-96bf-68ea414a6de6 {
  margin-top: 34px;
margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ed7dcb6b-fc6a-4814-96bf-68ea414a6de6 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



#s-dba12eac-2b6e-4b82-b03e-111d95a18c45 {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dba12eac-2b6e-4b82-b03e-111d95a18c45 .shogun-heading-component h5 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-68ad0255-0442-4d58-955c-dd01e3e9e074 {
  margin-top: 0px;
margin-bottom: 7px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-68ad0255-0442-4d58-955c-dd01e3e9e074 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 4px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-bb1b37d5-552c-48e8-80c4-9006b4e1ccb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb1b37d5-552c-48e8-80c4-9006b4e1ccb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bb1b37d5-552c-48e8-80c4-9006b4e1ccb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb1b37d5-552c-48e8-80c4-9006b4e1ccb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-86a49715-9702-43a6-8057-7a367d17edfa {
  text-align: center;
}







  #s-86a49715-9702-43a6-8057-7a367d17edfa img.shogun-image {
    

    
    
    
  }


#s-86a49715-9702-43a6-8057-7a367d17edfa .shogun-image-content {
  
    align-items: center;
  
}

#s-ed8ecc9f-ad25-41ed-b811-afa6cd9c1c41 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ed8ecc9f-ad25-41ed-b811-afa6cd9c1c41 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a596694f-04ec-4a18-9f54-2a938c878c54 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-a596694f-04ec-4a18-9f54-2a938c878c54:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a596694f-04ec-4a18-9f54-2a938c878c54:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a596694f-04ec-4a18-9f54-2a938c878c54-root {
    text-align: left;
  }


#s-a596694f-04ec-4a18-9f54-2a938c878c54.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a596694f-04ec-4a18-9f54-2a938c878c54-root {
    text-align: left;
  }


#s-a596694f-04ec-4a18-9f54-2a938c878c54.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a596694f-04ec-4a18-9f54-2a938c878c54-root {
    text-align: left;
  }


#s-a596694f-04ec-4a18-9f54-2a938c878c54.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a596694f-04ec-4a18-9f54-2a938c878c54-root {
    text-align: left;
  }


#s-a596694f-04ec-4a18-9f54-2a938c878c54.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a596694f-04ec-4a18-9f54-2a938c878c54-root {
    text-align: left;
  }


#s-a596694f-04ec-4a18-9f54-2a938c878c54.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-78a56abc-7e2f-4493-8b6b-a07d691a2ce4 {
  text-align: center;
}







  #s-78a56abc-7e2f-4493-8b6b-a07d691a2ce4 img.shogun-image {
    

    
    
    
  }


#s-78a56abc-7e2f-4493-8b6b-a07d691a2ce4 .shogun-image-content {
  
    align-items: center;
  
}

#s-88d96497-bbad-4baf-9c72-b4ae7f2a8bd5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-88d96497-bbad-4baf-9c72-b4ae7f2a8bd5 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 6px;
padding-left: 60px;
padding-bottom: 6px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(43, 43, 43, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
color: rgba(43, 43, 43, 1);
}
#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e:hover {background-color: rgba(217, 218, 217, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e-root {
    text-align: left;
  }


#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e-root {
    text-align: left;
  }


#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e-root {
    text-align: left;
  }


#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e-root {
    text-align: left;
  }


#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e-root {
    text-align: left;
  }


#s-8bcf2e5e-33fd-4f17-b7a3-9c358b20915e.shg-btn {
  color: rgba(43, 43, 43, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9a5d6f7c-6bf0-4e73-ba01-b509839b91a2 {
  margin-left: 8%;
margin-right: 8%;
}

#s-9a5d6f7c-6bf0-4e73-ba01-b509839b91a2 hr {
  border-top: 1px solid #ddd;
}

#s-13762b64-12c1-4c6b-8c42-175ab77a0cdd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-13762b64-12c1-4c6b-8c42-175ab77a0cdd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13762b64-12c1-4c6b-8c42-175ab77a0cdd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13762b64-12c1-4c6b-8c42-175ab77a0cdd {
  
}
}@media (max-width: 767px){#s-13762b64-12c1-4c6b-8c42-175ab77a0cdd {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-13762b64-12c1-4c6b-8c42-175ab77a0cdd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-13762b64-12c1-4c6b-8c42-175ab77a0cdd.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}