.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-feb65543-0c5e-45ca-b6c1-0f2bde13d2c9 {
  padding-bottom: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-feb65543-0c5e-45ca-b6c1-0f2bde13d2c9 {
  padding-bottom: 31px;
}
}







#s-feb65543-0c5e-45ca-b6c1-0f2bde13d2c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb65543-0c5e-45ca-b6c1-0f2bde13d2c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe83832a-881f-4344-8bca-bb8b30033798 {
  text-align: left;
}

.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-52778473-40a0-4e8a-9d79-0f924948e610 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-right: 0px;
max-width: 1520px;
}

@media (min-width: 0px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77 {
  box-shadow:0px 0px 12px 1px rgba(0, 0, 0, 0.2);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77 {
  
}
}







#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77.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-3515d597-0709-4d40-b158-8b0b86904b62 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}

#s-3515d597-0709-4d40-b158-8b0b86904b62 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-3b568e22-879f-4679-830d-8e2d0e4932b3 {
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 19px;
margin-left: 19px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 {
  padding-top: 10px;
text-align: center;
}







  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  text-align: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  text-align: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  text-align: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  text-align: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  text-align: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}


}
#s-9793362c-0eea-41f2-8590-ad2d2179e59c {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-9793362c-0eea-41f2-8590-ad2d2179e59c .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e8d75ed6-a9d1-4511-82c0-dac3bfd6d5c0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e8d75ed6-a9d1-4511-82c0-dac3bfd6d5c0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-e8d75ed6-a9d1-4511-82c0-dac3bfd6d5c0 .shogun-heading-component h6 a {
  color: #000;
}


#s-3bd20848-1b3a-46d9-a3a1-f4e9fd4dd1b4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-3bd20848-1b3a-46d9-a3a1-f4e9fd4dd1b4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-3bd20848-1b3a-46d9-a3a1-f4e9fd4dd1b4 .shogun-heading-component h6 a {
  color: #000;
}


#s-f801c733-7a39-41dd-8540-89677c54f901 {
  margin-left: 21px;
margin-right: 21px;
}

@media (min-width: 0px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498 {
  text-align: left;
}







  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  text-align: left
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  text-align: left
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  text-align: left
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  text-align: left
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  text-align: left
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}


}
#s-df031c72-f7cf-483d-9169-658cb1762075 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-df031c72-f7cf-483d-9169-658cb1762075 {
  padding-top: 10px;
padding-left: 0px;
}
}
#s-df031c72-f7cf-483d-9169-658cb1762075 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-88eb1196-1659-4427-ac7c-62b2c15c349b {
  text-align: left;
}

#s-688e5106-3566-40b3-9d85-72c16d984167 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 {
  text-align: left;
}







  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  text-align: left
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  text-align: left
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  text-align: left
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  text-align: left
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  text-align: left
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}


}
#s-76820ade-02a0-4e8e-a194-59522a7c8ae3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-76820ade-02a0-4e8e-a194-59522a7c8ae3 {
  padding-left: 0px;
}
}
#s-76820ade-02a0-4e8e-a194-59522a7c8ae3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


#s-76820ade-02a0-4e8e-a194-59522a7c8ae3 .shogun-heading-component h4 a {
  color: #000;
}


#s-fe8767ad-2709-4fc8-ae41-14a438765d2c {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-3d64c158-ab85-4d34-9f02-da6efba58659 {
  text-align: left;
}







  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  text-align: left
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  text-align: left
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  text-align: left
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  text-align: left
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  text-align: left
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}


}
#s-4fdac3ff-487f-4126-a697-b9f68e1116e0 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4fdac3ff-487f-4126-a697-b9f68e1116e0 {
  padding-top: 10px;
padding-left: 0px;
}
}
#s-4fdac3ff-487f-4126-a697-b9f68e1116e0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}@media (max-width: 767px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}
@media (min-width: 0px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 {
  text-align: left;
}







  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  text-align: left
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  text-align: left
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  text-align: left
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  text-align: left
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  text-align: left
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}


}
#s-dfc94b5f-1f0e-4b69-bb3f-178490e823f3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-dfc94b5f-1f0e-4b69-bb3f-178490e823f3 {
  padding-left: 0px;
}
}
#s-dfc94b5f-1f0e-4b69-bb3f-178490e823f3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}@media (max-width: 767px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}
@media (min-width: 0px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-fa8905be-eba1-4d53-8972-e8607cf740da {
  text-align: left;
}







  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  text-align: left
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  text-align: left
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  text-align: left
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  text-align: left
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  text-align: left
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}


}
#s-b7db887a-231a-4ece-8bcc-a77355143c92 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b7db887a-231a-4ece-8bcc-a77355143c92 {
  padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-b7db887a-231a-4ece-8bcc-a77355143c92 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


#s-b7db887a-231a-4ece-8bcc-a77355143c92 .shogun-heading-component h4 a {
  color: #000;
}


#s-1cdbbef0-aaeb-45cb-aec9-8985d113da4e {
  text-align: left;
}

#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  box-shadow:0px 0px 12px 1px rgba(0, 0, 0, 0.2);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display:none !important; }}@media (max-width: 767px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display:none !important; }}







#s-483cc681-8ac0-42da-8ce5-023ca27bf87b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-483cc681-8ac0-42da-8ce5-023ca27bf87b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-145c3595-60da-4bb9-bcc3-0f9a12700d12 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}

#s-145c3595-60da-4bb9-bcc3-0f9a12700d12 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 33px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-5b6719c4-efbd-429d-8fa9-794395a75bde {
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 19px;
margin-left: 19px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-703bad12-2967-434c-bd52-ba623c871e37 {
  padding-bottom: 15px;
text-align: left;
}







  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  text-align: left
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  text-align: left
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  text-align: left
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  text-align: left
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  text-align: left
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}


}
#s-816697e1-8887-488b-bad8-17c774948de4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-816697e1-8887-488b-bad8-17c774948de4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-3e3bf6fd-02cd-4469-a77e-c4a0d91c79dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e3bf6fd-02cd-4469-a77e-c4a0d91c79dd .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-3e3bf6fd-02cd-4469-a77e-c4a0d91c79dd .shogun-heading-component h6 a {
  color: #000;
}


#s-5e20cdfb-7bcb-401e-9417-f4446ee983da {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 {
  text-align: left;
}







  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  text-align: left
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  text-align: left
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  text-align: left
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  text-align: left
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  text-align: left
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}


}
#s-49a8a610-4f19-4092-bca2-1d381666c777 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-49a8a610-4f19-4092-bca2-1d381666c777 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb {
  text-align: left;
}







  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  text-align: left
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  text-align: left
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  text-align: left
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  text-align: left
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  text-align: left
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}


}
#s-bdb6a107-410f-47a9-b902-f65fefb002a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-bdb6a107-410f-47a9-b902-f65fefb002a8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-bdb6a107-410f-47a9-b902-f65fefb002a8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


#s-bdb6a107-410f-47a9-b902-f65fefb002a8 .shogun-heading-component h4 a {
  color: #000;
}


#s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70612544-ec58-47cb-b498-c5bf16a58865 {
  text-align: left;
}







  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  text-align: left
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  text-align: left
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}


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





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  text-align: left
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}


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





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  text-align: left
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}


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





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  text-align: left
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}


}
#s-659af03d-6a1b-4da4-8876-ed63b02a70e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-659af03d-6a1b-4da4-8876-ed63b02a70e6 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-659af03d-6a1b-4da4-8876-ed63b02a70e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  text-align: left;
}
@media (min-width: 1200px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display:none !important; }}@media (max-width: 767px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display:none !important; }}






  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  text-align: left
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  text-align: left
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  text-align: left
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  text-align: left
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  text-align: left
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}


}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display:none !important; }}@media (max-width: 767px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display:none !important; }}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display:none !important; }}@media (max-width: 767px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d {
  text-align: left;
}







  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  text-align: left
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  text-align: left
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  text-align: left
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  text-align: left
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  text-align: left
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}


}
#s-712dac1c-eb3f-4d1d-a1be-40f06299d870 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-712dac1c-eb3f-4d1d-a1be-40f06299d870 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-82a4e70a-8c9f-43a8-9d40-1402ce840214 {
  box-shadow:0px 0px 12px 1px rgba(0, 0, 0, 0.2);
border-style: solid;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 586px;
}
@media (max-width: 767px){#s-82a4e70a-8c9f-43a8-9d40-1402ce840214 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}
}
#s-ff8e8d74-d7eb-4ac1-a92c-98b71b607230 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ff8e8d74-d7eb-4ac1-a92c-98b71b607230 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
}
}







#s-ff8e8d74-d7eb-4ac1-a92c-98b71b607230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff8e8d74-d7eb-4ac1-a92c-98b71b607230.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4669cfb2-3902-4017-bfd6-a3ed822bf3ce {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1400px;
text-align: center;
}

#s-4669cfb2-3902-4017-bfd6-a3ed822bf3ce .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-4669cfb2-3902-4017-bfd6-a3ed822bf3ce .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-61b2d549-1b45-410f-b5dc-7cb8bc0d6083 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}

#s-ef138638-8283-4238-a524-094421caf180 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 0px;
padding-right: 0px;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-ef138638-8283-4238-a524-094421caf180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef138638-8283-4238-a524-094421caf180"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef138638-8283-4238-a524-094421caf180"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef138638-8283-4238-a524-094421caf180"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-720fac88-605e-4d0b-bde7-0c9e6ba19edb {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-720fac88-605e-4d0b-bde7-0c9e6ba19edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-720fac88-605e-4d0b-bde7-0c9e6ba19edb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-56f18fe7-292e-46bd-970c-8762e9a4e96a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56f18fe7-292e-46bd-970c-8762e9a4e96a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-56f18fe7-292e-46bd-970c-8762e9a4e96a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56f18fe7-292e-46bd-970c-8762e9a4e96a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-56f18fe7-292e-46bd-970c-8762e9a4e96a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56f18fe7-292e-46bd-970c-8762e9a4e96a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-56f18fe7-292e-46bd-970c-8762e9a4e96a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-7819283c-893a-4a05-971e-d0ff92626be2 {
  text-align: center;
}







  img.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
    
    
  }


.s-7819283c-893a-4a05-971e-d0ff92626be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shg-align-container {
  text-align: center
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
    
    
  }


.s-7819283c-893a-4a05-971e-d0ff92626be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shg-align-container {
  text-align: center
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
    
    
  }


.s-7819283c-893a-4a05-971e-d0ff92626be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shg-align-container {
  text-align: center
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
    
    
  }


.s-7819283c-893a-4a05-971e-d0ff92626be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shg-align-container {
  text-align: center
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
    
    
  }


.s-7819283c-893a-4a05-971e-d0ff92626be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shg-align-container {
  text-align: center
}

.s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7819283c-893a-4a05-971e-d0ff92626be2.shogun-image {
  box-sizing: border-box;
}


}
#s-f71f4c55-36d3-4c77-98be-e241f3b9c66b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f71f4c55-36d3-4c77-98be-e241f3b9c66b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-f71f4c55-36d3-4c77-98be-e241f3b9c66b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f71f4c55-36d3-4c77-98be-e241f3b9c66b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}
#s-19e196b2-e871-4778-9ac7-40ac66c5b73a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-19e196b2-e871-4778-9ac7-40ac66c5b73a {
  display: none;
}
#s-19e196b2-e871-4778-9ac7-40ac66c5b73a, #wrap-s-19e196b2-e871-4778-9ac7-40ac66c5b73a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19e196b2-e871-4778-9ac7-40ac66c5b73a {
  display: none;
}
#s-19e196b2-e871-4778-9ac7-40ac66c5b73a, #wrap-s-19e196b2-e871-4778-9ac7-40ac66c5b73a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19e196b2-e871-4778-9ac7-40ac66c5b73a {
  display: none;
}
#s-19e196b2-e871-4778-9ac7-40ac66c5b73a, #wrap-s-19e196b2-e871-4778-9ac7-40ac66c5b73a { display:none !important; }}@media (max-width: 767px){#s-19e196b2-e871-4778-9ac7-40ac66c5b73a {
  display: none;
}
#s-19e196b2-e871-4778-9ac7-40ac66c5b73a, #wrap-s-19e196b2-e871-4778-9ac7-40ac66c5b73a { display:none !important; }}
#s-19e196b2-e871-4778-9ac7-40ac66c5b73a .shogun-heading-component h2 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-19e196b2-e871-4778-9ac7-40ac66c5b73a .shogun-heading-component h2 a {
  color: rgba(214, 5, 27, 1);
}


#s-7fd0e459-5dd2-4664-81fc-203ff860b89a {
  text-align: left;
}

#s-1236bd4b-dad1-41b8-91bc-a3d41986107c {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 36px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-1236bd4b-dad1-41b8-91bc-a3d41986107c {
  margin-top: 30px;
}
}







#s-1236bd4b-dad1-41b8-91bc-a3d41986107c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1236bd4b-dad1-41b8-91bc-a3d41986107c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0bf1631a-b669-4fe9-b52c-8f056a798fe1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bf1631a-b669-4fe9-b52c-8f056a798fe1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0bf1631a-b669-4fe9-b52c-8f056a798fe1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0bf1631a-b669-4fe9-b52c-8f056a798fe1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0bf1631a-b669-4fe9-b52c-8f056a798fe1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bf1631a-b669-4fe9-b52c-8f056a798fe1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0bf1631a-b669-4fe9-b52c-8f056a798fe1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7 {
  text-align: center;
}







  img.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
    
    
  }


.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shg-align-container {
  text-align: center
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
    
    
  }


.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shg-align-container {
  text-align: center
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
    
    
  }


.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shg-align-container {
  text-align: center
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
    
    
  }


.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shg-align-container {
  text-align: center
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
    
    
  }


.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shg-align-container {
  text-align: center
}

.s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6b4ecd1-03cb-4533-945e-2fcdbb6462a7.shogun-image {
  box-sizing: border-box;
}


}
#s-03d3af82-4259-4033-8aff-61e840ae1864 {
  padding-top: 10px;
padding-bottom: 4px;
text-align: left;
}
@media (max-width: 767px){#s-03d3af82-4259-4033-8aff-61e840ae1864 {
  padding-top: 10px;
text-align: center;
}
}
#s-03d3af82-4259-4033-8aff-61e840ae1864 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-03d3af82-4259-4033-8aff-61e840ae1864 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}
#s-2a26b750-bf59-49f7-a68a-1411601b7f1e {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2a26b750-bf59-49f7-a68a-1411601b7f1e .shogun-heading-component h2 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2a26b750-bf59-49f7-a68a-1411601b7f1e .shogun-heading-component h2 a {
  color: rgba(214, 5, 27, 1);
}


#s-479c6a4a-b9a6-422e-b8d5-39e2027abe43 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-479c6a4a-b9a6-422e-b8d5-39e2027abe43 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-479c6a4a-b9a6-422e-b8d5-39e2027abe43 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-479c6a4a-b9a6-422e-b8d5-39e2027abe43 {
  
}
}@media (max-width: 767px){#s-479c6a4a-b9a6-422e-b8d5-39e2027abe43 {
  
}
}
#s-ef51281e-69bf-4683-a805-91d928cc1b89 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-ef51281e-69bf-4683-a805-91d928cc1b89 {
  padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
}
}







#s-ef51281e-69bf-4683-a805-91d928cc1b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef51281e-69bf-4683-a805-91d928cc1b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb43c967-b683-4c26-b32a-792b67e4ef96 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-fb43c967-b683-4c26-b32a-792b67e4ef96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb43c967-b683-4c26-b32a-792b67e4ef96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb43c967-b683-4c26-b32a-792b67e4ef96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb43c967-b683-4c26-b32a-792b67e4ef96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-454ccde4-4100-49ac-ad3c-44891fa554c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-454ccde4-4100-49ac-ad3c-44891fa554c8 .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-454ccde4-4100-49ac-ad3c-44891fa554c8 .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


}
#s-5ca86779-2324-4a29-abb8-33e00ee688a7 {
  padding-top: 10px;
}

.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-66078183-5be7-4e5f-87f0-a717d26e3520 {
  border-style: solid;
margin-top: 40px;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.3em;
}
#s-66078183-5be7-4e5f-87f0-a717d26e3520:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66078183-5be7-4e5f-87f0-a717d26e3520:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-66078183-5be7-4e5f-87f0-a717d26e3520 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}
}

  #s-66078183-5be7-4e5f-87f0-a717d26e3520-btn-wrapper {
    text-align: left;
  }


#s-66078183-5be7-4e5f-87f0-a717d26e3520.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66078183-5be7-4e5f-87f0-a717d26e3520-btn-wrapper {
    text-align: left;
  }


#s-66078183-5be7-4e5f-87f0-a717d26e3520.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66078183-5be7-4e5f-87f0-a717d26e3520-btn-wrapper {
    text-align: left;
  }


#s-66078183-5be7-4e5f-87f0-a717d26e3520.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66078183-5be7-4e5f-87f0-a717d26e3520-btn-wrapper {
    text-align: left;
  }


#s-66078183-5be7-4e5f-87f0-a717d26e3520.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66078183-5be7-4e5f-87f0-a717d26e3520-btn-wrapper {
    text-align: center;
  }


#s-66078183-5be7-4e5f-87f0-a717d26e3520.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-866e0599-b41a-4c27-b362-05c5206bd7fe {
  padding-top: 30px;
padding-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-866e0599-b41a-4c27-b362-05c5206bd7fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-866e0599-b41a-4c27-b362-05c5206bd7fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-866e0599-b41a-4c27-b362-05c5206bd7fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-866e0599-b41a-4c27-b362-05c5206bd7fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-17a55f1b-9496-4393-9dc7-15b3992d9a4d {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-17a55f1b-9496-4393-9dc7-15b3992d9a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17a55f1b-9496-4393-9dc7-15b3992d9a4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b {
  text-align: left;
}







  img.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
    
    
  }


.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shg-align-container {
  text-align: left
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
    
    
  }


.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shg-align-container {
  text-align: left
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
    
    
  }


.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shg-align-container {
  text-align: left
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
    
    
  }


.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shg-align-container {
  text-align: left
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
    
    
  }


.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b .shogun-image-content {
  
    align-items: center;
  
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shg-align-container {
  text-align: left
}

.s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9ea6f30-54d6-43a9-b57e-1c3b709dd18b.shogun-image {
  box-sizing: border-box;
}


}
#s-ff67fa81-c0b4-4dfc-bcc8-52199ebe8069 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff67fa81-c0b4-4dfc-bcc8-52199ebe8069 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-271111fa-08a0-47fb-b6da-6e8b122d9aaa {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
border-style: solid;
margin-top: -30px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-271111fa-08a0-47fb-b6da-6e8b122d9aaa {
  margin-top: 30px;
}
}







#s-271111fa-08a0-47fb-b6da-6e8b122d9aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271111fa-08a0-47fb-b6da-6e8b122d9aaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-741bc415-53cc-45ad-8380-7635eca63d0e {
  text-align: left;
}







  img.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
    
    
  }


.s-741bc415-53cc-45ad-8380-7635eca63d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shg-align-container {
  text-align: left
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
    
    
  }


.s-741bc415-53cc-45ad-8380-7635eca63d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shg-align-container {
  text-align: left
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
    
    
  }


.s-741bc415-53cc-45ad-8380-7635eca63d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shg-align-container {
  text-align: left
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
    
    
  }


.s-741bc415-53cc-45ad-8380-7635eca63d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shg-align-container {
  text-align: left
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
    
    
  }


.s-741bc415-53cc-45ad-8380-7635eca63d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shg-align-container {
  text-align: left
}

.s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741bc415-53cc-45ad-8380-7635eca63d0e.shogun-image {
  box-sizing: border-box;
}


}
#s-cd02af81-8886-4530-ab1a-c474d82e7828 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd02af81-8886-4530-ab1a-c474d82e7828 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-4fec5a9d-0c91-40c5-9b2a-b09417a24493 {
  margin-top: 10px;
padding-top: 30px;
}
@media (max-width: 767px){#s-4fec5a9d-0c91-40c5-9b2a-b09417a24493 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-4fec5a9d-0c91-40c5-9b2a-b09417a24493"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fec5a9d-0c91-40c5-9b2a-b09417a24493"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fec5a9d-0c91-40c5-9b2a-b09417a24493"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fec5a9d-0c91-40c5-9b2a-b09417a24493"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ceda18c6-8f3c-4d1b-9e45-0e8cba63f0f7 {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ceda18c6-8f3c-4d1b-9e45-0e8cba63f0f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceda18c6-8f3c-4d1b-9e45-0e8cba63f0f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6 {
  text-align: left;
}







  img.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
    
    
  }


.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shg-align-container {
  text-align: left
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
    
    
  }


.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shg-align-container {
  text-align: left
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
    
    
  }


.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shg-align-container {
  text-align: left
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
    
    
  }


.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shg-align-container {
  text-align: left
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
    
    
  }


.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shg-align-container {
  text-align: left
}

.s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e23f387-3eac-4cfb-8aa9-71f14408bcb6.shogun-image {
  box-sizing: border-box;
}


}
#s-6f17a0d9-3358-4f66-b55a-63f9bcfcfd05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f17a0d9-3358-4f66-b55a-63f9bcfcfd05 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-102a54e2-1820-4099-82a1-0c672d882902 {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
border-style: solid;
margin-top: -30px;
padding-top: 20px;
padding-left: 18px;
padding-bottom: 20px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-102a54e2-1820-4099-82a1-0c672d882902 {
  margin-top: 30px;
}
}







#s-102a54e2-1820-4099-82a1-0c672d882902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-102a54e2-1820-4099-82a1-0c672d882902.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-848d1848-f77e-4dbc-a6c0-034beefcc54b {
  text-align: left;
}







  img.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
    
    
  }


.s-848d1848-f77e-4dbc-a6c0-034beefcc54b .shogun-image-content {
  
    align-items: center;
  
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shg-align-container {
  text-align: left
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
    
    
  }


.s-848d1848-f77e-4dbc-a6c0-034beefcc54b .shogun-image-content {
  
    align-items: center;
  
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shg-align-container {
  text-align: left
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
    
    
  }


.s-848d1848-f77e-4dbc-a6c0-034beefcc54b .shogun-image-content {
  
    align-items: center;
  
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shg-align-container {
  text-align: left
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
    
    
  }


.s-848d1848-f77e-4dbc-a6c0-034beefcc54b .shogun-image-content {
  
    align-items: center;
  
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shg-align-container {
  text-align: left
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
    
    
  }


.s-848d1848-f77e-4dbc-a6c0-034beefcc54b .shogun-image-content {
  
    align-items: center;
  
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shg-align-container {
  text-align: left
}

.s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-848d1848-f77e-4dbc-a6c0-034beefcc54b.shogun-image {
  box-sizing: border-box;
}


}
#s-20a6db86-049c-407e-a122-41228440d489 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20a6db86-049c-407e-a122-41228440d489 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-fd83c7a5-14b9-48cd-bbaf-d41c50c353ac {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-fd83c7a5-14b9-48cd-bbaf-d41c50c353ac {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
}
}







#s-fd83c7a5-14b9-48cd-bbaf-d41c50c353ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd83c7a5-14b9-48cd-bbaf-d41c50c353ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-904c8bd9-7a66-42ec-a48a-cd30f7a6ad8f {
  background-image: url(https://i.shgcdn.com/30da8b3b-feaa-4384-a34f-f362fbe62cbe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1110px;
background-position: right center;
}

@media (min-width: 0px) {
[id="s-904c8bd9-7a66-42ec-a48a-cd30f7a6ad8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-904c8bd9-7a66-42ec-a48a-cd30f7a6ad8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-904c8bd9-7a66-42ec-a48a-cd30f7a6ad8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-904c8bd9-7a66-42ec-a48a-cd30f7a6ad8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fbbded94-bbb8-439e-9599-7b8c9e0dc212 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbbded94-bbb8-439e-9599-7b8c9e0dc212 .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-fbbded94-bbb8-439e-9599-7b8c9e0dc212 .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


}
#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 {
  padding-top: 30px;
}
@media (min-width: 1200px){#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 {
  display: none;
}
#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2, #wrap-s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 {
  display: none;
}
#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2, #wrap-s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 {
  display: none;
}
#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2, #wrap-s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 { display:none !important; }}@media (max-width: 767px){#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 {
  display: none;
}
#s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2, #wrap-s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ddd48afc-f43b-4f01-950e-de1c2fb80aa2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4c4137be-d690-425e-9f15-6b55eb1ee043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c4137be-d690-425e-9f15-6b55eb1ee043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c4137be-d690-425e-9f15-6b55eb1ee043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c4137be-d690-425e-9f15-6b55eb1ee043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1440f631-e63f-46d3-8983-b4c936418d56 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 18px;
padding-left: 34px;
padding-bottom: 18px;
padding-right: 34px;
border-radius: 28px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-1440f631-e63f-46d3-8983-b4c936418d56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1440f631-e63f-46d3-8983-b4c936418d56:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1440f631-e63f-46d3-8983-b4c936418d56 {
  padding-top: 15px;
padding-left: 28px;
padding-bottom: 15px;
padding-right: 28px;
text-align: center;
}
}

  #s-1440f631-e63f-46d3-8983-b4c936418d56-btn-wrapper {
    text-align: left;
  }


#s-1440f631-e63f-46d3-8983-b4c936418d56.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1440f631-e63f-46d3-8983-b4c936418d56-btn-wrapper {
    text-align: left;
  }


#s-1440f631-e63f-46d3-8983-b4c936418d56.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1440f631-e63f-46d3-8983-b4c936418d56-btn-wrapper {
    text-align: left;
  }


#s-1440f631-e63f-46d3-8983-b4c936418d56.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1440f631-e63f-46d3-8983-b4c936418d56-btn-wrapper {
    text-align: left;
  }


#s-1440f631-e63f-46d3-8983-b4c936418d56.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1440f631-e63f-46d3-8983-b4c936418d56-btn-wrapper {
    text-align: center;
  }


#s-1440f631-e63f-46d3-8983-b4c936418d56.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c1057bf9-66c8-4f58-b187-99037f2e687d {
  text-align: left;
}

#s-6fee165e-0c87-4677-ba32-461632fef6d1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 18px;
padding-left: 20%;
padding-bottom: 18px;
padding-right: 20%;
border-radius: 30px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-6fee165e-0c87-4677-ba32-461632fef6d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fee165e-0c87-4677-ba32-461632fef6d1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6fee165e-0c87-4677-ba32-461632fef6d1 {
  padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
text-align: center;
}
}

  #s-6fee165e-0c87-4677-ba32-461632fef6d1-btn-wrapper {
    text-align: left;
  }


#s-6fee165e-0c87-4677-ba32-461632fef6d1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fee165e-0c87-4677-ba32-461632fef6d1-btn-wrapper {
    text-align: left;
  }


#s-6fee165e-0c87-4677-ba32-461632fef6d1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fee165e-0c87-4677-ba32-461632fef6d1-btn-wrapper {
    text-align: left;
  }


#s-6fee165e-0c87-4677-ba32-461632fef6d1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fee165e-0c87-4677-ba32-461632fef6d1-btn-wrapper {
    text-align: left;
  }


#s-6fee165e-0c87-4677-ba32-461632fef6d1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fee165e-0c87-4677-ba32-461632fef6d1-btn-wrapper {
    text-align: center;
  }


#s-6fee165e-0c87-4677-ba32-461632fef6d1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-dd580d42-9a08-4307-8b44-5a3282cb4471 {
  text-align: left;
}

#s-70df641d-8392-4822-a797-be31627f9526 {
  text-align: left;
}

#s-b7244709-021d-4b7e-8d52-f36144d9d661 {
  text-align: right;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b7244709-021d-4b7e-8d52-f36144d9d661 {
  display: none;
}
#s-b7244709-021d-4b7e-8d52-f36144d9d661, #wrap-s-b7244709-021d-4b7e-8d52-f36144d9d661 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7244709-021d-4b7e-8d52-f36144d9d661 {
  display: none;
}
#s-b7244709-021d-4b7e-8d52-f36144d9d661, #wrap-s-b7244709-021d-4b7e-8d52-f36144d9d661 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7244709-021d-4b7e-8d52-f36144d9d661 {
  display: none;
}
#s-b7244709-021d-4b7e-8d52-f36144d9d661, #wrap-s-b7244709-021d-4b7e-8d52-f36144d9d661 { display:none !important; }}@media (max-width: 767px){#s-b7244709-021d-4b7e-8d52-f36144d9d661 {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-b7244709-021d-4b7e-8d52-f36144d9d661, #wrap-s-b7244709-021d-4b7e-8d52-f36144d9d661 { display:none !important; }}







.s-b7244709-021d-4b7e-8d52-f36144d9d661 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shg-align-container {
  text-align: right
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-b7244709-021d-4b7e-8d52-f36144d9d661 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shg-align-container {
  text-align: right
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image {
  box-sizing: border-box;
}


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






.s-b7244709-021d-4b7e-8d52-f36144d9d661 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shg-align-container {
  text-align: right
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image {
  box-sizing: border-box;
}


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






.s-b7244709-021d-4b7e-8d52-f36144d9d661 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shg-align-container {
  text-align: right
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image {
  box-sizing: border-box;
}


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






.s-b7244709-021d-4b7e-8d52-f36144d9d661 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shg-align-container {
  text-align: right
}

.s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7244709-021d-4b7e-8d52-f36144d9d661.shogun-image {
  box-sizing: border-box;
}


}
#s-1fbf51b2-0973-4e6c-8563-5ad709bccb0e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-1fbf51b2-0973-4e6c-8563-5ad709bccb0e {
  padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
}
}







#s-1fbf51b2-0973-4e6c-8563-5ad709bccb0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fbf51b2-0973-4e6c-8563-5ad709bccb0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0936a760-f142-42bc-ba9b-21139845f1da {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-0936a760-f142-42bc-ba9b-21139845f1da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0936a760-f142-42bc-ba9b-21139845f1da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0936a760-f142-42bc-ba9b-21139845f1da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0936a760-f142-42bc-ba9b-21139845f1da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c6dd5396-a757-466a-a54c-c0581e9fb893 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6dd5396-a757-466a-a54c-c0581e9fb893 .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-c6dd5396-a757-466a-a54c-c0581e9fb893 .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


}
#s-2757d897-3fff-452d-8659-2ea4591998b5 {
  padding-top: 10px;
}

#s-7af60142-14cf-47a7-90ea-58370b8293d4 {
  border-style: solid;
margin-top: 40px;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.3em;
}
#s-7af60142-14cf-47a7-90ea-58370b8293d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7af60142-14cf-47a7-90ea-58370b8293d4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7af60142-14cf-47a7-90ea-58370b8293d4 {
  margin-bottom: 30px;
text-align: center;
}
}

  #s-7af60142-14cf-47a7-90ea-58370b8293d4-btn-wrapper {
    text-align: left;
  }


#s-7af60142-14cf-47a7-90ea-58370b8293d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7af60142-14cf-47a7-90ea-58370b8293d4-btn-wrapper {
    text-align: left;
  }


#s-7af60142-14cf-47a7-90ea-58370b8293d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7af60142-14cf-47a7-90ea-58370b8293d4-btn-wrapper {
    text-align: left;
  }


#s-7af60142-14cf-47a7-90ea-58370b8293d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7af60142-14cf-47a7-90ea-58370b8293d4-btn-wrapper {
    text-align: left;
  }


#s-7af60142-14cf-47a7-90ea-58370b8293d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7af60142-14cf-47a7-90ea-58370b8293d4-btn-wrapper {
    text-align: center;
  }


#s-7af60142-14cf-47a7-90ea-58370b8293d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-3f42262e-d3c0-433d-aeca-3c1b69b59fb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f42262e-d3c0-433d-aeca-3c1b69b59fb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f42262e-d3c0-433d-aeca-3c1b69b59fb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f42262e-d3c0-433d-aeca-3c1b69b59fb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a99be456-69af-4e92-b54d-7fdf29d7c2f6 {
  border-radius: 10px;
text-align: center;
}
#s-a99be456-69af-4e92-b54d-7fdf29d7c2f6:hover {box-shadow:1px 1px 10px 2px rgba(207, 207, 207, 1) !important;}






  img.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
    
    
  }


.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shg-align-container {
  text-align: center
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
    
    
  }


.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shg-align-container {
  text-align: center
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
    
    
  }


.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shg-align-container {
  text-align: center
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
    
    
  }


.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shg-align-container {
  text-align: center
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
    
    
  }


.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shg-align-container {
  text-align: center
}

.s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a99be456-69af-4e92-b54d-7fdf29d7c2f6.shogun-image {
  box-sizing: border-box;
}


}
#s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77 {
  border-radius: 10px;
text-align: center;
}







  img.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
    
    
  }


.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shg-align-container {
  text-align: center
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
    
    
  }


.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shg-align-container {
  text-align: center
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
    
    
  }


.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shg-align-container {
  text-align: center
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
    
    
  }


.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shg-align-container {
  text-align: center
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
  box-sizing: border-box;
}


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





  img.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
    
    
  }


.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shg-align-container {
  text-align: center
}

.s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e6aeff-d7cd-45ed-9fa1-4478d5e7da77.shogun-image {
  box-sizing: border-box;
}


}
#s-9e2b90e8-a7fc-4e20-afc3-d5f9e641e8d1 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-9e2b90e8-a7fc-4e20-afc3-d5f9e641e8d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9e2b90e8-a7fc-4e20-afc3-d5f9e641e8d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e2b90e8-a7fc-4e20-afc3-d5f9e641e8d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e2b90e8-a7fc-4e20-afc3-d5f9e641e8d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-206fa7ee-75b8-43da-bec2-100700a7241c {
  margin-top: -30px;
border-radius: 10px;
text-align: center;
}
#s-206fa7ee-75b8-43da-bec2-100700a7241c:hover {box-shadow:1px 1px 8px 2px rgba(207, 207, 207, 1) !important;}






  img.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
    
    
  }


.s-206fa7ee-75b8-43da-bec2-100700a7241c .shogun-image-content {
  
    align-items: center;
  
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shg-align-container {
  text-align: center
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
    
    
  }


.s-206fa7ee-75b8-43da-bec2-100700a7241c .shogun-image-content {
  
    align-items: center;
  
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shg-align-container {
  text-align: center
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
    
    
  }


.s-206fa7ee-75b8-43da-bec2-100700a7241c .shogun-image-content {
  
    align-items: center;
  
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shg-align-container {
  text-align: center
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
    
    
  }


.s-206fa7ee-75b8-43da-bec2-100700a7241c .shogun-image-content {
  
    align-items: center;
  
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shg-align-container {
  text-align: center
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
    
    
  }


.s-206fa7ee-75b8-43da-bec2-100700a7241c .shogun-image-content {
  
    align-items: center;
  
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shg-align-container {
  text-align: center
}

.s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-206fa7ee-75b8-43da-bec2-100700a7241c.shogun-image {
  box-sizing: border-box;
}


}
#s-71b15903-1fa1-46ee-ab90-1361b984768f {
  border-radius: 10px;
text-align: center;
}
#s-71b15903-1fa1-46ee-ab90-1361b984768f:hover {box-shadow:1px 1px 10px 2px rgba(207, 207, 207, 1) !important;}






  img.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
    
    
  }


.s-71b15903-1fa1-46ee-ab90-1361b984768f .shogun-image-content {
  
    align-items: center;
  
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shg-align-container {
  text-align: center
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
    
    
  }


.s-71b15903-1fa1-46ee-ab90-1361b984768f .shogun-image-content {
  
    align-items: center;
  
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shg-align-container {
  text-align: center
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
    
    
  }


.s-71b15903-1fa1-46ee-ab90-1361b984768f .shogun-image-content {
  
    align-items: center;
  
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shg-align-container {
  text-align: center
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
    
    
  }


.s-71b15903-1fa1-46ee-ab90-1361b984768f .shogun-image-content {
  
    align-items: center;
  
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shg-align-container {
  text-align: center
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
    
    
  }


.s-71b15903-1fa1-46ee-ab90-1361b984768f .shogun-image-content {
  
    align-items: center;
  
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shg-align-container {
  text-align: center
}

.s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b15903-1fa1-46ee-ab90-1361b984768f.shogun-image {
  box-sizing: border-box;
}


}
#s-493bbdd5-1516-4cfa-942a-5358c07e529c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-493bbdd5-1516-4cfa-942a-5358c07e529c {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-493bbdd5-1516-4cfa-942a-5358c07e529c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-493bbdd5-1516-4cfa-942a-5358c07e529c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00528c48-cd29-46c8-b88d-05fc795e334f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1400px;
text-align: center;
}

#s-00528c48-cd29-46c8-b88d-05fc795e334f .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-00528c48-cd29-46c8-b88d-05fc795e334f .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}
#s-9e525931-41f7-42f6-bdf9-f10ea605e321 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 1200px;
text-align: center;
}

#s-9e525931-41f7-42f6-bdf9-f10ea605e321 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-11ae03fe-7921-41dc-a861-7af5ac7c3e99 {
  text-align: left;
}

#s-04aef891-3deb-45dc-ab11-a82db6b7df79 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 40px;
padding-right: 40px;
max-width: 1520px;
}
@media (max-width: 767px){#s-04aef891-3deb-45dc-ab11-a82db6b7df79 {
  padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-04aef891-3deb-45dc-ab11-a82db6b7df79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04aef891-3deb-45dc-ab11-a82db6b7df79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04aef891-3deb-45dc-ab11-a82db6b7df79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04aef891-3deb-45dc-ab11-a82db6b7df79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e9813ee2-0d74-4a9a-8b4b-74abd3a0078e {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-e9813ee2-0d74-4a9a-8b4b-74abd3a0078e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9813ee2-0d74-4a9a-8b4b-74abd3a0078e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9b495ad0-5984-4b24-a06d-01897b191a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b495ad0-5984-4b24-a06d-01897b191a55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9b495ad0-5984-4b24-a06d-01897b191a55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9b495ad0-5984-4b24-a06d-01897b191a55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9b495ad0-5984-4b24-a06d-01897b191a55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b495ad0-5984-4b24-a06d-01897b191a55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9b495ad0-5984-4b24-a06d-01897b191a55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-bec6f43f-f17b-4f53-a538-ec6b30f14954 {
  text-align: center;
}
@media (max-width: 767px){#s-bec6f43f-f17b-4f53-a538-ec6b30f14954 {
  text-align: left;
}
}






  img.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
    
    
  }


.s-bec6f43f-f17b-4f53-a538-ec6b30f14954 .shogun-image-content {
  
    align-items: center;
  
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shg-align-container {
  text-align: center
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
    
    
  }


.s-bec6f43f-f17b-4f53-a538-ec6b30f14954 .shogun-image-content {
  
    align-items: center;
  
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shg-align-container {
  text-align: center
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
    
    
  }


.s-bec6f43f-f17b-4f53-a538-ec6b30f14954 .shogun-image-content {
  
    align-items: center;
  
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shg-align-container {
  text-align: center
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
    
    
  }


.s-bec6f43f-f17b-4f53-a538-ec6b30f14954 .shogun-image-content {
  
    align-items: center;
  
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shg-align-container {
  text-align: center
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
    
    
  }


.s-bec6f43f-f17b-4f53-a538-ec6b30f14954 .shogun-image-content {
  
    align-items: center;
  
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shg-align-container {
  text-align: left
}

.s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6f43f-f17b-4f53-a538-ec6b30f14954.shogun-image {
  box-sizing: border-box;
}


}
#s-53972013-d04f-43c4-8b0c-7452f8fb7f8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53972013-d04f-43c4-8b0c-7452f8fb7f8a .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e {
  display: none;
}
#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e, #wrap-s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e {
  display: none;
}
#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e, #wrap-s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e {
  display: none;
}
#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e, #wrap-s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e { display:none !important; }}@media (max-width: 767px){#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e {
  display: none;
}
#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e, #wrap-s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e { display:none !important; }}
#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-cfbf88ac-1dd5-4da7-a449-b4ab116c548e .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-e03980c1-e237-42a4-acee-1a905bc861a4 {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-e03980c1-e237-42a4-acee-1a905bc861a4 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-e03980c1-e237-42a4-acee-1a905bc861a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e03980c1-e237-42a4-acee-1a905bc861a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9644d31a-cb14-4a1d-90b3-a06f7a16ad38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9644d31a-cb14-4a1d-90b3-a06f7a16ad38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9644d31a-cb14-4a1d-90b3-a06f7a16ad38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9644d31a-cb14-4a1d-90b3-a06f7a16ad38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9644d31a-cb14-4a1d-90b3-a06f7a16ad38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9644d31a-cb14-4a1d-90b3-a06f7a16ad38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9644d31a-cb14-4a1d-90b3-a06f7a16ad38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-45e13520-b9a1-40af-9d5d-c3862249498c {
  text-align: center;
}
@media (max-width: 767px){#s-45e13520-b9a1-40af-9d5d-c3862249498c {
  text-align: left;
}
}






  img.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
    
    
  }


.s-45e13520-b9a1-40af-9d5d-c3862249498c .shogun-image-content {
  
    align-items: center;
  
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shg-align-container {
  text-align: center
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
    
    
  }


.s-45e13520-b9a1-40af-9d5d-c3862249498c .shogun-image-content {
  
    align-items: center;
  
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shg-align-container {
  text-align: center
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
    
    
  }


.s-45e13520-b9a1-40af-9d5d-c3862249498c .shogun-image-content {
  
    align-items: center;
  
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shg-align-container {
  text-align: center
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
    
    
  }


.s-45e13520-b9a1-40af-9d5d-c3862249498c .shogun-image-content {
  
    align-items: center;
  
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shg-align-container {
  text-align: center
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
    
    
  }


.s-45e13520-b9a1-40af-9d5d-c3862249498c .shogun-image-content {
  
    align-items: center;
  
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shg-align-container {
  text-align: left
}

.s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e13520-b9a1-40af-9d5d-c3862249498c.shogun-image {
  box-sizing: border-box;
}


}
#s-4bc0a070-21e5-4d39-8ae8-1a9c3e8a1492 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4bc0a070-21e5-4d39-8ae8-1a9c3e8a1492 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-622bff7e-76f7-4623-94e7-8308e109d3f3 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-622bff7e-76f7-4623-94e7-8308e109d3f3 {
  display: none;
}
#s-622bff7e-76f7-4623-94e7-8308e109d3f3, #wrap-s-622bff7e-76f7-4623-94e7-8308e109d3f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-622bff7e-76f7-4623-94e7-8308e109d3f3 {
  display: none;
}
#s-622bff7e-76f7-4623-94e7-8308e109d3f3, #wrap-s-622bff7e-76f7-4623-94e7-8308e109d3f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-622bff7e-76f7-4623-94e7-8308e109d3f3 {
  display: none;
}
#s-622bff7e-76f7-4623-94e7-8308e109d3f3, #wrap-s-622bff7e-76f7-4623-94e7-8308e109d3f3 { display:none !important; }}@media (max-width: 767px){#s-622bff7e-76f7-4623-94e7-8308e109d3f3 {
  display: none;
}
#s-622bff7e-76f7-4623-94e7-8308e109d3f3, #wrap-s-622bff7e-76f7-4623-94e7-8308e109d3f3 { display:none !important; }}
#s-622bff7e-76f7-4623-94e7-8308e109d3f3 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-622bff7e-76f7-4623-94e7-8308e109d3f3 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-03e5434d-cc45-4d72-9f18-40e847812db0 {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-03e5434d-cc45-4d72-9f18-40e847812db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03e5434d-cc45-4d72-9f18-40e847812db0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7d6cd305-4b65-48b2-b650-cdd313f342d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d6cd305-4b65-48b2-b650-cdd313f342d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7d6cd305-4b65-48b2-b650-cdd313f342d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7d6cd305-4b65-48b2-b650-cdd313f342d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7d6cd305-4b65-48b2-b650-cdd313f342d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d6cd305-4b65-48b2-b650-cdd313f342d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7d6cd305-4b65-48b2-b650-cdd313f342d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-5c0738fd-691d-4291-a2e0-60686ffcea32 {
  text-align: center;
}
@media (max-width: 767px){#s-5c0738fd-691d-4291-a2e0-60686ffcea32 {
  text-align: left;
}
}






  img.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
    
    
  }


.s-5c0738fd-691d-4291-a2e0-60686ffcea32 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shg-align-container {
  text-align: center
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
    
    
  }


.s-5c0738fd-691d-4291-a2e0-60686ffcea32 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shg-align-container {
  text-align: center
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
    
    
  }


.s-5c0738fd-691d-4291-a2e0-60686ffcea32 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shg-align-container {
  text-align: center
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
    
    
  }


.s-5c0738fd-691d-4291-a2e0-60686ffcea32 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shg-align-container {
  text-align: center
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
    
    
  }


.s-5c0738fd-691d-4291-a2e0-60686ffcea32 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shg-align-container {
  text-align: left
}

.s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0738fd-691d-4291-a2e0-60686ffcea32.shogun-image {
  box-sizing: border-box;
}


}
#s-01cbb2db-140a-4f9a-b155-9cc62d48c223 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01cbb2db-140a-4f9a-b155-9cc62d48c223 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 {
  display: none;
}
#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877, #wrap-s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 {
  display: none;
}
#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877, #wrap-s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 {
  display: none;
}
#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877, #wrap-s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 { display:none !important; }}@media (max-width: 767px){#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 {
  display: none;
}
#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877, #wrap-s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 { display:none !important; }}
#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-b8cd7a0e-d8af-453d-a61b-a88c03a8b877 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-5d843676-7f2c-479f-b03a-0de9e011914a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 40px;
padding-right: 40px;
max-width: 1520px;
}
@media (max-width: 767px){#s-5d843676-7f2c-479f-b03a-0de9e011914a {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-5d843676-7f2c-479f-b03a-0de9e011914a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d843676-7f2c-479f-b03a-0de9e011914a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d843676-7f2c-479f-b03a-0de9e011914a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d843676-7f2c-479f-b03a-0de9e011914a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-30eae2c1-f678-47d2-9724-cbd8920a9509 {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-30eae2c1-f678-47d2-9724-cbd8920a9509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30eae2c1-f678-47d2-9724-cbd8920a9509.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8a73d4a1-44ec-4613-92de-d7b45881a778"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a73d4a1-44ec-4613-92de-d7b45881a778"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8a73d4a1-44ec-4613-92de-d7b45881a778"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8a73d4a1-44ec-4613-92de-d7b45881a778"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8a73d4a1-44ec-4613-92de-d7b45881a778"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a73d4a1-44ec-4613-92de-d7b45881a778"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8a73d4a1-44ec-4613-92de-d7b45881a778"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-29c7c43d-984b-4f92-a7c6-2b2127150499 {
  text-align: center;
}
@media (max-width: 767px){#s-29c7c43d-984b-4f92-a7c6-2b2127150499 {
  text-align: left;
}
}






  img.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
    
    
  }


.s-29c7c43d-984b-4f92-a7c6-2b2127150499 .shogun-image-content {
  
    align-items: center;
  
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shg-align-container {
  text-align: center
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
    
    
  }


.s-29c7c43d-984b-4f92-a7c6-2b2127150499 .shogun-image-content {
  
    align-items: center;
  
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shg-align-container {
  text-align: center
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
    
    
  }


.s-29c7c43d-984b-4f92-a7c6-2b2127150499 .shogun-image-content {
  
    align-items: center;
  
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shg-align-container {
  text-align: center
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
    
    
  }


.s-29c7c43d-984b-4f92-a7c6-2b2127150499 .shogun-image-content {
  
    align-items: center;
  
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shg-align-container {
  text-align: center
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
    
    
  }


.s-29c7c43d-984b-4f92-a7c6-2b2127150499 .shogun-image-content {
  
    align-items: center;
  
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shg-align-container {
  text-align: left
}

.s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c7c43d-984b-4f92-a7c6-2b2127150499.shogun-image {
  box-sizing: border-box;
}


}
#s-ade0a1ab-3871-4f42-b991-16af2351aef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ade0a1ab-3871-4f42-b991-16af2351aef9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e {
  display: none;
}
#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e, #wrap-s-7c69b64f-ade0-49d0-bb97-dfdce270e17e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e {
  display: none;
}
#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e, #wrap-s-7c69b64f-ade0-49d0-bb97-dfdce270e17e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e {
  display: none;
}
#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e, #wrap-s-7c69b64f-ade0-49d0-bb97-dfdce270e17e { display:none !important; }}@media (max-width: 767px){#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e {
  display: none;
}
#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e, #wrap-s-7c69b64f-ade0-49d0-bb97-dfdce270e17e { display:none !important; }}
#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-7c69b64f-ade0-49d0-bb97-dfdce270e17e .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-386fb6a6-e889-4755-9fbe-d1dff55a1a22 {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-386fb6a6-e889-4755-9fbe-d1dff55a1a22 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-386fb6a6-e889-4755-9fbe-d1dff55a1a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-386fb6a6-e889-4755-9fbe-d1dff55a1a22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1e1af382-8511-458d-8af0-6e297083aa32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e1af382-8511-458d-8af0-6e297083aa32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1e1af382-8511-458d-8af0-6e297083aa32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1e1af382-8511-458d-8af0-6e297083aa32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1e1af382-8511-458d-8af0-6e297083aa32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e1af382-8511-458d-8af0-6e297083aa32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1e1af382-8511-458d-8af0-6e297083aa32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-0e530109-4a13-4b53-9226-85ca76caada9 {
  text-align: center;
}
@media (max-width: 767px){#s-0e530109-4a13-4b53-9226-85ca76caada9 {
  text-align: left;
}
}






  img.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
    
    
  }


.s-0e530109-4a13-4b53-9226-85ca76caada9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shg-align-container {
  text-align: center
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
    
    
  }


.s-0e530109-4a13-4b53-9226-85ca76caada9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shg-align-container {
  text-align: center
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
    
    
  }


.s-0e530109-4a13-4b53-9226-85ca76caada9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shg-align-container {
  text-align: center
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
    
    
  }


.s-0e530109-4a13-4b53-9226-85ca76caada9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shg-align-container {
  text-align: center
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
    
    
  }


.s-0e530109-4a13-4b53-9226-85ca76caada9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shg-align-container {
  text-align: left
}

.s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e530109-4a13-4b53-9226-85ca76caada9.shogun-image {
  box-sizing: border-box;
}


}
#s-46989efa-fbf9-4c24-b1b1-65bd92525d60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46989efa-fbf9-4c24-b1b1-65bd92525d60 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-17073490-b3fa-43d9-920e-08b2c0578309 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-17073490-b3fa-43d9-920e-08b2c0578309 {
  display: none;
}
#s-17073490-b3fa-43d9-920e-08b2c0578309, #wrap-s-17073490-b3fa-43d9-920e-08b2c0578309 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17073490-b3fa-43d9-920e-08b2c0578309 {
  display: none;
}
#s-17073490-b3fa-43d9-920e-08b2c0578309, #wrap-s-17073490-b3fa-43d9-920e-08b2c0578309 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17073490-b3fa-43d9-920e-08b2c0578309 {
  display: none;
}
#s-17073490-b3fa-43d9-920e-08b2c0578309, #wrap-s-17073490-b3fa-43d9-920e-08b2c0578309 { display:none !important; }}@media (max-width: 767px){#s-17073490-b3fa-43d9-920e-08b2c0578309 {
  display: none;
}
#s-17073490-b3fa-43d9-920e-08b2c0578309, #wrap-s-17073490-b3fa-43d9-920e-08b2c0578309 { display:none !important; }}
#s-17073490-b3fa-43d9-920e-08b2c0578309 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-17073490-b3fa-43d9-920e-08b2c0578309 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-d8e572e0-e682-4583-877e-96d73014b5b4 {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-d8e572e0-e682-4583-877e-96d73014b5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8e572e0-e682-4583-877e-96d73014b5b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-38757888-4cc0-4455-b8da-10edcc5d1370"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38757888-4cc0-4455-b8da-10edcc5d1370"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-38757888-4cc0-4455-b8da-10edcc5d1370"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-38757888-4cc0-4455-b8da-10edcc5d1370"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-38757888-4cc0-4455-b8da-10edcc5d1370"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-38757888-4cc0-4455-b8da-10edcc5d1370"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-38757888-4cc0-4455-b8da-10edcc5d1370"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-e43be471-e132-4171-b2a3-b0d51cdc59bf {
  text-align: center;
}
@media (max-width: 767px){#s-e43be471-e132-4171-b2a3-b0d51cdc59bf {
  text-align: left;
}
}






  img.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
    
    
  }


.s-e43be471-e132-4171-b2a3-b0d51cdc59bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shg-align-container {
  text-align: center
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
    
    
  }


.s-e43be471-e132-4171-b2a3-b0d51cdc59bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shg-align-container {
  text-align: center
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
    
    
  }


.s-e43be471-e132-4171-b2a3-b0d51cdc59bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shg-align-container {
  text-align: center
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
    
    
  }


.s-e43be471-e132-4171-b2a3-b0d51cdc59bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shg-align-container {
  text-align: center
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
    
    
  }


.s-e43be471-e132-4171-b2a3-b0d51cdc59bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shg-align-container {
  text-align: left
}

.s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43be471-e132-4171-b2a3-b0d51cdc59bf.shogun-image {
  box-sizing: border-box;
}


}
#s-e7bb4717-36f6-45bb-b8c0-ebf03a0e1456 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7bb4717-36f6-45bb-b8c0-ebf03a0e1456 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-3e6ab98a-c480-4f5f-9c66-de722458b016 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-3e6ab98a-c480-4f5f-9c66-de722458b016 {
  display: none;
}
#s-3e6ab98a-c480-4f5f-9c66-de722458b016, #wrap-s-3e6ab98a-c480-4f5f-9c66-de722458b016 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e6ab98a-c480-4f5f-9c66-de722458b016 {
  display: none;
}
#s-3e6ab98a-c480-4f5f-9c66-de722458b016, #wrap-s-3e6ab98a-c480-4f5f-9c66-de722458b016 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e6ab98a-c480-4f5f-9c66-de722458b016 {
  display: none;
}
#s-3e6ab98a-c480-4f5f-9c66-de722458b016, #wrap-s-3e6ab98a-c480-4f5f-9c66-de722458b016 { display:none !important; }}@media (max-width: 767px){#s-3e6ab98a-c480-4f5f-9c66-de722458b016 {
  display: none;
}
#s-3e6ab98a-c480-4f5f-9c66-de722458b016, #wrap-s-3e6ab98a-c480-4f5f-9c66-de722458b016 { display:none !important; }}
#s-3e6ab98a-c480-4f5f-9c66-de722458b016 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-3e6ab98a-c480-4f5f-9c66-de722458b016 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-cbace36d-42c0-4bf8-b7b1-5dde4d4e83ca {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 40px;
padding-right: 40px;
max-width: 1520px;
}
@media (max-width: 767px){#s-cbace36d-42c0-4bf8-b7b1-5dde4d4e83ca {
  padding-left: 10px;
padding-right: 9px;
}
}
@media (min-width: 0px) {
[id="s-cbace36d-42c0-4bf8-b7b1-5dde4d4e83ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbace36d-42c0-4bf8-b7b1-5dde4d4e83ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbace36d-42c0-4bf8-b7b1-5dde4d4e83ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbace36d-42c0-4bf8-b7b1-5dde4d4e83ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b92c5533-178b-4e96-bdab-9bf3590d921f {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-b92c5533-178b-4e96-bdab-9bf3590d921f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b92c5533-178b-4e96-bdab-9bf3590d921f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-05636cdd-fa3a-4537-a7fb-ed9cd6049b5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05636cdd-fa3a-4537-a7fb-ed9cd6049b5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-05636cdd-fa3a-4537-a7fb-ed9cd6049b5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-05636cdd-fa3a-4537-a7fb-ed9cd6049b5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-05636cdd-fa3a-4537-a7fb-ed9cd6049b5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-05636cdd-fa3a-4537-a7fb-ed9cd6049b5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-05636cdd-fa3a-4537-a7fb-ed9cd6049b5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-f7c322da-d9a4-4e1a-aaac-35bed95f705d {
  text-align: center;
}
@media (max-width: 767px){#s-f7c322da-d9a4-4e1a-aaac-35bed95f705d {
  text-align: left;
}
}






  img.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
    
    
  }


.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shg-align-container {
  text-align: center
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
    
    
  }


.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shg-align-container {
  text-align: center
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
    
    
  }


.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shg-align-container {
  text-align: center
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
    
    
  }


.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shg-align-container {
  text-align: center
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
    
    
  }


.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shg-align-container {
  text-align: left
}

.s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c322da-d9a4-4e1a-aaac-35bed95f705d.shogun-image {
  box-sizing: border-box;
}


}
#s-d53c2033-4339-4c97-9139-e6dece0a59c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d53c2033-4339-4c97-9139-e6dece0a59c7 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 {
  display: none;
}
#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817, #wrap-s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 {
  display: none;
}
#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817, #wrap-s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 {
  display: none;
}
#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817, #wrap-s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 { display:none !important; }}@media (max-width: 767px){#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 {
  display: none;
}
#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817, #wrap-s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 { display:none !important; }}
#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-514a7e26-9dec-4d6b-bcf7-088ce9f9a817 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-70538ce1-d08e-421d-aec0-16f8884e27ff {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-70538ce1-d08e-421d-aec0-16f8884e27ff {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-70538ce1-d08e-421d-aec0-16f8884e27ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70538ce1-d08e-421d-aec0-16f8884e27ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6cc92ede-c4d9-43a9-8d04-fb7217c6ca9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cc92ede-c4d9-43a9-8d04-fb7217c6ca9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6cc92ede-c4d9-43a9-8d04-fb7217c6ca9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6cc92ede-c4d9-43a9-8d04-fb7217c6ca9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6cc92ede-c4d9-43a9-8d04-fb7217c6ca9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6cc92ede-c4d9-43a9-8d04-fb7217c6ca9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6cc92ede-c4d9-43a9-8d04-fb7217c6ca9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-c05a2e65-25cd-4c65-93ff-30890ddb25f6 {
  text-align: center;
}
@media (max-width: 767px){#s-c05a2e65-25cd-4c65-93ff-30890ddb25f6 {
  text-align: left;
}
}






  img.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
    
    
  }


.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shg-align-container {
  text-align: center
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
    
    
  }


.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shg-align-container {
  text-align: center
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
    
    
  }


.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shg-align-container {
  text-align: center
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
    
    
  }


.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shg-align-container {
  text-align: center
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
    
    
  }


.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shg-align-container {
  text-align: left
}

.s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c05a2e65-25cd-4c65-93ff-30890ddb25f6.shogun-image {
  box-sizing: border-box;
}


}
#s-47bcef0b-27cd-4725-b25f-de9802954359 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47bcef0b-27cd-4725-b25f-de9802954359 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 {
  display: none;
}
#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0, #wrap-s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 {
  display: none;
}
#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0, #wrap-s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 {
  display: none;
}
#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0, #wrap-s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 { display:none !important; }}@media (max-width: 767px){#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 {
  display: none;
}
#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0, #wrap-s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 { display:none !important; }}
#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-6c186043-ec09-4700-b6cb-680fb3c6c1e0 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-8f271e04-be37-416b-8830-1342b0bb0712 {
  border-style: solid;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-8f271e04-be37-416b-8830-1342b0bb0712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f271e04-be37-416b-8830-1342b0bb0712.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6d6aa33b-d573-4073-a22f-d9cf9b5aac31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d6aa33b-d573-4073-a22f-d9cf9b5aac31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6d6aa33b-d573-4073-a22f-d9cf9b5aac31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6d6aa33b-d573-4073-a22f-d9cf9b5aac31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6d6aa33b-d573-4073-a22f-d9cf9b5aac31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d6aa33b-d573-4073-a22f-d9cf9b5aac31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6d6aa33b-d573-4073-a22f-d9cf9b5aac31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-7f85d1ca-8549-4570-a617-d775d88a301c {
  text-align: center;
}
@media (max-width: 767px){#s-7f85d1ca-8549-4570-a617-d775d88a301c {
  text-align: left;
}
}






  img.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
    
    
  }


.s-7f85d1ca-8549-4570-a617-d775d88a301c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shg-align-container {
  text-align: center
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
    
    
  }


.s-7f85d1ca-8549-4570-a617-d775d88a301c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shg-align-container {
  text-align: center
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
    
    
  }


.s-7f85d1ca-8549-4570-a617-d775d88a301c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shg-align-container {
  text-align: center
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
    
    
  }


.s-7f85d1ca-8549-4570-a617-d775d88a301c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shg-align-container {
  text-align: center
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
    
    
  }


.s-7f85d1ca-8549-4570-a617-d775d88a301c .shogun-image-content {
  
    align-items: center;
  
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shg-align-container {
  text-align: left
}

.s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f85d1ca-8549-4570-a617-d775d88a301c.shogun-image {
  box-sizing: border-box;
}


}
#s-d3429f7c-2d25-46f5-a48c-dd98f1636390 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3429f7c-2d25-46f5-a48c-dd98f1636390 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe {
  display: none;
}
#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe, #wrap-s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe {
  display: none;
}
#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe, #wrap-s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe {
  display: none;
}
#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe, #wrap-s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe { display:none !important; }}@media (max-width: 767px){#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe {
  display: none;
}
#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe, #wrap-s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe { display:none !important; }}
#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}


#s-34d0d359-f9f4-4742-bf15-ce8f11d4a2fe .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
