.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-e1ef1888-acff-420d-89d2-f11c2a5c1c58 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
}








#s-e1ef1888-acff-420d-89d2-f11c2a5c1c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ef1888-acff-420d-89d2-f11c2a5c1c58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1ca43d9-ec42-47e8-834d-ed3554659b6f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-a1ca43d9-ec42-47e8-834d-ed3554659b6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ca43d9-ec42-47e8-834d-ed3554659b6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-328cfa09-2c96-4667-8318-2c5c924fcf05 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 4%;
padding-bottom: 10%;
min-height: 50px;
}








#s-328cfa09-2c96-4667-8318-2c5c924fcf05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-328cfa09-2c96-4667-8318-2c5c924fcf05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-58dd91b4-0bf0-4181-a09a-09790549cb2a {
  text-align: center;
}
@media (min-width: 1200px){#s-58dd91b4-0bf0-4181-a09a-09790549cb2a {
  display: none;
}
#s-58dd91b4-0bf0-4181-a09a-09790549cb2a, #wrap-s-58dd91b4-0bf0-4181-a09a-09790549cb2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58dd91b4-0bf0-4181-a09a-09790549cb2a {
  display: none;
}
#s-58dd91b4-0bf0-4181-a09a-09790549cb2a, #wrap-s-58dd91b4-0bf0-4181-a09a-09790549cb2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58dd91b4-0bf0-4181-a09a-09790549cb2a {
  display: none;
}
#s-58dd91b4-0bf0-4181-a09a-09790549cb2a, #wrap-s-58dd91b4-0bf0-4181-a09a-09790549cb2a { display:none !important; }}






  #s-58dd91b4-0bf0-4181-a09a-09790549cb2a img.shogun-image {
    

    
    
    
  }


#s-58dd91b4-0bf0-4181-a09a-09790549cb2a .shogun-image-content {
  
    align-items: 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-251b0166-6be6-4e7f-bd1c-4f3032880681 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 42em;
text-align: left;
}

#s-251b0166-6be6-4e7f-bd1c-4f3032880681 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 72px;
  
  
  text-align: left;
}



#s-5148652e-8b6f-4daf-b226-00540efc4400 {
  margin-top: 3em;
margin-bottom: 2em;
padding-top: 5px;
padding-bottom: 5px;
max-width: 20em;
text-align: left;
}

#s-5148652e-8b6f-4daf-b226-00540efc4400 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-90cdc393-ad93-48e4-9da9-f12c2a03e78c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 18em;
text-align: left;
}

#s-90cdc393-ad93-48e4-9da9-f12c2a03e78c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-59593ef6-b766-4276-b828-047e37aff9ea {
  margin-top: 2em;
margin-bottom: 2em;
}

#s-21bf0b36-f390-411e-b112-cff98c2fae0b {
  text-align: left;
}

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

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

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

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

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

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

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

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

#s-2f8ade58-ebbb-4e13-9223-de39422000c8 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(227, 56, 77, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-2f8ade58-ebbb-4e13-9223-de39422000c8:hover {background-color: rgba(236, 77, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2f8ade58-ebbb-4e13-9223-de39422000c8:active {background-color: rgba(236, 77, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2f8ade58-ebbb-4e13-9223-de39422000c8 {
  padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
text-align: center;
text-decoration: none;
}
}

  #s-2f8ade58-ebbb-4e13-9223-de39422000c8-root {
    text-align: left;
  }


#s-2f8ade58-ebbb-4e13-9223-de39422000c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f8ade58-ebbb-4e13-9223-de39422000c8-root {
    text-align: left;
  }


#s-2f8ade58-ebbb-4e13-9223-de39422000c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f8ade58-ebbb-4e13-9223-de39422000c8-root {
    text-align: left;
  }


#s-2f8ade58-ebbb-4e13-9223-de39422000c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f8ade58-ebbb-4e13-9223-de39422000c8-root {
    text-align: left;
  }


#s-2f8ade58-ebbb-4e13-9223-de39422000c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f8ade58-ebbb-4e13-9223-de39422000c8-root {
    text-align: center;
  }


#s-2f8ade58-ebbb-4e13-9223-de39422000c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-56bea4a1-9692-45b2-956d-bda6eb1d78d7 {
  text-align: left;
background-color: rgba(255, 255, 255, 0);
opacity: 1;
}

.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-5cf0d17d-9224-4fc4-9830-d3335bcc6647 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-5cf0d17d-9224-4fc4-9830-d3335bcc6647 {
  display: none;
}
#s-5cf0d17d-9224-4fc4-9830-d3335bcc6647, #wrap-s-5cf0d17d-9224-4fc4-9830-d3335bcc6647 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5cf0d17d-9224-4fc4-9830-d3335bcc6647"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-5cf0d17d-9224-4fc4-9830-d3335bcc6647"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-5cf0d17d-9224-4fc4-9830-d3335bcc6647"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cf0d17d-9224-4fc4-9830-d3335bcc6647"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-f1470189-b104-45e6-a773-ca47517defa2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f1470189-b104-45e6-a773-ca47517defa2 {
  margin-bottom: 20px;
}
}
#s-f1470189-b104-45e6-a773-ca47517defa2 {
  background-image: url();
}








#s-f1470189-b104-45e6-a773-ca47517defa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1470189-b104-45e6-a773-ca47517defa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8faf7057-4263-455d-8fbe-4a655a04c737 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-12d8ad22-76ac-417b-99d3-733a529726f1 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-12d8ad22-76ac-417b-99d3-733a529726f1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-62cf45ec-ea07-46c7-9c99-1b78e687bf33 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-62cf45ec-ea07-46c7-9c99-1b78e687bf33 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-f8d15d7d-a6f3-4cd5-a4f6-bc1c53d39f75 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f8d15d7d-a6f3-4cd5-a4f6-bc1c53d39f75 {
  margin-bottom: 20px;
}
}
#s-f8d15d7d-a6f3-4cd5-a4f6-bc1c53d39f75 {
  background-image: url();
}








#s-f8d15d7d-a6f3-4cd5-a4f6-bc1c53d39f75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8d15d7d-a6f3-4cd5-a4f6-bc1c53d39f75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56ad1e4b-ffa3-4c5f-ad8c-d2ed029b5ed6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ea18f0f2-37d0-47a5-b1d3-4c30a7148659 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea18f0f2-37d0-47a5-b1d3-4c30a7148659 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-b429bd77-5867-4f08-88b9-e75cda192290 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 11em;
text-align: center;
}

#s-b429bd77-5867-4f08-88b9-e75cda192290 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-0ed0b195-d982-452f-9a4f-72b2f4867db0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0ed0b195-d982-452f-9a4f-72b2f4867db0 {
  margin-bottom: 20px;
}
}
#s-0ed0b195-d982-452f-9a4f-72b2f4867db0 {
  background-image: url();
}








#s-0ed0b195-d982-452f-9a4f-72b2f4867db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ed0b195-d982-452f-9a4f-72b2f4867db0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f5200d3-b7ed-4afa-8165-22a7563ea553 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-44f39724-60e0-407a-a9f2-fa11045edeb9 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-44f39724-60e0-407a-a9f2-fa11045edeb9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-908d7d78-2121-48bd-9726-a3ad4d53e838 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 12em;
text-align: center;
}

#s-908d7d78-2121-48bd-9726-a3ad4d53e838 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-a1a6929f-9790-4f8d-8b5a-f6479c3890af {
  min-height: 50px;
}
@media (max-width: 767px){#s-a1a6929f-9790-4f8d-8b5a-f6479c3890af {
  margin-bottom: 20px;
}
}
#s-a1a6929f-9790-4f8d-8b5a-f6479c3890af {
  background-image: url();
}








#s-a1a6929f-9790-4f8d-8b5a-f6479c3890af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a6929f-9790-4f8d-8b5a-f6479c3890af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee3ec5c1-1aa7-4454-a814-c5eea0ad7a8b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7c13ed2b-ed52-4a6f-95fd-23acb1e62b39 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7c13ed2b-ed52-4a6f-95fd-23acb1e62b39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-773a88e4-8b18-4ee4-9c9b-7aa6a66a5454 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 10em;
text-align: center;
}

#s-773a88e4-8b18-4ee4-9c9b-7aa6a66a5454 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-2d284e87-08b9-4e16-bd78-ed78701faae1 {
  text-align: center;
}
@media (min-width: 1200px){#s-2d284e87-08b9-4e16-bd78-ed78701faae1 {
  display: none;
}
#s-2d284e87-08b9-4e16-bd78-ed78701faae1, #wrap-s-2d284e87-08b9-4e16-bd78-ed78701faae1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d284e87-08b9-4e16-bd78-ed78701faae1 {
  display: none;
}
#s-2d284e87-08b9-4e16-bd78-ed78701faae1, #wrap-s-2d284e87-08b9-4e16-bd78-ed78701faae1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d284e87-08b9-4e16-bd78-ed78701faae1 {
  display: none;
}
#s-2d284e87-08b9-4e16-bd78-ed78701faae1, #wrap-s-2d284e87-08b9-4e16-bd78-ed78701faae1 { display:none !important; }}






  #s-2d284e87-08b9-4e16-bd78-ed78701faae1 img.shogun-image {
    

    
    
    
  }


#s-2d284e87-08b9-4e16-bd78-ed78701faae1 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-2fda47a4-0cb0-4878-85af-812439e2ae79 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-3b145dd2-be1c-400b-95a6-349d86e799aa {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
}

#s-3b145dd2-be1c-400b-95a6-349d86e799aa {
  background-image: url();
}








#s-3b145dd2-be1c-400b-95a6-349d86e799aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b145dd2-be1c-400b-95a6-349d86e799aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c20008f5-bd6c-4879-8804-3366f476b273 {
  margin-top: 14%;
margin-left: auto;
margin-bottom: 14%;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-c20008f5-bd6c-4879-8804-3366f476b273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c20008f5-bd6c-4879-8804-3366f476b273.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a {
  margin-bottom: 2em;
max-width: 640px;
}

@media (min-width: 0px) {
[id="s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53cf05ac-f3f0-49cd-ab8b-e2e56cb6e82a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ccefd77c-a909-478a-b7a0-e0bd83418139 {
  margin-left: auto;
margin-right: auto;
max-width: 66px;
text-align: center;
}

#s-e7c7a00f-2e21-4214-bfc6-0512b45009af {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 5px;
padding-bottom: 5px;
max-width: 24em;
text-align: left;
}

#s-e7c7a00f-2e21-4214-bfc6-0512b45009af .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-127fbd3f-e887-49dc-abc8-890ccc308e3c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 26em;
text-align: left;
}

#s-127fbd3f-e887-49dc-abc8-890ccc308e3c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-bb712065-6612-4ba7-88fe-40e7efbf853c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 28em;
text-align: left;
}

#s-bb712065-6612-4ba7-88fe-40e7efbf853c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-21a1eb2a-7e7d-48fd-a09a-9f5f5b85ae20 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
}

#s-21a1eb2a-7e7d-48fd-a09a-9f5f5b85ae20 {
  background-image: url();
}








#s-21a1eb2a-7e7d-48fd-a09a-9f5f5b85ae20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21a1eb2a-7e7d-48fd-a09a-9f5f5b85ae20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0afcf5b-12c9-41d6-b120-49dbff88f87b {
  margin-top: 14%;
margin-left: auto;
margin-bottom: 14%;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-e0afcf5b-12c9-41d6-b120-49dbff88f87b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0afcf5b-12c9-41d6-b120-49dbff88f87b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70880c2b-c568-44dc-94c4-aefe3e4ef1d4 {
  margin-left: auto;
min-height: 50px;
max-width: 640px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70880c2b-c568-44dc-94c4-aefe3e4ef1d4 {
  max-width: 400px;
}
}







#s-70880c2b-c568-44dc-94c4-aefe3e4ef1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70880c2b-c568-44dc-94c4-aefe3e4ef1d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-073cb05f-70cd-44b6-a318-b8d378dfce47 {
  margin-bottom: 2em;
max-width: 640px;
}

@media (min-width: 0px) {
[id="s-073cb05f-70cd-44b6-a318-b8d378dfce47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-073cb05f-70cd-44b6-a318-b8d378dfce47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-073cb05f-70cd-44b6-a318-b8d378dfce47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-073cb05f-70cd-44b6-a318-b8d378dfce47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-073cb05f-70cd-44b6-a318-b8d378dfce47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-073cb05f-70cd-44b6-a318-b8d378dfce47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-073cb05f-70cd-44b6-a318-b8d378dfce47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-329063dd-ec30-4215-b92b-8ca7c4b9a37c {
  margin-left: auto;
margin-right: auto;
max-width: 66px;
text-align: center;
}

#s-5299cb09-d481-474d-945c-818f22545826 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 5px;
padding-bottom: 5px;
max-width: 30em;
text-align: left;
}

#s-5299cb09-d481-474d-945c-818f22545826 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-893c3412-a831-4af6-8f6f-5e0c15305ef2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 28em;
text-align: left;
}

#s-893c3412-a831-4af6-8f6f-5e0c15305ef2 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-753d3b96-95bc-4aa0-977d-031ccbc22cc9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 30em;
text-align: left;
}

#s-753d3b96-95bc-4aa0-977d-031ccbc22cc9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-57209864-2e05-4785-90a9-6c255d327dbf {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
background-color: rgba(227, 56, 77, 1);
}








#s-57209864-2e05-4785-90a9-6c255d327dbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57209864-2e05-4785-90a9-6c255d327dbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb152c85-bf7c-4b6c-bd26-4401d29957eb {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-cb152c85-bf7c-4b6c-bd26-4401d29957eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb152c85-bf7c-4b6c-bd26-4401d29957eb.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-f468692c-d0ad-4657-b2c8-971d04ef4119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f468692c-d0ad-4657-b2c8-971d04ef4119"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f468692c-d0ad-4657-b2c8-971d04ef4119"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f468692c-d0ad-4657-b2c8-971d04ef4119"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25568c91-7c97-4267-a3aa-680708545a73 {
  margin-bottom: 2em;
max-width: 640px;
}

@media (min-width: 0px) {
[id="s-25568c91-7c97-4267-a3aa-680708545a73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-25568c91-7c97-4267-a3aa-680708545a73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25568c91-7c97-4267-a3aa-680708545a73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25568c91-7c97-4267-a3aa-680708545a73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25568c91-7c97-4267-a3aa-680708545a73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25568c91-7c97-4267-a3aa-680708545a73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25568c91-7c97-4267-a3aa-680708545a73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0bb59cff-b06f-419b-9262-fecbec30e167 {
  margin-left: auto;
margin-right: auto;
max-width: 66px;
text-align: center;
}

#s-82864bc3-6bd6-4e07-9a67-29771b69714f {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 5px;
padding-bottom: 5px;
max-width: 28em;
text-align: left;
}

#s-82864bc3-6bd6-4e07-9a67-29771b69714f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-92aee972-f745-46e9-a5a9-5adfeb2a072c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 36em;
text-align: left;
}

#s-92aee972-f745-46e9-a5a9-5adfeb2a072c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-27fb2289-a8f8-4fee-aa06-4790918f6943 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 32.8em;
text-align: left;
}

#s-27fb2289-a8f8-4fee-aa06-4790918f6943 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95 {
  margin-top: 3em;
margin-bottom: 3em;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(0, 190, 214, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95:hover {background-color: rgba(31, 200, 221, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95:active {background-color: rgba(31, 200, 221, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95 {
  padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
text-align: center;
text-decoration: none;
}
}

  #s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95-root {
    text-align: left;
  }


#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95-root {
    text-align: left;
  }


#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95-root {
    text-align: left;
  }


#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95-root {
    text-align: left;
  }


#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95-root {
    text-align: center;
  }


#s-055bdc39-1ced-4a4d-ba8a-49e3c10e9c95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-ddd1e09d-3faf-48dd-b485-a781fdcc4d97 {
  text-align: center;
}







  #s-ddd1e09d-3faf-48dd-b485-a781fdcc4d97 img.shogun-image {
    

    
    
    
  }


#s-ddd1e09d-3faf-48dd-b485-a781fdcc4d97 .shogun-image-content {
  
    align-items: center;
  
}

#s-6da0143b-02a8-4bef-965b-13590aeee5a6 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
background-color: rgba(0, 190, 214, 1);
}








#s-6da0143b-02a8-4bef-965b-13590aeee5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6da0143b-02a8-4bef-965b-13590aeee5a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b48685c-c12d-4c99-8522-2abea271ea88 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-7b48685c-c12d-4c99-8522-2abea271ea88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b48685c-c12d-4c99-8522-2abea271ea88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64a9ea11-2260-4bca-b459-5444074328f7 {
  text-align: center;
}
@media (max-width: 767px){#s-64a9ea11-2260-4bca-b459-5444074328f7 {
  display: none;
}
#s-64a9ea11-2260-4bca-b459-5444074328f7, #wrap-s-64a9ea11-2260-4bca-b459-5444074328f7 { display:none !important; }}






  #s-64a9ea11-2260-4bca-b459-5444074328f7 img.shogun-image {
    

    
    
    
  }


#s-64a9ea11-2260-4bca-b459-5444074328f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 {
  text-align: center;
}
@media (min-width: 1200px){#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 {
  display: none;
}
#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0, #wrap-s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 {
  display: none;
}
#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0, #wrap-s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 {
  display: none;
}
#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0, #wrap-s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 { display:none !important; }}






  #s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 img.shogun-image {
    

    
    
    
  }


#s-c5c7f216-01a2-431d-8b07-306b38bbcbb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-83d9d788-9ef9-4cd2-b024-f9b13146d57d {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
background-color: rgba(227, 56, 77, 1);
}








#s-83d9d788-9ef9-4cd2-b024-f9b13146d57d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83d9d788-9ef9-4cd2-b024-f9b13146d57d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d6770a1-25f5-4cd2-8cd3-1289157b5710 {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-0d6770a1-25f5-4cd2-8cd3-1289157b5710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d6770a1-25f5-4cd2-8cd3-1289157b5710.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c23e0770-efe5-499a-bcfc-5d2509c20e17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1280px;
text-align: center;
}
@media (max-width: 767px){#s-c23e0770-efe5-499a-bcfc-5d2509c20e17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1280px;
text-align: left;
}
}
#s-c23e0770-efe5-499a-bcfc-5d2509c20e17 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-c23e0770-efe5-499a-bcfc-5d2509c20e17 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}


}
#s-67ba3118-07b0-44e6-a001-ac55e96e9822 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 1280px;
}
@media (max-width: 767px){#s-67ba3118-07b0-44e6-a001-ac55e96e9822 {
  display: none;
}
#s-67ba3118-07b0-44e6-a001-ac55e96e9822, #wrap-s-67ba3118-07b0-44e6-a001-ac55e96e9822 { display:none !important; }}
@media (min-width: 0px) {
[id="s-67ba3118-07b0-44e6-a001-ac55e96e9822"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67ba3118-07b0-44e6-a001-ac55e96e9822"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-67ba3118-07b0-44e6-a001-ac55e96e9822"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-67ba3118-07b0-44e6-a001-ac55e96e9822"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-602a38a6-9f39-48b8-b7c5-c5066bcfe7d8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-602a38a6-9f39-48b8-b7c5-c5066bcfe7d8 img.shogun-image {
    

    
    
    
  }


#s-602a38a6-9f39-48b8-b7c5-c5066bcfe7d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-565d59d4-c4a7-4703-8fba-b8af2437a03d {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: center;
}

#s-565d59d4-c4a7-4703-8fba-b8af2437a03d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-1806c627-22b2-4d5f-af29-ddb0fa57ac38 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 15em;
text-align: center;
}

#s-1806c627-22b2-4d5f-af29-ddb0fa57ac38 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-aeb5eb2e-773a-4532-821d-77b2b0b2d6c3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-aeb5eb2e-773a-4532-821d-77b2b0b2d6c3 img.shogun-image {
    

    
    
    
  }


#s-aeb5eb2e-773a-4532-821d-77b2b0b2d6c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0720305a-6f1d-4750-89dd-7207a6824e15 {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: center;
}

#s-0720305a-6f1d-4750-89dd-7207a6824e15 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-38d986f4-17b0-4356-b971-1fc41087b870 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 13em;
text-align: center;
}

#s-38d986f4-17b0-4356-b971-1fc41087b870 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-80685ace-1a2c-4235-9feb-af95eb249ea5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-80685ace-1a2c-4235-9feb-af95eb249ea5 img.shogun-image {
    

    
    
    
  }


#s-80685ace-1a2c-4235-9feb-af95eb249ea5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7804d452-d551-45a4-8f24-c93658741b72 {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: center;
}

#s-7804d452-d551-45a4-8f24-c93658741b72 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-22923e67-aa9e-4cd6-b960-c3cf83e8c22a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 14em;
text-align: center;
}

#s-22923e67-aa9e-4cd6-b960-c3cf83e8c22a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-394f9515-8022-4fbe-8b7b-7accfc4bd3b1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-394f9515-8022-4fbe-8b7b-7accfc4bd3b1 img.shogun-image {
    

    
    
    
  }


#s-394f9515-8022-4fbe-8b7b-7accfc4bd3b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-94390fcf-be8a-4ca2-ad3d-7ca8392361df {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: center;
}

#s-94390fcf-be8a-4ca2-ad3d-7ca8392361df .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-b9475073-fe13-4f53-b8a2-dfd7720567c0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 16em;
text-align: center;
}

#s-b9475073-fe13-4f53-b8a2-dfd7720567c0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-c0124518-f6ec-4276-bddf-d4737ba04727 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-c0124518-f6ec-4276-bddf-d4737ba04727 {
  display: none;
}
#s-c0124518-f6ec-4276-bddf-d4737ba04727, #wrap-s-c0124518-f6ec-4276-bddf-d4737ba04727 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0124518-f6ec-4276-bddf-d4737ba04727 {
  display: none;
}
#s-c0124518-f6ec-4276-bddf-d4737ba04727, #wrap-s-c0124518-f6ec-4276-bddf-d4737ba04727 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0124518-f6ec-4276-bddf-d4737ba04727 {
  display: none;
}
#s-c0124518-f6ec-4276-bddf-d4737ba04727, #wrap-s-c0124518-f6ec-4276-bddf-d4737ba04727 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c0124518-f6ec-4276-bddf-d4737ba04727"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0124518-f6ec-4276-bddf-d4737ba04727"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0124518-f6ec-4276-bddf-d4737ba04727"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0124518-f6ec-4276-bddf-d4737ba04727"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a0cf634b-4ee7-40d0-a609-85d60b99d79e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-a0cf634b-4ee7-40d0-a609-85d60b99d79e img.shogun-image {
    

    
    
    
  }


#s-a0cf634b-4ee7-40d0-a609-85d60b99d79e .shogun-image-content {
  
    align-items: center;
  
}

#s-fc79d53f-2745-45b1-9ae9-bc84c2fcfb47 {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: left;
}

#s-fc79d53f-2745-45b1-9ae9-bc84c2fcfb47 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f78e4d05-a642-414e-976a-ee67e04e638d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 15em;
text-align: left;
}

#s-f78e4d05-a642-414e-976a-ee67e04e638d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a {
  display: none;
}
#s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a, #wrap-s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a {
  display: none;
}
#s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a, #wrap-s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a {
  display: none;
}
#s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a, #wrap-s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a { display:none !important; }}
@media (min-width: 0px) {
[id="s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2384c7c4-8d6c-4cbf-ae93-c7c243152f6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5254c1be-3b43-451b-8099-27d5a5c4a412 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-5254c1be-3b43-451b-8099-27d5a5c4a412 img.shogun-image {
    

    
    
    
  }


#s-5254c1be-3b43-451b-8099-27d5a5c4a412 .shogun-image-content {
  
    align-items: center;
  
}

#s-acff2725-d647-4914-940a-9f7c60d96ea6 {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: left;
}

#s-acff2725-d647-4914-940a-9f7c60d96ea6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9b990aad-5c7e-4c93-882a-b26e41a56e9a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 13em;
text-align: left;
}

#s-9b990aad-5c7e-4c93-882a-b26e41a56e9a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4 {
  display: none;
}
#s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4, #wrap-s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4 {
  display: none;
}
#s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4, #wrap-s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4 {
  display: none;
}
#s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4, #wrap-s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-486f6c37-1ba8-4e5e-8eb4-014dd0b638f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f61291b3-d757-47ce-b12e-ecd0666663d3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-f61291b3-d757-47ce-b12e-ecd0666663d3 img.shogun-image {
    

    
    
    
  }


#s-f61291b3-d757-47ce-b12e-ecd0666663d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-866d96bb-5bfd-4772-bdf1-917e7f9e2b4c {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: left;
}

#s-866d96bb-5bfd-4772-bdf1-917e7f9e2b4c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-62e126b4-b129-434f-9a58-421aafb44926 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 14em;
text-align: left;
}

#s-62e126b4-b129-434f-9a58-421aafb44926 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f0631b52-b524-4314-b0df-c6cc0a78673d {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-f0631b52-b524-4314-b0df-c6cc0a78673d {
  display: none;
}
#s-f0631b52-b524-4314-b0df-c6cc0a78673d, #wrap-s-f0631b52-b524-4314-b0df-c6cc0a78673d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0631b52-b524-4314-b0df-c6cc0a78673d {
  display: none;
}
#s-f0631b52-b524-4314-b0df-c6cc0a78673d, #wrap-s-f0631b52-b524-4314-b0df-c6cc0a78673d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0631b52-b524-4314-b0df-c6cc0a78673d {
  display: none;
}
#s-f0631b52-b524-4314-b0df-c6cc0a78673d, #wrap-s-f0631b52-b524-4314-b0df-c6cc0a78673d { display:none !important; }}
@media (min-width: 0px) {
[id="s-f0631b52-b524-4314-b0df-c6cc0a78673d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f0631b52-b524-4314-b0df-c6cc0a78673d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0631b52-b524-4314-b0df-c6cc0a78673d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0631b52-b524-4314-b0df-c6cc0a78673d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8579f5f3-e62a-4de9-80e5-9d5280a845cf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
text-align: center;
}







  #s-8579f5f3-e62a-4de9-80e5-9d5280a845cf img.shogun-image {
    

    
    
    
  }


#s-8579f5f3-e62a-4de9-80e5-9d5280a845cf .shogun-image-content {
  
    align-items: center;
  
}

#s-b76f13ff-51f6-485d-a220-486bbc434c42 {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 5px;
max-width: 32em;
text-align: left;
}

#s-b76f13ff-51f6-485d-a220-486bbc434c42 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-aba76876-cdb8-4d45-ab1b-62bbda53ab4c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 16em;
text-align: left;
}

#s-aba76876-cdb8-4d45-ab1b-62bbda53ab4c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-9785f56a-28b6-4bc0-b3f8-55319f1845b9 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
}

#s-9785f56a-28b6-4bc0-b3f8-55319f1845b9 {
  background-image: url();
}








#s-9785f56a-28b6-4bc0-b3f8-55319f1845b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9785f56a-28b6-4bc0-b3f8-55319f1845b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2478964-35c5-431b-9514-4b89919cda39 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-b2478964-35c5-431b-9514-4b89919cda39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2478964-35c5-431b-9514-4b89919cda39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd247e50-4203-4ee1-84d2-df575f586a69 {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1280px;
text-align: center;
}
@media (max-width: 767px){#s-cd247e50-4203-4ee1-84d2-df575f586a69 {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1280px;
text-align: left;
}
}
#s-cd247e50-4203-4ee1-84d2-df575f586a69 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-cd247e50-4203-4ee1-84d2-df575f586a69 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}


}
#s-953f23c2-ffe9-401c-8fe9-bce429479035 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-953f23c2-ffe9-401c-8fe9-bce429479035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-953f23c2-ffe9-401c-8fe9-bce429479035"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-953f23c2-ffe9-401c-8fe9-bce429479035"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-953f23c2-ffe9-401c-8fe9-bce429479035"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-953f23c2-ffe9-401c-8fe9-bce429479035"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fedd0400-ab5f-4339-bbeb-21501e88954a {
  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;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fedd0400-ab5f-4339-bbeb-21501e88954a {
  
}
}@media (max-width: 767px){#s-fedd0400-ab5f-4339-bbeb-21501e88954a {
  display: none;
}
#s-fedd0400-ab5f-4339-bbeb-21501e88954a, #wrap-s-fedd0400-ab5f-4339-bbeb-21501e88954a { display:none !important; }}






  #s-fedd0400-ab5f-4339-bbeb-21501e88954a img.shogun-image {
    

    
    
    
  }


#s-fedd0400-ab5f-4339-bbeb-21501e88954a .shogun-image-content {
  
    align-items: center;
  
}

#s-500437c4-01f0-488c-9ea0-54ecf1277538 {
  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;
text-align: center;
}
@media (min-width: 1200px){#s-500437c4-01f0-488c-9ea0-54ecf1277538 {
  display: none;
}
#s-500437c4-01f0-488c-9ea0-54ecf1277538, #wrap-s-500437c4-01f0-488c-9ea0-54ecf1277538 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-500437c4-01f0-488c-9ea0-54ecf1277538 {
  display: none;
}
#s-500437c4-01f0-488c-9ea0-54ecf1277538, #wrap-s-500437c4-01f0-488c-9ea0-54ecf1277538 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-500437c4-01f0-488c-9ea0-54ecf1277538 {
  display: none;
}
#s-500437c4-01f0-488c-9ea0-54ecf1277538, #wrap-s-500437c4-01f0-488c-9ea0-54ecf1277538 { display:none !important; }}@media (max-width: 767px){#s-500437c4-01f0-488c-9ea0-54ecf1277538 {
  
}
}






  #s-500437c4-01f0-488c-9ea0-54ecf1277538 img.shogun-image {
    

    
    
    
  }


#s-500437c4-01f0-488c-9ea0-54ecf1277538 .shogun-image-content {
  
    align-items: center;
  
}

#s-509b47c1-982c-49c2-a746-228285b8ff8b {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-509b47c1-982c-49c2-a746-228285b8ff8b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  
  text-align: left;
}



#s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bfe65a8b-c476-44ed-aff5-547fe7da8b0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-50811886-b988-4e31-953b-0070b81ce9fc {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 18.5em;
text-align: left;
}

#s-50811886-b988-4e31-953b-0070b81ce9fc .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-7599d59c-0c4e-4705-bf88-65d310b613bc {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7599d59c-0c4e-4705-bf88-65d310b613bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7599d59c-0c4e-4705-bf88-65d310b613bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7599d59c-0c4e-4705-bf88-65d310b613bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7599d59c-0c4e-4705-bf88-65d310b613bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7599d59c-0c4e-4705-bf88-65d310b613bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7599d59c-0c4e-4705-bf88-65d310b613bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7599d59c-0c4e-4705-bf88-65d310b613bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-8fa4c854-e319-4a10-8744-57d2f923cfdf {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 16em;
text-align: left;
}

#s-8fa4c854-e319-4a10-8744-57d2f923cfdf .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-e7b7752f-48b5-4e6e-875a-d20e339e8b03 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e7b7752f-48b5-4e6e-875a-d20e339e8b03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7b7752f-48b5-4e6e-875a-d20e339e8b03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e7b7752f-48b5-4e6e-875a-d20e339e8b03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e7b7752f-48b5-4e6e-875a-d20e339e8b03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e7b7752f-48b5-4e6e-875a-d20e339e8b03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7b7752f-48b5-4e6e-875a-d20e339e8b03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e7b7752f-48b5-4e6e-875a-d20e339e8b03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-87ecf79b-8745-4e0c-ab77-e812d72d5736 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 13em;
text-align: left;
}

#s-87ecf79b-8745-4e0c-ab77-e812d72d5736 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6a88bb9a-be89-48c0-9133-e80e8aa24c1c {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-6a88bb9a-be89-48c0-9133-e80e8aa24c1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a88bb9a-be89-48c0-9133-e80e8aa24c1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-6a88bb9a-be89-48c0-9133-e80e8aa24c1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a88bb9a-be89-48c0-9133-e80e8aa24c1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-8fb0c000-aa8e-4d40-abfd-d07ad07e7230 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8fb0c000-aa8e-4d40-abfd-d07ad07e7230 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  
  text-align: left;
}



#s-3171f481-5033-4ec8-9789-07414c7effda {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3171f481-5033-4ec8-9789-07414c7effda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3171f481-5033-4ec8-9789-07414c7effda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3171f481-5033-4ec8-9789-07414c7effda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3171f481-5033-4ec8-9789-07414c7effda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3171f481-5033-4ec8-9789-07414c7effda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3171f481-5033-4ec8-9789-07414c7effda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3171f481-5033-4ec8-9789-07414c7effda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-4d5235e4-104c-43f7-a343-bed7a7628c7b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 18.5em;
text-align: left;
}

#s-4d5235e4-104c-43f7-a343-bed7a7628c7b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-7063e93d-396f-4208-94fb-4dcd826d78bd {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7063e93d-396f-4208-94fb-4dcd826d78bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7063e93d-396f-4208-94fb-4dcd826d78bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7063e93d-396f-4208-94fb-4dcd826d78bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7063e93d-396f-4208-94fb-4dcd826d78bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7063e93d-396f-4208-94fb-4dcd826d78bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7063e93d-396f-4208-94fb-4dcd826d78bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7063e93d-396f-4208-94fb-4dcd826d78bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-8a35fc17-ca72-4b88-b118-f99e2f4bf63c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 20em;
text-align: left;
}

#s-8a35fc17-ca72-4b88-b118-f99e2f4bf63c .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b4c53fc7-b7c2-439d-abb7-c8c915dd97d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-3b5cadd9-b349-4289-977c-7ef08da1a666 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 18em;
text-align: left;
}

#s-3b5cadd9-b349-4289-977c-7ef08da1a666 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8f3948b4-1437-4caa-a537-9ea342569246 {
  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;
text-align: center;
}
@media (max-width: 767px){#s-8f3948b4-1437-4caa-a537-9ea342569246 {
  display: none;
}
#s-8f3948b4-1437-4caa-a537-9ea342569246, #wrap-s-8f3948b4-1437-4caa-a537-9ea342569246 { display:none !important; }}






  #s-8f3948b4-1437-4caa-a537-9ea342569246 img.shogun-image {
    

    
    
    
  }


#s-8f3948b4-1437-4caa-a537-9ea342569246 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f6d40cd-8377-4971-be99-f66b91116390 {
  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;
text-align: center;
}
@media (min-width: 1200px){#s-1f6d40cd-8377-4971-be99-f66b91116390 {
  display: none;
}
#s-1f6d40cd-8377-4971-be99-f66b91116390, #wrap-s-1f6d40cd-8377-4971-be99-f66b91116390 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f6d40cd-8377-4971-be99-f66b91116390 {
  display: none;
}
#s-1f6d40cd-8377-4971-be99-f66b91116390, #wrap-s-1f6d40cd-8377-4971-be99-f66b91116390 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f6d40cd-8377-4971-be99-f66b91116390 {
  display: none;
}
#s-1f6d40cd-8377-4971-be99-f66b91116390, #wrap-s-1f6d40cd-8377-4971-be99-f66b91116390 { display:none !important; }}@media (max-width: 767px){#s-1f6d40cd-8377-4971-be99-f66b91116390 {
  
}
}






  #s-1f6d40cd-8377-4971-be99-f66b91116390 img.shogun-image {
    

    
    
    
  }


#s-1f6d40cd-8377-4971-be99-f66b91116390 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b90c96a-dc19-4fa4-aa02-2afb5c899656 {
  background-repeat: repeat;
background-size: 72px 40px;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 30px;
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: 12px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-2b90c96a-dc19-4fa4-aa02-2afb5c899656 {
  display: none;
}
#s-2b90c96a-dc19-4fa4-aa02-2afb5c899656, #wrap-s-2b90c96a-dc19-4fa4-aa02-2afb5c899656 { display:none !important; }}







#s-2b90c96a-dc19-4fa4-aa02-2afb5c899656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b90c96a-dc19-4fa4-aa02-2afb5c899656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf {
  display: none;
}
#s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf, #wrap-s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf { display:none !important; }}
@media (min-width: 0px) {
[id="s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a24cc0fe-dc95-441f-8d2a-c650af88f3cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f5ee6544-b418-44fe-9649-0738012a5e54 {
  text-align: center;
}







  #s-f5ee6544-b418-44fe-9649-0738012a5e54 img.shogun-image {
    

    
    
    
  }


#s-f5ee6544-b418-44fe-9649-0738012a5e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-df97a8fe-f53d-458e-9539-51acc5c607fb {
  margin-bottom: 1em;
text-align: left;
}







  #s-df97a8fe-f53d-458e-9539-51acc5c607fb img.shogun-image {
    

    
    
    
  }


#s-df97a8fe-f53d-458e-9539-51acc5c607fb .shogun-image-content {
  
    align-items: center;
  
}

#s-c4883b52-02e4-4b81-842f-de0078c608fe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
max-width: 32em;
text-align: left;
}

#s-c4883b52-02e4-4b81-842f-de0078c608fe .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-320d7de8-b505-4c66-bdb0-2201d7f92e9e {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
max-width: 32em;
text-align: left;
}

#s-320d7de8-b505-4c66-bdb0-2201d7f92e9e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71:hover {background-color: rgba(211, 211, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71:active {background-color: rgba(211, 211, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71-root {
    text-align: center;
  }


#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71-root {
    text-align: center;
  }


#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71-root {
    text-align: center;
  }


#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71-root {
    text-align: center;
  }


#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71-root {
    text-align: center;
  }


#s-d2910c95-0cae-4ca6-adcb-89bdb3ce2c71.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff {
  display: none;
}
#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff, #wrap-s-54d4b683-200b-4a2a-8e17-cf76de7b11ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff {
  display: none;
}
#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff, #wrap-s-54d4b683-200b-4a2a-8e17-cf76de7b11ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff {
  display: none;
}
#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff, #wrap-s-54d4b683-200b-4a2a-8e17-cf76de7b11ff { display:none !important; }}







#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54d4b683-200b-4a2a-8e17-cf76de7b11ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce823a6e-9fad-4d4c-8e73-69b55daf6fb6 {
  margin-bottom: 1em;
text-align: left;
}







  #s-ce823a6e-9fad-4d4c-8e73-69b55daf6fb6 img.shogun-image {
    

    
    
    
  }


#s-ce823a6e-9fad-4d4c-8e73-69b55daf6fb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-12c37d06-a15b-436c-9907-622a763fe4f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
max-width: 11em;
text-align: left;
}

#s-12c37d06-a15b-436c-9907-622a763fe4f4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4d42f235-6ba3-4812-bca7-39ddea8d6f0d {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
max-width: 21em;
text-align: left;
}

#s-4d42f235-6ba3-4812-bca7-39ddea8d6f0d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-7cddbdfd-dcff-4279-8552-09eeebc89fa3 {
  text-align: center;
}







  #s-7cddbdfd-dcff-4279-8552-09eeebc89fa3 img.shogun-image {
    

    
    
    
  }


#s-7cddbdfd-dcff-4279-8552-09eeebc89fa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5:hover {background-color: rgba(211, 211, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5:active {background-color: rgba(211, 211, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5-root {
    text-align: center;
  }


#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5-root {
    text-align: center;
  }


#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5-root {
    text-align: center;
  }


#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5-root {
    text-align: center;
  }


#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5-root {
    text-align: center;
  }


#s-0ff70465-e7c0-424d-8fc1-f3b5c786adf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-c3a13f66-037e-47e7-a178-ac0fc028bee6 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3a13f66-037e-47e7-a178-ac0fc028bee6 {
  
}
}@media (max-width: 767px){#s-c3a13f66-037e-47e7-a178-ac0fc028bee6 {
  display: none;
}
#s-c3a13f66-037e-47e7-a178-ac0fc028bee6, #wrap-s-c3a13f66-037e-47e7-a178-ac0fc028bee6 { display:none !important; }}
#s-c3a13f66-037e-47e7-a178-ac0fc028bee6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  
  text-align: left;
}



#s-99c91636-d9e9-4c06-b9be-21c6840ea83e {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}
@media (max-width: 767px){#s-99c91636-d9e9-4c06-b9be-21c6840ea83e {
  display: none;
}
#s-99c91636-d9e9-4c06-b9be-21c6840ea83e, #wrap-s-99c91636-d9e9-4c06-b9be-21c6840ea83e { display:none !important; }}
@media (min-width: 0px) {
[id="s-99c91636-d9e9-4c06-b9be-21c6840ea83e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99c91636-d9e9-4c06-b9be-21c6840ea83e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99c91636-d9e9-4c06-b9be-21c6840ea83e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99c91636-d9e9-4c06-b9be-21c6840ea83e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fb539a84-1186-4d1c-b241-805d812e35b1 {
  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;
text-align: center;
}







  #s-fb539a84-1186-4d1c-b241-805d812e35b1 img.shogun-image {
    

    
    
    
  }


#s-fb539a84-1186-4d1c-b241-805d812e35b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 {
  background-repeat: repeat;
background-size: 72px 40px;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 {
  display: none;
}
#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06, #wrap-s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 {
  display: none;
}
#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06, #wrap-s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 {
  display: none;
}
#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06, #wrap-s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 { display:none !important; }}







#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4624b0ef-b5a3-4a42-aa25-aa569741cd06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70095708-da18-4f2c-9133-1e9158616248 {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-70095708-da18-4f2c-9133-1e9158616248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70095708-da18-4f2c-9133-1e9158616248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e49697b-fe48-4112-ba49-5a4104d0aca0 {
  margin-bottom: 1em;
text-align: left;
}







  #s-0e49697b-fe48-4112-ba49-5a4104d0aca0 img.shogun-image {
    

    
    
    
  }


#s-0e49697b-fe48-4112-ba49-5a4104d0aca0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7694c77-6d6c-41fe-b09f-7b6cf443075a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
max-width: 21em;
text-align: left;
}

#s-f7694c77-6d6c-41fe-b09f-7b6cf443075a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-b819642f-5b88-427c-b453-30ce8b571cef {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
max-width: 21em;
text-align: left;
}

#s-b819642f-5b88-427c-b453-30ce8b571cef .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e0513acf-08f9-4ca1-9f77-019e360c3f99 {
  text-align: center;
}







  #s-e0513acf-08f9-4ca1-9f77-019e360c3f99 img.shogun-image {
    

    
    
    
  }


#s-e0513acf-08f9-4ca1-9f77-019e360c3f99 .shogun-image-content {
  
    align-items: center;
  
}

#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a {
  margin-top: 2em;
margin-left: 6%;
margin-bottom: 2em;
margin-right: 6%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a:hover {background-color: rgba(211, 211, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a:active {background-color: rgba(211, 211, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a-root {
    text-align: center;
  }


#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a-root {
    text-align: center;
  }


#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a-root {
    text-align: center;
  }


#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a-root {
    text-align: center;
  }


#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a-root {
    text-align: center;
  }


#s-25c3c9c9-7272-4153-b9b4-59e4bc072e9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 40px;
padding-left: 4%;
padding-bottom: 40px;
padding-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 {
  display: none;
}
#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761, #wrap-s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 {
  display: none;
}
#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761, #wrap-s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 {
  display: none;
}
#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761, #wrap-s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 { display:none !important; }}
#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 {
  background-image: url();
}








#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a10b20b-305e-4882-98f6-a1bc9f9d4761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9426f7be-9dd8-4467-9acc-4addc4ccc205 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1280px;
text-align: left;
}

#s-9426f7be-9dd8-4467-9acc-4addc4ccc205 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-23abeecf-bda0-4304-a962-8033baeac5c2 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-23abeecf-bda0-4304-a962-8033baeac5c2 {
  display: none;
}
#s-23abeecf-bda0-4304-a962-8033baeac5c2, #wrap-s-23abeecf-bda0-4304-a962-8033baeac5c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23abeecf-bda0-4304-a962-8033baeac5c2 {
  display: none;
}
#s-23abeecf-bda0-4304-a962-8033baeac5c2, #wrap-s-23abeecf-bda0-4304-a962-8033baeac5c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23abeecf-bda0-4304-a962-8033baeac5c2 {
  display: none;
}
#s-23abeecf-bda0-4304-a962-8033baeac5c2, #wrap-s-23abeecf-bda0-4304-a962-8033baeac5c2 { display:none !important; }}@media (max-width: 767px){#s-23abeecf-bda0-4304-a962-8033baeac5c2 {
  
}
}
@media (min-width: 0px) {
[id="s-23abeecf-bda0-4304-a962-8033baeac5c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23abeecf-bda0-4304-a962-8033baeac5c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23abeecf-bda0-4304-a962-8033baeac5c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23abeecf-bda0-4304-a962-8033baeac5c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9cdefb7-9865-42e1-8580-6993864b7c7a {
  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;
text-align: center;
}







  #s-e9cdefb7-9865-42e1-8580-6993864b7c7a img.shogun-image {
    

    
    
    
  }


#s-e9cdefb7-9865-42e1-8580-6993864b7c7a .shogun-image-content {
  
    align-items: center;
  
}

#s-84173c19-0177-4dfb-8542-a55e18a5e473 {
  text-align: center;
}
@media (min-width: 1200px){#s-84173c19-0177-4dfb-8542-a55e18a5e473 {
  display: none;
}
#s-84173c19-0177-4dfb-8542-a55e18a5e473, #wrap-s-84173c19-0177-4dfb-8542-a55e18a5e473 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84173c19-0177-4dfb-8542-a55e18a5e473 {
  display: none;
}
#s-84173c19-0177-4dfb-8542-a55e18a5e473, #wrap-s-84173c19-0177-4dfb-8542-a55e18a5e473 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84173c19-0177-4dfb-8542-a55e18a5e473 {
  display: none;
}
#s-84173c19-0177-4dfb-8542-a55e18a5e473, #wrap-s-84173c19-0177-4dfb-8542-a55e18a5e473 { display:none !important; }}






  #s-84173c19-0177-4dfb-8542-a55e18a5e473 img.shogun-image {
    

    
    
    
  }


#s-84173c19-0177-4dfb-8542-a55e18a5e473 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c556fd7-e01c-413c-9a15-e325e208aba7 {
  margin-bottom: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
}

#s-1c556fd7-e01c-413c-9a15-e325e208aba7 {
  background-image: url();
}








#s-1c556fd7-e01c-413c-9a15-e325e208aba7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c556fd7-e01c-413c-9a15-e325e208aba7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e6393aa-a402-4a77-8dde-5578a94e56f5 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (max-width: 767px){#s-7e6393aa-a402-4a77-8dde-5578a94e56f5 {
  margin-bottom: 40px;
}
}







#s-7e6393aa-a402-4a77-8dde-5578a94e56f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6393aa-a402-4a77-8dde-5578a94e56f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65f193ea-1fba-40af-8f18-a99bb036c4e6 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}
@media (max-width: 767px){#s-65f193ea-1fba-40af-8f18-a99bb036c4e6 {
  margin-top: 0px;
margin-bottom: 25px;
}
}
@media (min-width: 0px) {
[id="s-65f193ea-1fba-40af-8f18-a99bb036c4e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65f193ea-1fba-40af-8f18-a99bb036c4e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-65f193ea-1fba-40af-8f18-a99bb036c4e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-65f193ea-1fba-40af-8f18-a99bb036c4e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-65f193ea-1fba-40af-8f18-a99bb036c4e6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0479cbf6-948a-4811-821d-31005fdc01a3 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0479cbf6-948a-4811-821d-31005fdc01a3 {
  margin-top: 0em;
}
}
#s-0479cbf6-948a-4811-821d-31005fdc01a3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  
  text-align: left;
}



#s-a3e19ef5-67a3-4f6f-8d82-73383af21f2f {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 32em;
text-align: left;
}

#s-a3e19ef5-67a3-4f6f-8d82-73383af21f2f .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cae3f7bf-b5f5-42c2-9b44-7a51e7d5765f {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 32em;
text-align: left;
}

#s-cae3f7bf-b5f5-42c2-9b44-7a51e7d5765f .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f0c680de-88f3-46e3-b748-69e39d6b8210 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(0, 190, 214, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f0c680de-88f3-46e3-b748-69e39d6b8210:hover {background-color: rgba(31, 200, 221, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f0c680de-88f3-46e3-b748-69e39d6b8210:active {background-color: rgba(31, 200, 221, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f0c680de-88f3-46e3-b748-69e39d6b8210 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
}

  #s-f0c680de-88f3-46e3-b748-69e39d6b8210-root {
    text-align: left;
  }


#s-f0c680de-88f3-46e3-b748-69e39d6b8210.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0c680de-88f3-46e3-b748-69e39d6b8210-root {
    text-align: left;
  }


#s-f0c680de-88f3-46e3-b748-69e39d6b8210.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0c680de-88f3-46e3-b748-69e39d6b8210-root {
    text-align: left;
  }


#s-f0c680de-88f3-46e3-b748-69e39d6b8210.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0c680de-88f3-46e3-b748-69e39d6b8210-root {
    text-align: left;
  }


#s-f0c680de-88f3-46e3-b748-69e39d6b8210.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0c680de-88f3-46e3-b748-69e39d6b8210-root {
    text-align: center;
  }


#s-f0c680de-88f3-46e3-b748-69e39d6b8210.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-28cf07c2-aed5-43ab-ab6f-6ff30345cd56 {
  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;
text-align: center;
}
@media (max-width: 767px){#s-28cf07c2-aed5-43ab-ab6f-6ff30345cd56 {
  display: none;
}
#s-28cf07c2-aed5-43ab-ab6f-6ff30345cd56, #wrap-s-28cf07c2-aed5-43ab-ab6f-6ff30345cd56 { display:none !important; }}






  #s-28cf07c2-aed5-43ab-ab6f-6ff30345cd56 img.shogun-image {
    

    
    
    
  }


#s-28cf07c2-aed5-43ab-ab6f-6ff30345cd56 .shogun-image-content {
  
    align-items: center;
  
}

#s-2319eabc-810f-4184-b11c-f7cbbe45cead {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
}








#s-2319eabc-810f-4184-b11c-f7cbbe45cead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2319eabc-810f-4184-b11c-f7cbbe45cead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-664ff6d6-a5f8-4f10-abac-ea44c720a951 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-664ff6d6-a5f8-4f10-abac-ea44c720a951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-664ff6d6-a5f8-4f10-abac-ea44c720a951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e635c873-33f6-4c49-81cc-99a2b8c6c261 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 4%;
padding-bottom: 10%;
min-height: 50px;
}








#s-e635c873-33f6-4c49-81cc-99a2b8c6c261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e635c873-33f6-4c49-81cc-99a2b8c6c261.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7599befd-f459-4837-b510-da23144cb84b {
  text-align: center;
}
@media (min-width: 1200px){#s-7599befd-f459-4837-b510-da23144cb84b {
  display: none;
}
#s-7599befd-f459-4837-b510-da23144cb84b, #wrap-s-7599befd-f459-4837-b510-da23144cb84b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7599befd-f459-4837-b510-da23144cb84b {
  display: none;
}
#s-7599befd-f459-4837-b510-da23144cb84b, #wrap-s-7599befd-f459-4837-b510-da23144cb84b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7599befd-f459-4837-b510-da23144cb84b {
  display: none;
}
#s-7599befd-f459-4837-b510-da23144cb84b, #wrap-s-7599befd-f459-4837-b510-da23144cb84b { display:none !important; }}






  #s-7599befd-f459-4837-b510-da23144cb84b img.shogun-image {
    

    
    
    
  }


#s-7599befd-f459-4837-b510-da23144cb84b .shogun-image-content {
  
    align-items: center;
  
}

#s-c02a1109-87ba-4506-95f6-381eae65bc80 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 42em;
text-align: left;
}

#s-c02a1109-87ba-4506-95f6-381eae65bc80 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 72px;
  
  
  text-align: left;
}



#s-9f02f0e2-253d-4eec-8ac6-e95da443f0be {
  margin-top: 3em;
margin-bottom: 2em;
padding-top: 5px;
padding-bottom: 5px;
max-width: 20em;
text-align: left;
}

#s-9f02f0e2-253d-4eec-8ac6-e95da443f0be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-295d645c-ae52-4c7d-a862-63feeba181dc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 18em;
text-align: left;
}

#s-295d645c-ae52-4c7d-a862-63feeba181dc .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ce33d909-ad6d-4f35-9e43-48eb6999c251 {
  margin-top: 2em;
margin-bottom: 2em;
}

#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8 {
  padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(227, 56, 77, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8:hover {background-color: rgba(236, 77, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8:active {background-color: rgba(236, 77, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8 {
  padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
text-align: center;
text-decoration: none;
}
}

  #s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8-root {
    text-align: left;
  }


#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8-root {
    text-align: left;
  }


#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8-root {
    text-align: left;
  }


#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8-root {
    text-align: left;
  }


#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8-root {
    text-align: center;
  }


#s-fb0fcb4a-ab1c-4b7c-99cb-f9be3d54c6f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-b4cb2d25-7683-4782-a0d0-88470a0d10f5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-b4cb2d25-7683-4782-a0d0-88470a0d10f5 {
  display: none;
}
#s-b4cb2d25-7683-4782-a0d0-88470a0d10f5, #wrap-s-b4cb2d25-7683-4782-a0d0-88470a0d10f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b4cb2d25-7683-4782-a0d0-88470a0d10f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-b4cb2d25-7683-4782-a0d0-88470a0d10f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-b4cb2d25-7683-4782-a0d0-88470a0d10f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4cb2d25-7683-4782-a0d0-88470a0d10f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-743d7c96-b13b-4a06-bac8-0bf923d8bc30 {
  min-height: 50px;
}
@media (max-width: 767px){#s-743d7c96-b13b-4a06-bac8-0bf923d8bc30 {
  margin-bottom: 20px;
}
}
#s-743d7c96-b13b-4a06-bac8-0bf923d8bc30 {
  background-image: url();
}








#s-743d7c96-b13b-4a06-bac8-0bf923d8bc30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-743d7c96-b13b-4a06-bac8-0bf923d8bc30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ece4702-1f1c-427e-9435-bbbf1796b2b1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-601ec831-e76a-4ec0-834f-2f78a9ed4358 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-601ec831-e76a-4ec0-834f-2f78a9ed4358 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-b7c35802-4993-44af-a3fd-09ab8992b11d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b7c35802-4993-44af-a3fd-09ab8992b11d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-16f29b9a-249b-4445-8615-fa2866f11be5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-16f29b9a-249b-4445-8615-fa2866f11be5 {
  margin-bottom: 20px;
}
}
#s-16f29b9a-249b-4445-8615-fa2866f11be5 {
  background-image: url();
}








#s-16f29b9a-249b-4445-8615-fa2866f11be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f29b9a-249b-4445-8615-fa2866f11be5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35d190eb-3258-414b-8297-5cf2832a82f2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-25efcc63-6090-457b-84a9-89a5278ad819 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-25efcc63-6090-457b-84a9-89a5278ad819 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-46fa513a-6470-4656-8a37-926f3577c842 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 11em;
text-align: center;
}

#s-46fa513a-6470-4656-8a37-926f3577c842 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-a25dad19-ca5d-4ab9-98ee-d557c2169f08 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a25dad19-ca5d-4ab9-98ee-d557c2169f08 {
  margin-bottom: 20px;
}
}
#s-a25dad19-ca5d-4ab9-98ee-d557c2169f08 {
  background-image: url();
}








#s-a25dad19-ca5d-4ab9-98ee-d557c2169f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a25dad19-ca5d-4ab9-98ee-d557c2169f08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08a521d9-dd44-47eb-8f62-214eb65321fe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4cf71c3f-c7a5-4905-b0b8-029f0c0382e8 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4cf71c3f-c7a5-4905-b0b8-029f0c0382e8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-22f2f6ba-e2f7-4ade-a384-2858d7452860 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 12em;
text-align: center;
}

#s-22f2f6ba-e2f7-4ade-a384-2858d7452860 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-14371339-48ca-4012-bd1e-4ded64e8b8e3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-14371339-48ca-4012-bd1e-4ded64e8b8e3 {
  margin-bottom: 20px;
}
}
#s-14371339-48ca-4012-bd1e-4ded64e8b8e3 {
  background-image: url();
}








#s-14371339-48ca-4012-bd1e-4ded64e8b8e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14371339-48ca-4012-bd1e-4ded64e8b8e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d827269-1e09-4735-b8bc-a87c12ef6dbb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-73b1adf5-831d-4a61-940f-8258e9aaad4d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-73b1adf5-831d-4a61-940f-8258e9aaad4d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-6e4a403c-6ec6-4a0b-aaa6-7c14ac30014b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 10em;
text-align: center;
}

#s-6e4a403c-6ec6-4a0b-aaa6-7c14ac30014b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-4e290177-1ca6-444d-85d4-4de337b16ea2 {
  text-align: center;
}
@media (min-width: 1200px){#s-4e290177-1ca6-444d-85d4-4de337b16ea2 {
  display: none;
}
#s-4e290177-1ca6-444d-85d4-4de337b16ea2, #wrap-s-4e290177-1ca6-444d-85d4-4de337b16ea2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e290177-1ca6-444d-85d4-4de337b16ea2 {
  display: none;
}
#s-4e290177-1ca6-444d-85d4-4de337b16ea2, #wrap-s-4e290177-1ca6-444d-85d4-4de337b16ea2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e290177-1ca6-444d-85d4-4de337b16ea2 {
  display: none;
}
#s-4e290177-1ca6-444d-85d4-4de337b16ea2, #wrap-s-4e290177-1ca6-444d-85d4-4de337b16ea2 { display:none !important; }}






  #s-4e290177-1ca6-444d-85d4-4de337b16ea2 img.shogun-image {
    

    
    
    
  }


#s-4e290177-1ca6-444d-85d4-4de337b16ea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-be5d1673-82bb-4859-a038-427bd9d6a35a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 70px;
padding-left: 2%;
padding-bottom: 70px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(0, 190, 214, 1);
}








#s-be5d1673-82bb-4859-a038-427bd9d6a35a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be5d1673-82bb-4859-a038-427bd9d6a35a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4a1ecfa-041a-4de6-b936-7a16ad3626f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-a4a1ecfa-041a-4de6-b936-7a16ad3626f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4a1ecfa-041a-4de6-b936-7a16ad3626f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-973df178-bbfc-440f-86e6-30fe88d3e78c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 33em;
text-align: center;
}

#s-973df178-bbfc-440f-86e6-30fe88d3e78c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}



#s-7bfec84e-7b0b-4402-97f0-4763bea4b998 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-7bfec84e-7b0b-4402-97f0-4763bea4b998"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bfec84e-7b0b-4402-97f0-4763bea4b998"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7bfec84e-7b0b-4402-97f0-4763bea4b998"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bfec84e-7b0b-4402-97f0-4763bea4b998"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-a82c07a4-fcb2-42b8-90fa-b88c47e7ea56 {
  box-shadow:1px 1px 15px 1px rgba(0, 0, 0, 0.5);
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 16px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a82c07a4-fcb2-42b8-90fa-b88c47e7ea56 {
  display: none;
}
#s-a82c07a4-fcb2-42b8-90fa-b88c47e7ea56, #wrap-s-a82c07a4-fcb2-42b8-90fa-b88c47e7ea56 { display:none !important; }}







#s-a82c07a4-fcb2-42b8-90fa-b88c47e7ea56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a82c07a4-fcb2-42b8-90fa-b88c47e7ea56 {
  cursor: pointer;
}#s-a82c07a4-fcb2-42b8-90fa-b88c47e7ea56.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a8d5498-b801-4058-a4eb-8a2731422dea {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-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: 8px;
text-align: center;
background-color: rgba(254, 197, 38, 1);
}







  #s-4a8d5498-b801-4058-a4eb-8a2731422dea img.shogun-image {
    

    
    
    
  }


#s-4a8d5498-b801-4058-a4eb-8a2731422dea .shogun-image-content {
  
    align-items: center;
  
}

#s-46ebe1c3-851a-4376-8616-136eb48bd870 {
  margin-left: 15px;
margin-right: 15px;
max-width: 170px;
}

#s-8770efdc-b085-41f8-b1e1-d36201494b47 {
  margin-top: 1em;
margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8770efdc-b085-41f8-b1e1-d36201494b47 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-30606928-ede6-4aa2-ab9f-4342ec3b4e0c {
  margin-top: 1em;
margin-left: 15px;
margin-bottom: 1em;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-30606928-ede6-4aa2-ab9f-4342ec3b4e0c .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-87db52fd-9065-4d42-a448-497179605dfd {
  box-shadow:1px 1px 15px 1px rgba(0, 0, 0, 0.5);
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 16px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-87db52fd-9065-4d42-a448-497179605dfd {
  display: none;
}
#s-87db52fd-9065-4d42-a448-497179605dfd, #wrap-s-87db52fd-9065-4d42-a448-497179605dfd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87db52fd-9065-4d42-a448-497179605dfd {
  display: none;
}
#s-87db52fd-9065-4d42-a448-497179605dfd, #wrap-s-87db52fd-9065-4d42-a448-497179605dfd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87db52fd-9065-4d42-a448-497179605dfd {
  display: none;
}
#s-87db52fd-9065-4d42-a448-497179605dfd, #wrap-s-87db52fd-9065-4d42-a448-497179605dfd { display:none !important; }}







#s-87db52fd-9065-4d42-a448-497179605dfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87db52fd-9065-4d42-a448-497179605dfd {
  cursor: pointer;
}#s-87db52fd-9065-4d42-a448-497179605dfd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e51ccca-077b-4d44-a7b3-e803dfcb81f9 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-1e51ccca-077b-4d44-a7b3-e803dfcb81f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1e51ccca-077b-4d44-a7b3-e803dfcb81f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1e51ccca-077b-4d44-a7b3-e803dfcb81f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e51ccca-077b-4d44-a7b3-e803dfcb81f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-544d8c78-4219-4b58-83f5-4575cc88f9bc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(254, 197, 38, 1);
}







  #s-544d8c78-4219-4b58-83f5-4575cc88f9bc img.shogun-image {
    

    
    
    
  }


#s-544d8c78-4219-4b58-83f5-4575cc88f9bc .shogun-image-content {
  
    align-items: center;
  
}

#s-becdb997-96d8-4188-9416-267a89e591b6 {
  max-width: 150px;
}

#s-86a4adb5-645e-4a21-89c8-50af7a3279bc {
  margin-top: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-86a4adb5-645e-4a21-89c8-50af7a3279bc .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-921a40b1-e2ff-44d2-aff6-b7dceae5db9b {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-921a40b1-e2ff-44d2-aff6-b7dceae5db9b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-65ee092d-8b5b-4e99-bf96-805a611573aa {
  box-shadow:1px 1px 15px 1px rgba(0, 0, 0, 0.5);
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-65ee092d-8b5b-4e99-bf96-805a611573aa {
  display: none;
}
#s-65ee092d-8b5b-4e99-bf96-805a611573aa, #wrap-s-65ee092d-8b5b-4e99-bf96-805a611573aa { display:none !important; }}







#s-65ee092d-8b5b-4e99-bf96-805a611573aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65ee092d-8b5b-4e99-bf96-805a611573aa {
  cursor: pointer;
}#s-65ee092d-8b5b-4e99-bf96-805a611573aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10e269b5-f9ee-4ea2-9129-0ccc1e7c9329 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-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: 8px;
text-align: center;
background-color: rgba(254, 197, 38, 1);
}







  #s-10e269b5-f9ee-4ea2-9129-0ccc1e7c9329 img.shogun-image {
    

    
    
    
  }


#s-10e269b5-f9ee-4ea2-9129-0ccc1e7c9329 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b53992d-8c77-411d-8840-5ba351b5c51c {
  margin-left: 15px;
margin-right: 15px;
max-width: 170px;
}

#s-00957e6a-abc7-4fea-b622-f3479063e3f6 {
  margin-top: 1em;
margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-00957e6a-abc7-4fea-b622-f3479063e3f6 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-6f62388d-ce2c-4ffc-8729-aca7c1924311 {
  margin-top: 1em;
margin-left: 15px;
margin-bottom: 1em;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6f62388d-ce2c-4ffc-8729-aca7c1924311 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 {
  box-shadow:1px 1px 15px 1px rgba(0, 0, 0, 0.5);
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 16px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 {
  display: none;
}
#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277, #wrap-s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 {
  display: none;
}
#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277, #wrap-s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 {
  display: none;
}
#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277, #wrap-s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 { display:none !important; }}







#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277 {
  cursor: pointer;
}#s-6ddbd2ef-3a21-46c5-a4dc-abfec1adc277.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd56b36e-542e-4157-b27d-6dd912dde6ea {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-cd56b36e-542e-4157-b27d-6dd912dde6ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-cd56b36e-542e-4157-b27d-6dd912dde6ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cd56b36e-542e-4157-b27d-6dd912dde6ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd56b36e-542e-4157-b27d-6dd912dde6ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-101126c9-1ea2-451a-bda2-0f6307718f5f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(254, 197, 38, 1);
}







  #s-101126c9-1ea2-451a-bda2-0f6307718f5f img.shogun-image {
    

    
    
    
  }


#s-101126c9-1ea2-451a-bda2-0f6307718f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-6a461a98-22bf-4045-b2b2-3f4908835fab {
  max-width: 150px;
}

#s-0cd0e7de-b238-47ab-a941-ebdfcd268eb1 {
  margin-top: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0cd0e7de-b238-47ab-a941-ebdfcd268eb1 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-f03f58d0-b0df-4f40-b742-0fd44354c4bf {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f03f58d0-b0df-4f40-b742-0fd44354c4bf .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-1baae027-f945-46cc-99c4-78aa83adfbf1 {
  box-shadow:1px 1px 15px 1px rgba(0, 0, 0, 0.5);
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1baae027-f945-46cc-99c4-78aa83adfbf1 {
  display: none;
}
#s-1baae027-f945-46cc-99c4-78aa83adfbf1, #wrap-s-1baae027-f945-46cc-99c4-78aa83adfbf1 { display:none !important; }}







#s-1baae027-f945-46cc-99c4-78aa83adfbf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1baae027-f945-46cc-99c4-78aa83adfbf1 {
  cursor: pointer;
}#s-1baae027-f945-46cc-99c4-78aa83adfbf1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fed19427-406e-4a40-bcd7-f8a520027a4a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-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: 8px;
text-align: center;
background-color: rgba(254, 197, 38, 1);
}







  #s-fed19427-406e-4a40-bcd7-f8a520027a4a img.shogun-image {
    

    
    
    
  }


#s-fed19427-406e-4a40-bcd7-f8a520027a4a .shogun-image-content {
  
    align-items: center;
  
}

#s-18737106-4d80-412e-8727-ba4a434bc5e2 {
  margin-left: 15px;
margin-right: 15px;
max-width: 170px;
}

#s-e5498724-1fbf-4a41-ae66-c3faf268ac84 {
  margin-top: 1em;
margin-left: 15px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e5498724-1fbf-4a41-ae66-c3faf268ac84 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-e8b178d4-8f35-4ce7-a5fd-7e8e768e9800 {
  margin-top: 1em;
margin-left: 15px;
margin-bottom: 1em;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e8b178d4-8f35-4ce7-a5fd-7e8e768e9800 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 {
  box-shadow:1px 1px 15px 1px rgba(0, 0, 0, 0.5);
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 16px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 {
  display: none;
}
#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7, #wrap-s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 {
  display: none;
}
#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7, #wrap-s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 {
  display: none;
}
#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7, #wrap-s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 { display:none !important; }}







#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7 {
  cursor: pointer;
}#s-181aa168-35b9-4ab0-9e6f-78a0fa8154d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dceab92f-1278-4e57-8431-d2fbc5fb6e4a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-dceab92f-1278-4e57-8431-d2fbc5fb6e4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-dceab92f-1278-4e57-8431-d2fbc5fb6e4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-dceab92f-1278-4e57-8431-d2fbc5fb6e4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-dceab92f-1278-4e57-8431-d2fbc5fb6e4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-813aee91-5af7-4bd9-a091-9fc29cd969e8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(254, 197, 38, 1);
}







  #s-813aee91-5af7-4bd9-a091-9fc29cd969e8 img.shogun-image {
    

    
    
    
  }


#s-813aee91-5af7-4bd9-a091-9fc29cd969e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-47330f36-e20c-4e1a-b615-449a060c0db0 {
  max-width: 150px;
}

#s-b2f4ba91-7a34-44e3-bfe6-91286608e578 {
  margin-top: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b2f4ba91-7a34-44e3-bfe6-91286608e578 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-6b5e06f5-21b6-414b-b62d-103cfec6320b {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6b5e06f5-21b6-414b-b62d-103cfec6320b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-c0a09055-afd8-4b35-8227-064aee73efef {
  margin-top: 0.5em;
margin-left: 6px;
margin-bottom: 0.5em;
margin-right: 6px;
padding-top: 15px;
padding-left: 6em;
padding-bottom: 15px;
padding-right: 6em;
border-radius: 8px;
max-width: 95%;
background-color: rgba(227, 56, 77, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c0a09055-afd8-4b35-8227-064aee73efef:hover {background-color: rgba(236, 77, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c0a09055-afd8-4b35-8227-064aee73efef:active {background-color: rgba(236, 77, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c0a09055-afd8-4b35-8227-064aee73efef {
  padding-left: 3em;
padding-right: 3em;
max-width: 100%;
}
}

  #s-c0a09055-afd8-4b35-8227-064aee73efef-root {
    text-align: center;
  }


#s-c0a09055-afd8-4b35-8227-064aee73efef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0a09055-afd8-4b35-8227-064aee73efef-root {
    text-align: center;
  }


#s-c0a09055-afd8-4b35-8227-064aee73efef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0a09055-afd8-4b35-8227-064aee73efef-root {
    text-align: center;
  }


#s-c0a09055-afd8-4b35-8227-064aee73efef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0a09055-afd8-4b35-8227-064aee73efef-root {
    text-align: center;
  }


#s-c0a09055-afd8-4b35-8227-064aee73efef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0a09055-afd8-4b35-8227-064aee73efef-root {
    text-align: center;
  }


#s-c0a09055-afd8-4b35-8227-064aee73efef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-e1768376-ca71-4b62-b8a0-cb500b6ad7b8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1280px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-d730b84e-95e1-49dd-8fae-77af7821b254 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10%;
padding-left: 4%;
padding-bottom: 10%;
padding-right: 4%;
min-height: 50px;
}

#s-d730b84e-95e1-49dd-8fae-77af7821b254 {
  background-image: url();
}








#s-d730b84e-95e1-49dd-8fae-77af7821b254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d730b84e-95e1-49dd-8fae-77af7821b254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91660f02-f804-4c13-8ce2-7a97ee822afe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-91660f02-f804-4c13-8ce2-7a97ee822afe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91660f02-f804-4c13-8ce2-7a97ee822afe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fe7dae9-de86-4283-9287-2d6b9ccf026f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35em;
text-align: left;
}

#s-8fe7dae9-de86-4283-9287-2d6b9ccf026f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-62be0bd1-a7eb-427b-b8c7-e61aa237dfac {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 35em;
text-align: left;
}

#s-62be0bd1-a7eb-427b-b8c7-e61aa237dfac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-b16a756b-f140-4075-9987-dd48c5c077b9 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 28em;
text-align: left;
}

#s-b16a756b-f140-4075-9987-dd48c5c077b9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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