.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-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: left center;
}

#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  background-image: url(https://i.shgcdn.com/9df82730-3a55-4dd7-b5c4-4323ec812c99/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f > .shg-box-overlay {
  background-color: rgba(3, 3, 3, 1);
  opacity: 0.25000000000000006;
}#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
  max-width: 300px;
aspect-ratio: 1200/628;
text-align: center;
}





  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image,
  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
    width: 100%;
    height: auto;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
    
    
  }


.s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shogun-image-content {
  
    align-items: center;
  
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
      --shg-aspect-ratio: calc(1200/628); 
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
      position: relative;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image,
  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
    width: 100%;
    height: auto;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
    
    
  }


.s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shogun-image-content {
  
    align-items: center;
  
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
      --shg-aspect-ratio: calc(1200/628); 
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
      position: relative;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image,
  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
    width: 100%;
    height: auto;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
    
    
  }


.s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shogun-image-content {
  
    align-items: center;
  
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
      --shg-aspect-ratio: calc(1200/628); 
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
      position: relative;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image,
  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
    width: 100%;
    height: auto;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
    
    
  }


.s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shogun-image-content {
  
    align-items: center;
  
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
      --shg-aspect-ratio: calc(1200/628); 
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
      position: relative;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image,
  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
    width: 100%;
    height: auto;
  }

  #s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
    
    
  }


.s-daed9a2e-19b3-4fb1-8510-b4532f9da283 .shogun-image-content {
  
    align-items: center;
  
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 {
      --shg-aspect-ratio: calc(1200/628); 
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container {
      position: relative;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed9a2e-19b3-4fb1-8510-b4532f9da283 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-e482dba0-41d4-45f8-8fb2-93221c758b53 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e482dba0-41d4-45f8-8fb2-93221c758b53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e482dba0-41d4-45f8-8fb2-93221c758b53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e482dba0-41d4-45f8-8fb2-93221c758b53 {
  
}
}@media (max-width: 767px){#s-e482dba0-41d4-45f8-8fb2-93221c758b53 {
  display: none;
}
#s-e482dba0-41d4-45f8-8fb2-93221c758b53, #wrap-s-e482dba0-41d4-45f8-8fb2-93221c758b53 { display: none !important; }}
#s-e482dba0-41d4-45f8-8fb2-93221c758b53 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-3db7c7a7-668a-4618-8293-1b860e9107e9 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-3db7c7a7-668a-4618-8293-1b860e9107e9 {
  display: none;
}
#s-3db7c7a7-668a-4618-8293-1b860e9107e9, #wrap-s-3db7c7a7-668a-4618-8293-1b860e9107e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3db7c7a7-668a-4618-8293-1b860e9107e9 {
  display: none;
}
#s-3db7c7a7-668a-4618-8293-1b860e9107e9, #wrap-s-3db7c7a7-668a-4618-8293-1b860e9107e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3db7c7a7-668a-4618-8293-1b860e9107e9 {
  display: none;
}
#s-3db7c7a7-668a-4618-8293-1b860e9107e9, #wrap-s-3db7c7a7-668a-4618-8293-1b860e9107e9 { display: none !important; }}@media (max-width: 767px){#s-3db7c7a7-668a-4618-8293-1b860e9107e9 {
  padding-top: 10px;
padding-bottom: 10px;
display: unset;
}
#s-3db7c7a7-668a-4618-8293-1b860e9107e9, #wrap-s-3db7c7a7-668a-4618-8293-1b860e9107e9 { display: unset !important; }}
#s-3db7c7a7-668a-4618-8293-1b860e9107e9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-72ef2459-1594-4df3-842b-23590f01ade1 {
  min-height: 50px;
}








#s-72ef2459-1594-4df3-842b-23590f01ade1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ef2459-1594-4df3-842b-23590f01ade1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cd32b33-1275-44db-8f5d-6c3698165fde {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(245, 244, 244, 1);
}
@media (max-width: 767px){#s-0cd32b33-1275-44db-8f5d-6c3698165fde {
  padding-top: 30px;
padding-bottom: 10px;
}
}







#s-0cd32b33-1275-44db-8f5d-6c3698165fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cd32b33-1275-44db-8f5d-6c3698165fde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb564b33-b6d3-44cc-b085-3ffe8906e354 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-eb564b33-b6d3-44cc-b085-3ffe8906e354 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb564b33-b6d3-44cc-b085-3ffe8906e354 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb564b33-b6d3-44cc-b085-3ffe8906e354 {
  
}
}@media (max-width: 767px){#s-eb564b33-b6d3-44cc-b085-3ffe8906e354 {
  display: unset;
}
#s-eb564b33-b6d3-44cc-b085-3ffe8906e354, #wrap-s-eb564b33-b6d3-44cc-b085-3ffe8906e354 { display: unset !important; }}
#s-eb564b33-b6d3-44cc-b085-3ffe8906e354 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-bcf57f15-c9c3-4281-8e76-aa15fcb95c38 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-bcf57f15-c9c3-4281-8e76-aa15fcb95c38"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bcf57f15-c9c3-4281-8e76-aa15fcb95c38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bcf57f15-c9c3-4281-8e76-aa15fcb95c38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcf57f15-c9c3-4281-8e76-aa15fcb95c38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image,
  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
    width: 100%;
    height: auto;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
    
    
  }


.s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
      position: relative;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image,
  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
    width: 100%;
    height: auto;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
    
    
  }


.s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
      position: relative;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image,
  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
    width: 100%;
    height: auto;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
    
    
  }


.s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
      position: relative;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image,
  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
    width: 100%;
    height: auto;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
    
    
  }


.s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
      position: relative;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image,
  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
    width: 100%;
    height: auto;
  }

  #s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
    
    
  }


.s-9fa7438e-254c-4606-a69b-f3486cfd7c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container {
      position: relative;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fa7438e-254c-4606-a69b-f3486cfd7c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-02fe4df5-e445-498b-a56d-d3e85f0754a0 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-02fe4df5-e445-498b-a56d-d3e85f0754a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02fe4df5-e445-498b-a56d-d3e85f0754a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02fe4df5-e445-498b-a56d-d3e85f0754a0 {
  
}
}@media (max-width: 767px){#s-02fe4df5-e445-498b-a56d-d3e85f0754a0 {
  display: unset;
}
#s-02fe4df5-e445-498b-a56d-d3e85f0754a0, #wrap-s-02fe4df5-e445-498b-a56d-d3e85f0754a0 { display: unset !important; }}
#s-02fe4df5-e445-498b-a56d-d3e85f0754a0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image,
  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
    width: 100%;
    height: auto;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
    
    
  }


.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
      position: relative;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image,
  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
    width: 100%;
    height: auto;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
    
    
  }


.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
      position: relative;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image,
  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
    width: 100%;
    height: auto;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
    
    
  }


.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
      position: relative;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image,
  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
    width: 100%;
    height: auto;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
    
    
  }


.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
      position: relative;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image,
  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
    width: 100%;
    height: auto;
  }

  #s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
    
    
  }


.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container {
      position: relative;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8782ea-fbdb-4a8c-a4d7-5cd6574b290d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474 {
  
}
}@media (max-width: 767px){#s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474 {
  display: unset;
}
#s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474, #wrap-s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474 { display: unset !important; }}
#s-8e0f0ecc-ece0-41bd-a6a8-c0135683a474 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
  margin-top: 20px;
}
}




  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image,
  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
    width: 100%;
    height: auto;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
    
    
  }


.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
      position: relative;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image,
  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
    width: 100%;
    height: auto;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
    
    
  }


.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
      position: relative;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image,
  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
    width: 100%;
    height: auto;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
    
    
  }


.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
      position: relative;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image,
  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
    width: 100%;
    height: auto;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
    
    
  }


.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
      position: relative;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image,
  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
    width: 100%;
    height: auto;
  }

  #s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
    
    
  }


.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb .shogun-image-content {
  
    align-items: center;
  
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container {
      position: relative;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b873b73f-c91c-40be-9f03-b4c1c0d8f1eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52 {
  
}
}@media (max-width: 767px){#s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52 {
  display: unset;
}
#s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52, #wrap-s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52 { display: unset !important; }}
#s-af16ab01-c7ec-407a-9ba7-9c6c9706ea52 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
  margin-top: 20px;
}
}




  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image,
  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
    width: 100%;
    height: auto;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
    
    
  }


.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shogun-image-content {
  
    align-items: center;
  
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
      position: relative;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image,
  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
    width: 100%;
    height: auto;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
    
    
  }


.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shogun-image-content {
  
    align-items: center;
  
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
      position: relative;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image,
  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
    width: 100%;
    height: auto;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
    
    
  }


.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shogun-image-content {
  
    align-items: center;
  
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
      position: relative;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image,
  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
    width: 100%;
    height: auto;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
    
    
  }


.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shogun-image-content {
  
    align-items: center;
  
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
      position: relative;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image,
  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
    width: 100%;
    height: auto;
  }

  #s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
    
    
  }


.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e .shogun-image-content {
  
    align-items: center;
  
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container {
      position: relative;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8fa89d5-cfc8-4468-b0b3-66f90a64740e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4 {
  margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4 {
  
}
}@media (max-width: 767px){#s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4 {
  display: unset;
}
#s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4, #wrap-s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4 { display: unset !important; }}
#s-1ff12840-d8ca-44c2-ae59-8c63f077f6e4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
  margin-top: 20px;
margin-bottom: 0px;
}
}




  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image,
  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
    width: 100%;
    height: auto;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
    
    
  }


.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
      position: relative;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image,
  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
    width: 100%;
    height: auto;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
    
    
  }


.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
      position: relative;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image,
  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
    width: 100%;
    height: auto;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
    
    
  }


.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
      position: relative;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image,
  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
    width: 100%;
    height: auto;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
    
    
  }


.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
      position: relative;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image,
  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
    width: 100%;
    height: auto;
  }

  #s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
    
    
  }


.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container {
      position: relative;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fe0f992-feb1-49e2-976d-9e8bb153fd94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-43140a06-f4b2-4e9d-8a34-d44346d9e707 {
  margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-43140a06-f4b2-4e9d-8a34-d44346d9e707 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43140a06-f4b2-4e9d-8a34-d44346d9e707 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43140a06-f4b2-4e9d-8a34-d44346d9e707 {
  
}
}@media (max-width: 767px){#s-43140a06-f4b2-4e9d-8a34-d44346d9e707 {
  display: unset;
}
#s-43140a06-f4b2-4e9d-8a34-d44346d9e707, #wrap-s-43140a06-f4b2-4e9d-8a34-d44346d9e707 { display: unset !important; }}
#s-43140a06-f4b2-4e9d-8a34-d44346d9e707 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
  margin-top: 20px;
}
}




  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image,
  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
    width: 100%;
    height: auto;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
    
    
  }


.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
      position: relative;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image,
  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
    width: 100%;
    height: auto;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
    
    
  }


.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
      position: relative;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image,
  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
    width: 100%;
    height: auto;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
    
    
  }


.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
      position: relative;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image,
  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
    width: 100%;
    height: auto;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
    
    
  }


.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
      position: relative;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image,
  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
    width: 100%;
    height: auto;
  }

  #s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
    
    
  }


.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container {
      position: relative;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca4fb08-011c-4e01-9afa-acfdfe29bcd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4c633513-9e6b-4d98-bfd3-cd61613229c9 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-4c633513-9e6b-4d98-bfd3-cd61613229c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c633513-9e6b-4d98-bfd3-cd61613229c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c633513-9e6b-4d98-bfd3-cd61613229c9 {
  
}
}@media (max-width: 767px){#s-4c633513-9e6b-4d98-bfd3-cd61613229c9 {
  display: unset;
}
#s-4c633513-9e6b-4d98-bfd3-cd61613229c9, #wrap-s-4c633513-9e6b-4d98-bfd3-cd61613229c9 { display: unset !important; }}
#s-4c633513-9e6b-4d98-bfd3-cd61613229c9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 {
  
}
}@media (max-width: 767px){#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 {
  display: unset;
}
#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474, #wrap-s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 { display: unset !important; }}
#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 .shogun-heading-component h4 {
  color: rgba(186, 2, 2, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


#s-5d24fae4-8ffc-4b3f-8e47-9bf4dd6e5474 .shogun-heading-component h4 a {
  color: rgba(186, 2, 2, 1);
}


#s-3569dc95-b278-4cf8-abf9-7bffe54e78b0 {
  text-align: left;
}

#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-262030a7-2b69-410c-a9d9-a7597dff5c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262030a7-2b69-410c-a9d9-a7597dff5c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f27152e5-14ef-4972-8634-e39372c2435e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea77cfca-2b8c-4863-b7ea-b1ae332af3df {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (max-width: 767px){#s-ea77cfca-2b8c-4863-b7ea-b1ae332af3df {
  margin-bottom: 30px;
}
}







#s-ea77cfca-2b8c-4863-b7ea-b1ae332af3df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea77cfca-2b8c-4863-b7ea-b1ae332af3df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 {
  min-height: 300px;
}
}







#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 {
  
}
}@media (max-width: 767px){#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 {
  display: none;
}
#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8, #wrap-s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 { display: none !important; }}
#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-510b9d57-0e45-455a-8689-f6c0cdb886a4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-510b9d57-0e45-455a-8689-f6c0cdb886a4 {
  display: none;
}
#s-510b9d57-0e45-455a-8689-f6c0cdb886a4, #wrap-s-510b9d57-0e45-455a-8689-f6c0cdb886a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-510b9d57-0e45-455a-8689-f6c0cdb886a4 {
  display: none;
}
#s-510b9d57-0e45-455a-8689-f6c0cdb886a4, #wrap-s-510b9d57-0e45-455a-8689-f6c0cdb886a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-510b9d57-0e45-455a-8689-f6c0cdb886a4 {
  display: none;
}
#s-510b9d57-0e45-455a-8689-f6c0cdb886a4, #wrap-s-510b9d57-0e45-455a-8689-f6c0cdb886a4 { display: none !important; }}
#s-510b9d57-0e45-455a-8689-f6c0cdb886a4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4ff62f0c-d602-4c7d-927b-38c35b6d3c82 {
  text-align: left;
}

#s-77940ca0-8490-4b0a-b760-86c15839064c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-77940ca0-8490-4b0a-b760-86c15839064c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-77940ca0-8490-4b0a-b760-86c15839064c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-77940ca0-8490-4b0a-b760-86c15839064c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77940ca0-8490-4b0a-b760-86c15839064c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a74d84f-d887-49d8-9afe-50e4c30b1ac8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4a74d84f-d887-49d8-9afe-50e4c30b1ac8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a74d84f-d887-49d8-9afe-50e4c30b1ac8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a74d84f-d887-49d8-9afe-50e4c30b1ac8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a74d84f-d887-49d8-9afe-50e4c30b1ac8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4a74d84f-d887-49d8-9afe-50e4c30b1ac8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a37dfaf5-cc14-4602-8f94-554a045a989b {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a37dfaf5-cc14-4602-8f94-554a045a989b {
  min-height: 360px;
}
}@media (max-width: 767px){#s-a37dfaf5-cc14-4602-8f94-554a045a989b {
  min-height: 300px;
}
}







#s-a37dfaf5-cc14-4602-8f94-554a045a989b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a37dfaf5-cc14-4602-8f94-554a045a989b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 {
  display: none;
}
#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80, #wrap-s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 { display: none !important; }}
#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-c544e1ed-026b-4c8d-9587-be187fc208d0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c544e1ed-026b-4c8d-9587-be187fc208d0 {
  display: none;
}
#s-c544e1ed-026b-4c8d-9587-be187fc208d0, #wrap-s-c544e1ed-026b-4c8d-9587-be187fc208d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c544e1ed-026b-4c8d-9587-be187fc208d0 {
  display: none;
}
#s-c544e1ed-026b-4c8d-9587-be187fc208d0, #wrap-s-c544e1ed-026b-4c8d-9587-be187fc208d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c544e1ed-026b-4c8d-9587-be187fc208d0 {
  display: none;
}
#s-c544e1ed-026b-4c8d-9587-be187fc208d0, #wrap-s-c544e1ed-026b-4c8d-9587-be187fc208d0 { display: none !important; }}
#s-c544e1ed-026b-4c8d-9587-be187fc208d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-c909214c-301b-468f-9d93-1a2278f1ea74 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c909214c-301b-468f-9d93-1a2278f1ea74 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-c909214c-301b-468f-9d93-1a2278f1ea74 {
  margin-top: 30px;
min-height: 300px;
}
}







#s-c909214c-301b-468f-9d93-1a2278f1ea74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c909214c-301b-468f-9d93-1a2278f1ea74 {
  cursor: pointer;
}#s-c909214c-301b-468f-9d93-1a2278f1ea74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f87ed894-35cc-4daa-b10d-0d6b22ffbb49 {
  text-align: left;
}

#s-53f5c2f8-05db-455c-9fc7-d9fb1a00a8fe {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-53f5c2f8-05db-455c-9fc7-d9fb1a00a8fe {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-53f5c2f8-05db-455c-9fc7-d9fb1a00a8fe {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-53f5c2f8-05db-455c-9fc7-d9fb1a00a8fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53f5c2f8-05db-455c-9fc7-d9fb1a00a8fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9265d3f1-9250-4d9a-9dba-c90a09de34ea {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9265d3f1-9250-4d9a-9dba-c90a09de34ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9265d3f1-9250-4d9a-9dba-c90a09de34ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9265d3f1-9250-4d9a-9dba-c90a09de34ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9265d3f1-9250-4d9a-9dba-c90a09de34ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b2735d5a-917e-411e-bd0d-2870e99e3f0e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2735d5a-917e-411e-bd0d-2870e99e3f0e {
  min-height: 360px;
}
}@media (max-width: 767px){#s-b2735d5a-917e-411e-bd0d-2870e99e3f0e {
  margin-bottom: 30px;
min-height: 300px;
}
}







#s-b2735d5a-917e-411e-bd0d-2870e99e3f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2735d5a-917e-411e-bd0d-2870e99e3f0e {
  cursor: pointer;
}#s-b2735d5a-917e-411e-bd0d-2870e99e3f0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6baf655d-ecbd-4b6f-8c64-323c13ceeb12 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6baf655d-ecbd-4b6f-8c64-323c13ceeb12 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-6baf655d-ecbd-4b6f-8c64-323c13ceeb12 {
  min-height: 300px;
}
}







#s-6baf655d-ecbd-4b6f-8c64-323c13ceeb12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6baf655d-ecbd-4b6f-8c64-323c13ceeb12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c895a5c3-303c-4466-97c0-2ef523c0f321 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c895a5c3-303c-4466-97c0-2ef523c0f321 {
  display: none;
}
#s-c895a5c3-303c-4466-97c0-2ef523c0f321, #wrap-s-c895a5c3-303c-4466-97c0-2ef523c0f321 { display: none !important; }}
#s-c895a5c3-303c-4466-97c0-2ef523c0f321 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-e0cd35b8-ca93-4d20-8921-96b35dab9786 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e0cd35b8-ca93-4d20-8921-96b35dab9786 {
  display: none;
}
#s-e0cd35b8-ca93-4d20-8921-96b35dab9786, #wrap-s-e0cd35b8-ca93-4d20-8921-96b35dab9786 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0cd35b8-ca93-4d20-8921-96b35dab9786 {
  display: none;
}
#s-e0cd35b8-ca93-4d20-8921-96b35dab9786, #wrap-s-e0cd35b8-ca93-4d20-8921-96b35dab9786 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0cd35b8-ca93-4d20-8921-96b35dab9786 {
  display: none;
}
#s-e0cd35b8-ca93-4d20-8921-96b35dab9786, #wrap-s-e0cd35b8-ca93-4d20-8921-96b35dab9786 { display: none !important; }}
#s-e0cd35b8-ca93-4d20-8921-96b35dab9786 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-7cc7ea49-443c-4990-a85e-2f9a93db59fb {
  text-align: left;
}

#s-0c313b24-adbd-42bc-906d-b2b490f558cb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0c313b24-adbd-42bc-906d-b2b490f558cb {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0c313b24-adbd-42bc-906d-b2b490f558cb {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-0c313b24-adbd-42bc-906d-b2b490f558cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c313b24-adbd-42bc-906d-b2b490f558cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5811c13-c086-4a1b-ab1d-821aa95913aa {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a5811c13-c086-4a1b-ab1d-821aa95913aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5811c13-c086-4a1b-ab1d-821aa95913aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5811c13-c086-4a1b-ab1d-821aa95913aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5811c13-c086-4a1b-ab1d-821aa95913aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a5811c13-c086-4a1b-ab1d-821aa95913aa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e173366f-cce6-4e41-91d4-89c73d599dbf {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e173366f-cce6-4e41-91d4-89c73d599dbf {
  min-height: 360px;
}
}@media (max-width: 767px){#s-e173366f-cce6-4e41-91d4-89c73d599dbf {
  min-height: 300px;
}
}







#s-e173366f-cce6-4e41-91d4-89c73d599dbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e173366f-cce6-4e41-91d4-89c73d599dbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4543e6a5-7eca-4448-83fb-fbd1e97239ef {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4543e6a5-7eca-4448-83fb-fbd1e97239ef {
  display: none;
}
#s-4543e6a5-7eca-4448-83fb-fbd1e97239ef, #wrap-s-4543e6a5-7eca-4448-83fb-fbd1e97239ef { display: none !important; }}
#s-4543e6a5-7eca-4448-83fb-fbd1e97239ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-30f3a743-7bfe-448a-8f99-09d9726d59f0 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-30f3a743-7bfe-448a-8f99-09d9726d59f0 {
  display: none;
}
#s-30f3a743-7bfe-448a-8f99-09d9726d59f0, #wrap-s-30f3a743-7bfe-448a-8f99-09d9726d59f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30f3a743-7bfe-448a-8f99-09d9726d59f0 {
  display: none;
}
#s-30f3a743-7bfe-448a-8f99-09d9726d59f0, #wrap-s-30f3a743-7bfe-448a-8f99-09d9726d59f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30f3a743-7bfe-448a-8f99-09d9726d59f0 {
  display: none;
}
#s-30f3a743-7bfe-448a-8f99-09d9726d59f0, #wrap-s-30f3a743-7bfe-448a-8f99-09d9726d59f0 { display: none !important; }}
#s-30f3a743-7bfe-448a-8f99-09d9726d59f0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-bc0c4534-205f-49b9-b0dd-3ea8e11cc633 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc0c4534-205f-49b9-b0dd-3ea8e11cc633 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-bc0c4534-205f-49b9-b0dd-3ea8e11cc633 {
  margin-top: 30px;
min-height: 300px;
}
}







#s-bc0c4534-205f-49b9-b0dd-3ea8e11cc633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0c4534-205f-49b9-b0dd-3ea8e11cc633 {
  cursor: pointer;
}#s-bc0c4534-205f-49b9-b0dd-3ea8e11cc633.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c568c60f-2bea-43e0-b4e3-7470eb171a45 {
  text-align: left;
}

#s-0de23e3b-5b95-46ec-8d8d-890d20b165eb {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0de23e3b-5b95-46ec-8d8d-890d20b165eb {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0de23e3b-5b95-46ec-8d8d-890d20b165eb {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-0de23e3b-5b95-46ec-8d8d-890d20b165eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de23e3b-5b95-46ec-8d8d-890d20b165eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39837158-577c-43ec-957a-166fd6efcbf1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-39837158-577c-43ec-957a-166fd6efcbf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39837158-577c-43ec-957a-166fd6efcbf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39837158-577c-43ec-957a-166fd6efcbf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39837158-577c-43ec-957a-166fd6efcbf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04b1a5f2-c7bf-4b2b-bb75-dcd1c40f1a0b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-04b1a5f2-c7bf-4b2b-bb75-dcd1c40f1a0b {
  min-height: 360px;
}
}@media (max-width: 767px){#s-04b1a5f2-c7bf-4b2b-bb75-dcd1c40f1a0b {
  margin-bottom: 30px;
min-height: 300px;
}
}







#s-04b1a5f2-c7bf-4b2b-bb75-dcd1c40f1a0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04b1a5f2-c7bf-4b2b-bb75-dcd1c40f1a0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c631de52-f689-4ec3-96c5-480247103b22 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c631de52-f689-4ec3-96c5-480247103b22 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-c631de52-f689-4ec3-96c5-480247103b22 {
  min-height: 300px;
}
}







#s-c631de52-f689-4ec3-96c5-480247103b22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c631de52-f689-4ec3-96c5-480247103b22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a08224c-8fbf-4730-8512-b9344a62d989 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7a08224c-8fbf-4730-8512-b9344a62d989 {
  display: none;
}
#s-7a08224c-8fbf-4730-8512-b9344a62d989, #wrap-s-7a08224c-8fbf-4730-8512-b9344a62d989 { display: none !important; }}
#s-7a08224c-8fbf-4730-8512-b9344a62d989 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b {
  display: none;
}
#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b, #wrap-s-b6526f6e-60f6-41a4-9f24-b98a13f2808b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b {
  display: none;
}
#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b, #wrap-s-b6526f6e-60f6-41a4-9f24-b98a13f2808b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b {
  display: none;
}
#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b, #wrap-s-b6526f6e-60f6-41a4-9f24-b98a13f2808b { display: none !important; }}
#s-b6526f6e-60f6-41a4-9f24-b98a13f2808b .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-7d2ea51d-4d5c-43db-8f6a-ba217317fe3f {
  text-align: left;
}

#s-d00fa8f8-903e-4c58-9878-c44b24983a17 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d00fa8f8-903e-4c58-9878-c44b24983a17 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d00fa8f8-903e-4c58-9878-c44b24983a17 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-d00fa8f8-903e-4c58-9878-c44b24983a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d00fa8f8-903e-4c58-9878-c44b24983a17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbb08ef1-4bdd-422c-bb4c-386f9df5bbb7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-dbb08ef1-4bdd-422c-bb4c-386f9df5bbb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbb08ef1-4bdd-422c-bb4c-386f9df5bbb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbb08ef1-4bdd-422c-bb4c-386f9df5bbb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbb08ef1-4bdd-422c-bb4c-386f9df5bbb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dbb08ef1-4bdd-422c-bb4c-386f9df5bbb7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b6bfe251-a398-4dc6-acf4-37154f9a1f34 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6bfe251-a398-4dc6-acf4-37154f9a1f34 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-b6bfe251-a398-4dc6-acf4-37154f9a1f34 {
  min-height: 300px;
}
}







#s-b6bfe251-a398-4dc6-acf4-37154f9a1f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6bfe251-a398-4dc6-acf4-37154f9a1f34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5115e300-3865-456b-8660-e693ab171c11 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5115e300-3865-456b-8660-e693ab171c11 {
  display: none;
}
#s-5115e300-3865-456b-8660-e693ab171c11, #wrap-s-5115e300-3865-456b-8660-e693ab171c11 { display: none !important; }}
#s-5115e300-3865-456b-8660-e693ab171c11 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-c2496f3c-701c-4982-a28c-6de8a5686f8b {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c2496f3c-701c-4982-a28c-6de8a5686f8b {
  display: none;
}
#s-c2496f3c-701c-4982-a28c-6de8a5686f8b, #wrap-s-c2496f3c-701c-4982-a28c-6de8a5686f8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2496f3c-701c-4982-a28c-6de8a5686f8b {
  display: none;
}
#s-c2496f3c-701c-4982-a28c-6de8a5686f8b, #wrap-s-c2496f3c-701c-4982-a28c-6de8a5686f8b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2496f3c-701c-4982-a28c-6de8a5686f8b {
  display: none;
}
#s-c2496f3c-701c-4982-a28c-6de8a5686f8b, #wrap-s-c2496f3c-701c-4982-a28c-6de8a5686f8b { display: none !important; }}
#s-c2496f3c-701c-4982-a28c-6de8a5686f8b .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-8a0d6db1-d7a3-4c17-90d2-49c9f6ae6315 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a0d6db1-d7a3-4c17-90d2-49c9f6ae6315 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-8a0d6db1-d7a3-4c17-90d2-49c9f6ae6315 {
  margin-top: 30px;
min-height: 300px;
}
}







#s-8a0d6db1-d7a3-4c17-90d2-49c9f6ae6315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a0d6db1-d7a3-4c17-90d2-49c9f6ae6315 {
  cursor: pointer;
}#s-8a0d6db1-d7a3-4c17-90d2-49c9f6ae6315.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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