.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-aeeb4298-298c-4f20-8dc1-4ae3dc599dc5 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aeeb4298-298c-4f20-8dc1-4ae3dc599dc5 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-aeeb4298-298c-4f20-8dc1-4ae3dc599dc5 {
  margin-left: 3%;
margin-right: 1%;
}
}







#s-aeeb4298-298c-4f20-8dc1-4ae3dc599dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeeb4298-298c-4f20-8dc1-4ae3dc599dc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-a52416e5-bca3-403b-96ab-86bf60e6e16f {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a52416e5-bca3-403b-96ab-86bf60e6e16f {
  display: none;
}
#s-a52416e5-bca3-403b-96ab-86bf60e6e16f, #wrap-s-a52416e5-bca3-403b-96ab-86bf60e6e16f { display: none !important; }}@media (max-width: 767px){#s-a52416e5-bca3-403b-96ab-86bf60e6e16f {
  display: none;
}
#s-a52416e5-bca3-403b-96ab-86bf60e6e16f, #wrap-s-a52416e5-bca3-403b-96ab-86bf60e6e16f { display: none !important; }}
#s-a52416e5-bca3-403b-96ab-86bf60e6e16f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a52416e5-bca3-403b-96ab-86bf60e6e16f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a52416e5-bca3-403b-96ab-86bf60e6e16f td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a52416e5-bca3-403b-96ab-86bf60e6e16f td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-a52416e5-bca3-403b-96ab-86bf60e6e16f td.shogun-table-column, #s-a52416e5-bca3-403b-96ab-86bf60e6e16f td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

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

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

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

@media (min-width: 0px) {
[id="s-f2fa4cf2-6d4d-4a11-aa62-7fc0a68aebbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2fa4cf2-6d4d-4a11-aa62-7fc0a68aebbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2fa4cf2-6d4d-4a11-aa62-7fc0a68aebbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2fa4cf2-6d4d-4a11-aa62-7fc0a68aebbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2fa4cf2-6d4d-4a11-aa62-7fc0a68aebbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2fa4cf2-6d4d-4a11-aa62-7fc0a68aebbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f2fa4cf2-6d4d-4a11-aa62-7fc0a68aebbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image,
  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
    width: 100%;
    height: auto;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
    
    
  }


.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
      position: relative;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image,
  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
    width: 100%;
    height: auto;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
    
    
  }


.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
      position: relative;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image,
  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
    width: 100%;
    height: auto;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
    
    
  }


.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
      position: relative;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image,
  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
    width: 100%;
    height: auto;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
    
    
  }


.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
      position: relative;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image,
  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
    width: 100%;
    height: auto;
  }

  #s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
    
    
  }


.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container {
      position: relative;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb5e8400-d4fd-42ef-9c66-b4977fd65931 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-b13344f6-92b3-4818-9c9a-eff93ac71300 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-b13344f6-92b3-4818-9c9a-eff93ac71300 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-56a2502c-a62d-4e91-a749-4a92a1d9e154"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56a2502c-a62d-4e91-a749-4a92a1d9e154"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-56a2502c-a62d-4e91-a749-4a92a1d9e154"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56a2502c-a62d-4e91-a749-4a92a1d9e154"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-56a2502c-a62d-4e91-a749-4a92a1d9e154"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56a2502c-a62d-4e91-a749-4a92a1d9e154"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-56a2502c-a62d-4e91-a749-4a92a1d9e154"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
  max-width: 250px;
aspect-ratio: 250/160;
text-align: center;
}





  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image,
  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
    width: 100%;
    height: auto;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
    
    
  }


.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shogun-image-content {
  
    align-items: center;
  
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
      position: relative;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image,
  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
    width: 100%;
    height: auto;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
    
    
  }


.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shogun-image-content {
  
    align-items: center;
  
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
      position: relative;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image,
  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
    width: 100%;
    height: auto;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
    
    
  }


.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shogun-image-content {
  
    align-items: center;
  
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
      position: relative;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image,
  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
    width: 100%;
    height: auto;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
    
    
  }


.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shogun-image-content {
  
    align-items: center;
  
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
      position: relative;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image,
  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
    width: 100%;
    height: auto;
  }

  #s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
    
    
  }


.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd .shogun-image-content {
  
    align-items: center;
  
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container {
      position: relative;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21a744b9-3736-4a8b-a8eb-6243dcde5cdd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bd20518c-db1d-4996-bb95-ae32df6b0a54 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-bd20518c-db1d-4996-bb95-ae32df6b0a54 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-69d26dee-6375-4d58-8cfb-1b00fcbaa79a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69d26dee-6375-4d58-8cfb-1b00fcbaa79a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69d26dee-6375-4d58-8cfb-1b00fcbaa79a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69d26dee-6375-4d58-8cfb-1b00fcbaa79a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69d26dee-6375-4d58-8cfb-1b00fcbaa79a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69d26dee-6375-4d58-8cfb-1b00fcbaa79a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69d26dee-6375-4d58-8cfb-1b00fcbaa79a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-978df501-62d1-435b-8107-ddfc30964922 {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image,
  #s-978df501-62d1-435b-8107-ddfc30964922 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 {
    width: 100%;
    height: auto;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
    
    
  }


.s-978df501-62d1-435b-8107-ddfc30964922 .shogun-image-content {
  
    align-items: center;
  
}

.s-978df501-62d1-435b-8107-ddfc30964922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-978df501-62d1-435b-8107-ddfc30964922 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
      position: relative;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image,
  #s-978df501-62d1-435b-8107-ddfc30964922 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 {
    width: 100%;
    height: auto;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
    
    
  }


.s-978df501-62d1-435b-8107-ddfc30964922 .shogun-image-content {
  
    align-items: center;
  
}

.s-978df501-62d1-435b-8107-ddfc30964922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-978df501-62d1-435b-8107-ddfc30964922 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
      position: relative;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image,
  #s-978df501-62d1-435b-8107-ddfc30964922 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 {
    width: 100%;
    height: auto;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
    
    
  }


.s-978df501-62d1-435b-8107-ddfc30964922 .shogun-image-content {
  
    align-items: center;
  
}

.s-978df501-62d1-435b-8107-ddfc30964922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-978df501-62d1-435b-8107-ddfc30964922 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
      position: relative;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image,
  #s-978df501-62d1-435b-8107-ddfc30964922 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 {
    width: 100%;
    height: auto;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
    
    
  }


.s-978df501-62d1-435b-8107-ddfc30964922 .shogun-image-content {
  
    align-items: center;
  
}

.s-978df501-62d1-435b-8107-ddfc30964922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-978df501-62d1-435b-8107-ddfc30964922 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
      position: relative;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image,
  #s-978df501-62d1-435b-8107-ddfc30964922 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 {
    width: 100%;
    height: auto;
  }

  #s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
    
    
  }


.s-978df501-62d1-435b-8107-ddfc30964922 .shogun-image-content {
  
    align-items: center;
  
}

.s-978df501-62d1-435b-8107-ddfc30964922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978df501-62d1-435b-8107-ddfc30964922.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-978df501-62d1-435b-8107-ddfc30964922 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container {
      position: relative;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-978df501-62d1-435b-8107-ddfc30964922.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-978df501-62d1-435b-8107-ddfc30964922 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1677a333-e7d7-4c0d-bc34-3651b7268eb7 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-1677a333-e7d7-4c0d-bc34-3651b7268eb7 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-58b2bee0-b4c6-43a5-8eb8-c40a46c496d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58b2bee0-b4c6-43a5-8eb8-c40a46c496d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58b2bee0-b4c6-43a5-8eb8-c40a46c496d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58b2bee0-b4c6-43a5-8eb8-c40a46c496d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58b2bee0-b4c6-43a5-8eb8-c40a46c496d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58b2bee0-b4c6-43a5-8eb8-c40a46c496d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58b2bee0-b4c6-43a5-8eb8-c40a46c496d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image,
  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
    width: 100%;
    height: auto;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
    
    
  }


.s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
      position: relative;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image,
  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
    width: 100%;
    height: auto;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
    
    
  }


.s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
      position: relative;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image,
  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
    width: 100%;
    height: auto;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
    
    
  }


.s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
      position: relative;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image,
  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
    width: 100%;
    height: auto;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
    
    
  }


.s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
      position: relative;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image,
  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
    width: 100%;
    height: auto;
  }

  #s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
    
    
  }


.s-c2a04489-a6d6-4461-b8e9-60b869c0d452 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container {
      position: relative;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2a04489-a6d6-4461-b8e9-60b869c0d452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c3498324-59d7-43a6-bf9d-decd76bdd4d8 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-c3498324-59d7-43a6-bf9d-decd76bdd4d8 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-47e48d81-89e5-41ef-b6c8-94cb574428a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47e48d81-89e5-41ef-b6c8-94cb574428a2 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0a56041f-37c8-42ad-a437-50908d8fdfd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a56041f-37c8-42ad-a437-50908d8fdfd5 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-08ccf6a3-e836-4f5c-b8ba-def6646969bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08ccf6a3-e836-4f5c-b8ba-def6646969bf .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ff0dc05e-7d20-4245-ab3f-ad5e4701e872 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff0dc05e-7d20-4245-ab3f-ad5e4701e872 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cc77181d-6460-4d9d-adde-0eb936675138 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-cc77181d-6460-4d9d-adde-0eb936675138"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc77181d-6460-4d9d-adde-0eb936675138"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc77181d-6460-4d9d-adde-0eb936675138"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc77181d-6460-4d9d-adde-0eb936675138"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc77181d-6460-4d9d-adde-0eb936675138"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc77181d-6460-4d9d-adde-0eb936675138"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cc77181d-6460-4d9d-adde-0eb936675138"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image,
  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
    width: 100%;
    height: auto;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
    
    
  }


.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
      position: relative;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image,
  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
    width: 100%;
    height: auto;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
    
    
  }


.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
      position: relative;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image,
  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
    width: 100%;
    height: auto;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
    
    
  }


.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
      position: relative;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image,
  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
    width: 100%;
    height: auto;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
    
    
  }


.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
      position: relative;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image,
  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
    width: 100%;
    height: auto;
  }

  #s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
    
    
  }


.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container {
      position: relative;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25e1e019-4e48-4bb1-a19c-c1865b1913d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bf5e5009-82b9-4561-8df8-7bb65549f2a5 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-bf5e5009-82b9-4561-8df8-7bb65549f2a5 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-02c19e44-2d0f-4b97-8a34-1473c8a6c026 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-02c19e44-2d0f-4b97-8a34-1473c8a6c026"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02c19e44-2d0f-4b97-8a34-1473c8a6c026"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-02c19e44-2d0f-4b97-8a34-1473c8a6c026"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02c19e44-2d0f-4b97-8a34-1473c8a6c026"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-02c19e44-2d0f-4b97-8a34-1473c8a6c026"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02c19e44-2d0f-4b97-8a34-1473c8a6c026"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-02c19e44-2d0f-4b97-8a34-1473c8a6c026"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
  margin-left: 15%;
margin-right: 15%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image,
  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
    width: 100%;
    height: auto;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
    
    
  }


.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
      position: relative;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image,
  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
    width: 100%;
    height: auto;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
    
    
  }


.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
      position: relative;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image,
  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
    width: 100%;
    height: auto;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
    
    
  }


.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
      position: relative;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image,
  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
    width: 100%;
    height: auto;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
    
    
  }


.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
      position: relative;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image,
  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
    width: 100%;
    height: auto;
  }

  #s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
    
    
  }


.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container {
      position: relative;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b60118-5b97-4b71-abe8-b7eefcfba1e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c4202382-cc6e-454c-a447-d4c6ded1bc81 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-c4202382-cc6e-454c-a447-d4c6ded1bc81 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-c77f0de8-061a-481c-b43e-dcf12825e4d2 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-c77f0de8-061a-481c-b43e-dcf12825e4d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c77f0de8-061a-481c-b43e-dcf12825e4d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c77f0de8-061a-481c-b43e-dcf12825e4d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c77f0de8-061a-481c-b43e-dcf12825e4d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c77f0de8-061a-481c-b43e-dcf12825e4d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c77f0de8-061a-481c-b43e-dcf12825e4d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c77f0de8-061a-481c-b43e-dcf12825e4d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image,
  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
    width: 100%;
    height: auto;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
    
    
  }


.s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
      position: relative;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image,
  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
    width: 100%;
    height: auto;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
    
    
  }


.s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
      position: relative;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image,
  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
    width: 100%;
    height: auto;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
    
    
  }


.s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
      position: relative;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image,
  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
    width: 100%;
    height: auto;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
    
    
  }


.s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
      position: relative;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image,
  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
    width: 100%;
    height: auto;
  }

  #s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
    
    
  }


.s-7e0627c5-199b-4816-82a8-d4dc20c74267 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container {
      position: relative;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e0627c5-199b-4816-82a8-d4dc20c74267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1b905bba-04d4-49be-916a-ad51169b9184 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-1b905bba-04d4-49be-916a-ad51169b9184 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-8105341b-560a-44e3-a147-06e97a85ba66 {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-8105341b-560a-44e3-a147-06e97a85ba66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8105341b-560a-44e3-a147-06e97a85ba66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8105341b-560a-44e3-a147-06e97a85ba66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8105341b-560a-44e3-a147-06e97a85ba66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8105341b-560a-44e3-a147-06e97a85ba66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8105341b-560a-44e3-a147-06e97a85ba66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8105341b-560a-44e3-a147-06e97a85ba66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image,
  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
    width: 100%;
    height: auto;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
    
    
  }


.s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
      position: relative;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image,
  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
    width: 100%;
    height: auto;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
    
    
  }


.s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
      position: relative;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image,
  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
    width: 100%;
    height: auto;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
    
    
  }


.s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
      position: relative;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image,
  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
    width: 100%;
    height: auto;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
    
    
  }


.s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
      position: relative;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image,
  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
    width: 100%;
    height: auto;
  }

  #s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
    
    
  }


.s-b94c07b6-727a-4e59-8a28-c12934e6d67d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container {
      position: relative;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b94c07b6-727a-4e59-8a28-c12934e6d67d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c3ee69b8-f4b3-41bb-b260-4d88465dfa34 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-c3ee69b8-f4b3-41bb-b260-4d88465dfa34 .shogun-heading-component h5 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-247d9f58-f1a7-418e-95f4-f47f03021dfa {
  margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-247d9f58-f1a7-418e-95f4-f47f03021dfa {
  display: none;
}
#s-247d9f58-f1a7-418e-95f4-f47f03021dfa, #wrap-s-247d9f58-f1a7-418e-95f4-f47f03021dfa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-247d9f58-f1a7-418e-95f4-f47f03021dfa {
  display: none;
}
#s-247d9f58-f1a7-418e-95f4-f47f03021dfa, #wrap-s-247d9f58-f1a7-418e-95f4-f47f03021dfa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-247d9f58-f1a7-418e-95f4-f47f03021dfa {
  margin-left: 15%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-247d9f58-f1a7-418e-95f4-f47f03021dfa {
  margin-left: 0%;
}
}







#s-247d9f58-f1a7-418e-95f4-f47f03021dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-247d9f58-f1a7-418e-95f4-f47f03021dfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e {
  display: none;
}
#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e, #wrap-s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e {
  display: none;
}
#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e, #wrap-s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e { display: none !important; }}
#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e td.shogun-table-column, #s-6ca1a545-cdb2-4ca8-b670-03cc1c59248e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-2d0df5db-102f-434c-b61b-f7bd7dfcdc2b {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-2d0df5db-102f-434c-b61b-f7bd7dfcdc2b .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-2d0df5db-102f-434c-b61b-f7bd7dfcdc2b .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-c0d1bc48-c471-420f-929d-6210980f0eb9 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-c0d1bc48-c471-420f-929d-6210980f0eb9 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-c0d1bc48-c471-420f-929d-6210980f0eb9 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-eb53813e-b7bd-46bf-9c24-a6a67d771ee5 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-eb53813e-b7bd-46bf-9c24-a6a67d771ee5 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-eb53813e-b7bd-46bf-9c24-a6a67d771ee5 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
  margin-left: 5%;
margin-right: 5%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image,
  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
    width: 100%;
    height: auto;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
    
    
  }


.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
      position: relative;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image,
  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
    width: 100%;
    height: auto;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
    
    
  }


.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
      position: relative;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image,
  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
    width: 100%;
    height: auto;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
    
    
  }


.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
      position: relative;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image,
  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
    width: 100%;
    height: auto;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
    
    
  }


.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
      position: relative;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image,
  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
    width: 100%;
    height: auto;
  }

  #s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
    
    
  }


.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c .shogun-image-content {
  
    align-items: center;
  
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container {
      position: relative;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cf32dcf-83b6-4e20-ac5e-63ea5b88571c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-389e0499-f342-4d37-90fe-706a3ab67c41 {
  margin-left: 5%;
margin-right: 5%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image,
  #s-389e0499-f342-4d37-90fe-706a3ab67c41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 {
    width: 100%;
    height: auto;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
    
    
  }


.s-389e0499-f342-4d37-90fe-706a3ab67c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389e0499-f342-4d37-90fe-706a3ab67c41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
      position: relative;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image,
  #s-389e0499-f342-4d37-90fe-706a3ab67c41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 {
    width: 100%;
    height: auto;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
    
    
  }


.s-389e0499-f342-4d37-90fe-706a3ab67c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389e0499-f342-4d37-90fe-706a3ab67c41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
      position: relative;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image,
  #s-389e0499-f342-4d37-90fe-706a3ab67c41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 {
    width: 100%;
    height: auto;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
    
    
  }


.s-389e0499-f342-4d37-90fe-706a3ab67c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389e0499-f342-4d37-90fe-706a3ab67c41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
      position: relative;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image,
  #s-389e0499-f342-4d37-90fe-706a3ab67c41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 {
    width: 100%;
    height: auto;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
    
    
  }


.s-389e0499-f342-4d37-90fe-706a3ab67c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389e0499-f342-4d37-90fe-706a3ab67c41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
      position: relative;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image,
  #s-389e0499-f342-4d37-90fe-706a3ab67c41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 {
    width: 100%;
    height: auto;
  }

  #s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
    
    
  }


.s-389e0499-f342-4d37-90fe-706a3ab67c41 .shogun-image-content {
  
    align-items: center;
  
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389e0499-f342-4d37-90fe-706a3ab67c41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container {
      position: relative;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389e0499-f342-4d37-90fe-706a3ab67c41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
  margin-left: 5%;
margin-right: 5%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image,
  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
    width: 100%;
    height: auto;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
    
    
  }


.s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shogun-image-content {
  
    align-items: center;
  
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
      position: relative;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image,
  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
    width: 100%;
    height: auto;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
    
    
  }


.s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shogun-image-content {
  
    align-items: center;
  
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
      position: relative;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image,
  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
    width: 100%;
    height: auto;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
    
    
  }


.s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shogun-image-content {
  
    align-items: center;
  
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
      position: relative;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image,
  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
    width: 100%;
    height: auto;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
    
    
  }


.s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shogun-image-content {
  
    align-items: center;
  
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
      position: relative;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image,
  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
    width: 100%;
    height: auto;
  }

  #s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
    
    
  }


.s-5c053781-e0b8-40a6-8ba5-f0c95977214d .shogun-image-content {
  
    align-items: center;
  
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container {
      position: relative;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c053781-e0b8-40a6-8ba5-f0c95977214d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e6306d6f-b94d-4f1f-9440-dd57cddc8263 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-e6306d6f-b94d-4f1f-9440-dd57cddc8263 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e6306d6f-b94d-4f1f-9440-dd57cddc8263 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
  margin-left: 5%;
margin-right: 5%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image,
  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
    width: 100%;
    height: auto;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
    
    
  }


.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shogun-image-content {
  
    align-items: center;
  
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
      position: relative;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image,
  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
    width: 100%;
    height: auto;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
    
    
  }


.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shogun-image-content {
  
    align-items: center;
  
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
      position: relative;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image,
  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
    width: 100%;
    height: auto;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
    
    
  }


.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shogun-image-content {
  
    align-items: center;
  
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
      position: relative;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image,
  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
    width: 100%;
    height: auto;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
    
    
  }


.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shogun-image-content {
  
    align-items: center;
  
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
      position: relative;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image,
  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
    width: 100%;
    height: auto;
  }

  #s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
    
    
  }


.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e .shogun-image-content {
  
    align-items: center;
  
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container {
      position: relative;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cf3252-8311-4eb3-a81b-d1d3d3c3527e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3f5131ec-fdfc-4ef9-b3d0-b79a48d85d5c {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-3f5131ec-fdfc-4ef9-b3d0-b79a48d85d5c .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-3f5131ec-fdfc-4ef9-b3d0-b79a48d85d5c .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-1ad17521-4161-4018-a778-efadfd942628 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-1ad17521-4161-4018-a778-efadfd942628 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-1ad17521-4161-4018-a778-efadfd942628 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-da8edd29-3eca-432e-801c-528b22c942ab {
  margin-left: 5%;
margin-right: 5%;
max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image,
  #s-da8edd29-3eca-432e-801c-528b22c942ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab {
    width: 100%;
    height: auto;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
    
    
  }


.s-da8edd29-3eca-432e-801c-528b22c942ab .shogun-image-content {
  
    align-items: center;
  
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da8edd29-3eca-432e-801c-528b22c942ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
      position: relative;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image,
  #s-da8edd29-3eca-432e-801c-528b22c942ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab {
    width: 100%;
    height: auto;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
    
    
  }


.s-da8edd29-3eca-432e-801c-528b22c942ab .shogun-image-content {
  
    align-items: center;
  
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da8edd29-3eca-432e-801c-528b22c942ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
      position: relative;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image,
  #s-da8edd29-3eca-432e-801c-528b22c942ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab {
    width: 100%;
    height: auto;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
    
    
  }


.s-da8edd29-3eca-432e-801c-528b22c942ab .shogun-image-content {
  
    align-items: center;
  
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da8edd29-3eca-432e-801c-528b22c942ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
      position: relative;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image,
  #s-da8edd29-3eca-432e-801c-528b22c942ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab {
    width: 100%;
    height: auto;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
    
    
  }


.s-da8edd29-3eca-432e-801c-528b22c942ab .shogun-image-content {
  
    align-items: center;
  
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da8edd29-3eca-432e-801c-528b22c942ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
      position: relative;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image,
  #s-da8edd29-3eca-432e-801c-528b22c942ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab {
    width: 100%;
    height: auto;
  }

  #s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
    
    
  }


.s-da8edd29-3eca-432e-801c-528b22c942ab .shogun-image-content {
  
    align-items: center;
  
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da8edd29-3eca-432e-801c-528b22c942ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container {
      position: relative;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da8edd29-3eca-432e-801c-528b22c942ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
  margin-left: 5%;
margin-right: 5%;
max-width: 250px;
aspect-ratio: 250/156;
text-align: center;
}





  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image,
  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
    width: 100%;
    height: auto;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
    
    
  }


.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shogun-image-content {
  
    align-items: center;
  
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
      --shg-aspect-ratio: calc(250/156); 
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
      position: relative;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image,
  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
    width: 100%;
    height: auto;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
    
    
  }


.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shogun-image-content {
  
    align-items: center;
  
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
      --shg-aspect-ratio: calc(250/156); 
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
      position: relative;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image,
  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
    width: 100%;
    height: auto;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
    
    
  }


.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shogun-image-content {
  
    align-items: center;
  
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
      --shg-aspect-ratio: calc(250/156); 
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
      position: relative;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image,
  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
    width: 100%;
    height: auto;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
    
    
  }


.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shogun-image-content {
  
    align-items: center;
  
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
      --shg-aspect-ratio: calc(250/156); 
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
      position: relative;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image,
  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
    width: 100%;
    height: auto;
  }

  #s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
    
    
  }


.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc .shogun-image-content {
  
    align-items: center;
  
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc {
      --shg-aspect-ratio: calc(250/156); 
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container {
      position: relative;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1bc82d4-c8bf-4879-b92f-d1498d6257bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3e4c7d0f-55f5-47f0-8013-921e288e358f {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-3e4c7d0f-55f5-47f0-8013-921e288e358f .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-3e4c7d0f-55f5-47f0-8013-921e288e358f .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
  margin-left: 5%;
margin-right: 5%;
max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image,
  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
    width: 100%;
    height: auto;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
    
    
  }


.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
      position: relative;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image,
  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
    width: 100%;
    height: auto;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
    
    
  }


.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
      position: relative;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image,
  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
    width: 100%;
    height: auto;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
    
    
  }


.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
      position: relative;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image,
  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
    width: 100%;
    height: auto;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
    
    
  }


.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
      position: relative;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image,
  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
    width: 100%;
    height: auto;
  }

  #s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
    
    
  }


.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container {
      position: relative;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a056eecd-5f7c-4fa1-9ee3-ff59e36914a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
  margin-left: 5%;
margin-right: 5%;
max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image,
  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
    width: 100%;
    height: auto;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
    
    
  }


.s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shogun-image-content {
  
    align-items: center;
  
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
      position: relative;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image,
  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
    width: 100%;
    height: auto;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
    
    
  }


.s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shogun-image-content {
  
    align-items: center;
  
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
      position: relative;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image,
  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
    width: 100%;
    height: auto;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
    
    
  }


.s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shogun-image-content {
  
    align-items: center;
  
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
      position: relative;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image,
  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
    width: 100%;
    height: auto;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
    
    
  }


.s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shogun-image-content {
  
    align-items: center;
  
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
      position: relative;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image,
  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
    width: 100%;
    height: auto;
  }

  #s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
    
    
  }


.s-7736c6e8-7496-4274-baa1-1a9a0c71858a .shogun-image-content {
  
    align-items: center;
  
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container {
      position: relative;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7736c6e8-7496-4274-baa1-1a9a0c71858a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0ada2aea-1b6c-40c9-9cb7-8f5a5d6f74b9 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
text-align: center;
}

#s-0ada2aea-1b6c-40c9-9cb7-8f5a5d6f74b9 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-0ada2aea-1b6c-40c9-9cb7-8f5a5d6f74b9 .shogun-heading-component h6 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}


}
#s-4f2549ab-d938-4c67-9f47-75ce8f679648 {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f2549ab-d938-4c67-9f47-75ce8f679648 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4f2549ab-d938-4c67-9f47-75ce8f679648 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-4f2549ab-d938-4c67-9f47-75ce8f679648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f2549ab-d938-4c67-9f47-75ce8f679648.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b851c52c-70fd-45c1-8135-ed0b2a45b300 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b851c52c-70fd-45c1-8135-ed0b2a45b300 {
  display: none;
}
#s-b851c52c-70fd-45c1-8135-ed0b2a45b300, #wrap-s-b851c52c-70fd-45c1-8135-ed0b2a45b300 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b851c52c-70fd-45c1-8135-ed0b2a45b300 {
  display: none;
}
#s-b851c52c-70fd-45c1-8135-ed0b2a45b300, #wrap-s-b851c52c-70fd-45c1-8135-ed0b2a45b300 { display: none !important; }}@media (max-width: 767px){#s-b851c52c-70fd-45c1-8135-ed0b2a45b300 {
  display: none;
}
#s-b851c52c-70fd-45c1-8135-ed0b2a45b300, #wrap-s-b851c52c-70fd-45c1-8135-ed0b2a45b300 { display: none !important; }}







#s-b851c52c-70fd-45c1-8135-ed0b2a45b300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b851c52c-70fd-45c1-8135-ed0b2a45b300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
  max-width: 2953px;
aspect-ratio: 2953/2334;
text-align: center;
}





  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image,
  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
    width: 100%;
    height: auto;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
    
    
  }


.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
      position: relative;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image,
  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
    width: 100%;
    height: auto;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
    
    
  }


.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
      position: relative;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image,
  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
    width: 100%;
    height: auto;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
    
    
  }


.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
      position: relative;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image,
  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
    width: 100%;
    height: auto;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
    
    
  }


.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
      position: relative;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image,
  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
    width: 100%;
    height: auto;
  }

  #s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
    
    
  }


.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 .shogun-image-content {
  
    align-items: center;
  
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container {
      position: relative;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80ca40f1-3f3c-40cd-b7ca-e51eca7fbc19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5ba59ed7-1030-47a8-8de4-814ebc725029 {
  padding-top: 10px;
text-align: center;
}

#s-5ba59ed7-1030-47a8-8de4-814ebc725029 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-fd43a7f0-c57f-41d0-9aea-a73b55e3ec3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd43a7f0-c57f-41d0-9aea-a73b55e3ec3e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-93ab513d-9ee5-40a0-8e07-562bfaac0822 {
  text-align: center;
}

#s-93ab513d-9ee5-40a0-8e07-562bfaac0822 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  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-643da11b-15bd-4478-8e15-098bba292c61 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-643da11b-15bd-4478-8e15-098bba292c61 {
  display: none;
}
#s-643da11b-15bd-4478-8e15-098bba292c61, #wrap-s-643da11b-15bd-4478-8e15-098bba292c61 { display: none !important; }}@media (max-width: 767px){#s-643da11b-15bd-4478-8e15-098bba292c61 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-643da11b-15bd-4478-8e15-098bba292c61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-643da11b-15bd-4478-8e15-098bba292c61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-643da11b-15bd-4478-8e15-098bba292c61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-643da11b-15bd-4478-8e15-098bba292c61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
  max-width: 1563px;
aspect-ratio: 1563/1247;
text-align: center;
}





  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image,
  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
    width: 100%;
    height: auto;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
    
    
  }


.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
      --shg-aspect-ratio: calc(1563/1247); 
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
      position: relative;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image,
  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
    width: 100%;
    height: auto;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
    
    
  }


.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
      --shg-aspect-ratio: calc(1563/1247); 
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
      position: relative;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image,
  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
    width: 100%;
    height: auto;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
    
    
  }


.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
      --shg-aspect-ratio: calc(1563/1247); 
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
      position: relative;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image,
  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
    width: 100%;
    height: auto;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
    
    
  }


.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
      --shg-aspect-ratio: calc(1563/1247); 
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
      position: relative;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image,
  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
    width: 100%;
    height: auto;
  }

  #s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
    
    
  }


.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 {
      --shg-aspect-ratio: calc(1563/1247); 
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container {
      position: relative;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e205f5-5d89-47e9-a94c-3cf71ab77e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-04eb135b-94aa-4231-9e0d-73702e24f6a1 {
  margin-top: 25px;
padding-top: 10px;
text-align: center;
}

#s-04eb135b-94aa-4231-9e0d-73702e24f6a1 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-04eb135b-94aa-4231-9e0d-73702e24f6a1 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  
  
  text-align: left;
}


}
#s-f98d1c90-097d-409e-b653-0f4ebec8001c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f98d1c90-097d-409e-b653-0f4ebec8001c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-f98d1c90-097d-409e-b653-0f4ebec8001c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-dbe84555-2474-41f8-a990-f73d1970957c {
  text-align: center;
}

#s-dbe84555-2474-41f8-a990-f73d1970957c .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-dbe84555-2474-41f8-a990-f73d1970957c .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-c00ef369-b04d-4a92-a318-aa94d7a53fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c00ef369-b04d-4a92-a318-aa94d7a53fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c00ef369-b04d-4a92-a318-aa94d7a53fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c00ef369-b04d-4a92-a318-aa94d7a53fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px){#s-c8375a62-5294-4599-95e2-5475b7ff598e {
  display: none;
}
#s-c8375a62-5294-4599-95e2-5475b7ff598e, #wrap-s-c8375a62-5294-4599-95e2-5475b7ff598e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8375a62-5294-4599-95e2-5475b7ff598e {
  display: none;
}
#s-c8375a62-5294-4599-95e2-5475b7ff598e, #wrap-s-c8375a62-5294-4599-95e2-5475b7ff598e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8375a62-5294-4599-95e2-5475b7ff598e {
  display: none;
}
#s-c8375a62-5294-4599-95e2-5475b7ff598e, #wrap-s-c8375a62-5294-4599-95e2-5475b7ff598e { display: none !important; }}
@media (max-width: 767px){#s-09680c45-2844-4d35-b447-96c0d02ec8a1 {
  display: none;
}
#s-09680c45-2844-4d35-b447-96c0d02ec8a1, #wrap-s-09680c45-2844-4d35-b447-96c0d02ec8a1 { display: none !important; }}
@media (max-width: 767px){#s-fc5d683c-a39d-43cf-b152-c2f2c72f6883 {
  display: none;
}
#s-fc5d683c-a39d-43cf-b152-c2f2c72f6883, #wrap-s-fc5d683c-a39d-43cf-b152-c2f2c72f6883 { display: none !important; }}
#s-b3dd927d-abe2-42bd-8910-1ad83e6b8fb8 {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3dd927d-abe2-42bd-8910-1ad83e6b8fb8 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-b3dd927d-abe2-42bd-8910-1ad83e6b8fb8 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-b3dd927d-abe2-42bd-8910-1ad83e6b8fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3dd927d-abe2-42bd-8910-1ad83e6b8fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b85c9fa-ad6e-4091-88f9-5b1e26acddee {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b85c9fa-ad6e-4091-88f9-5b1e26acddee .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-3b85c9fa-ad6e-4091-88f9-5b1e26acddee .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-3b85c9fa-ad6e-4091-88f9-5b1e26acddee .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-7ac34aac-08c3-4b3b-b8c1-647562be7479 {
  margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ac34aac-08c3-4b3b-b8c1-647562be7479 {
  margin-bottom: 25px;
}
}@media (max-width: 767px){#s-7ac34aac-08c3-4b3b-b8c1-647562be7479 {
  margin-bottom: 25px;
}
}
@media (min-width: 0px) {
[id="s-7ac34aac-08c3-4b3b-b8c1-647562be7479"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ac34aac-08c3-4b3b-b8c1-647562be7479"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ac34aac-08c3-4b3b-b8c1-647562be7479"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ac34aac-08c3-4b3b-b8c1-647562be7479"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
  max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image,
  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
    width: 100%;
    height: auto;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
    
    
  }


.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shogun-image-content {
  
    align-items: center;
  
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
      position: relative;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image,
  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
    width: 100%;
    height: auto;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
    
    
  }


.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shogun-image-content {
  
    align-items: center;
  
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
      position: relative;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image,
  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
    width: 100%;
    height: auto;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
    
    
  }


.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shogun-image-content {
  
    align-items: center;
  
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
      position: relative;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image,
  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
    width: 100%;
    height: auto;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
    
    
  }


.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shogun-image-content {
  
    align-items: center;
  
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
      position: relative;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image,
  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
    width: 100%;
    height: auto;
  }

  #s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
    
    
  }


.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f .shogun-image-content {
  
    align-items: center;
  
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container {
      position: relative;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98b9e03d-895c-41c0-b7fa-6b5b91f8531f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
  max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image,
  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
    width: 100%;
    height: auto;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
    
    
  }


.s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
      position: relative;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image,
  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
    width: 100%;
    height: auto;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
    
    
  }


.s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
      position: relative;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image,
  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
    width: 100%;
    height: auto;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
    
    
  }


.s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
      position: relative;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image,
  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
    width: 100%;
    height: auto;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
    
    
  }


.s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
      position: relative;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image,
  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
    width: 100%;
    height: auto;
  }

  #s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
    
    
  }


.s-c6b9d84a-c641-44f8-846a-266075f3ff71 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container {
      position: relative;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6b9d84a-c641-44f8-846a-266075f3ff71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8c69babe-a239-484e-aa9e-2cf463e9224c {
  min-height: 50px;
background-color: rgba(238, 239, 239, 1);
}








#s-8c69babe-a239-484e-aa9e-2cf463e9224c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c69babe-a239-484e-aa9e-2cf463e9224c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-265f1cca-6210-4bda-a179-ef19a0892ecf {
  margin-top: 50px;
text-align: center;
}
@media (max-width: 767px){#s-265f1cca-6210-4bda-a179-ef19a0892ecf {
  margin-top: 25px;
}
}
#s-265f1cca-6210-4bda-a179-ef19a0892ecf .shogun-heading-component h2 {
  color: rgba(0, 69, 131, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-772e6ff5-0061-4af6-8ab2-f96465d81520 {
  margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
text-align: center;
}







  #s-772e6ff5-0061-4af6-8ab2-f96465d81520 img.shogun-image {
    

    
    
    
  }


#s-772e6ff5-0061-4af6-8ab2-f96465d81520 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8b6aa3e-477c-48e9-9b73-834b02c4924e {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8b6aa3e-477c-48e9-9b73-834b02c4924e {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-b8b6aa3e-477c-48e9-9b73-834b02c4924e {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-b8b6aa3e-477c-48e9-9b73-834b02c4924e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8b6aa3e-477c-48e9-9b73-834b02c4924e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0a3f34-b47e-492c-ae85-f59eb86f2889 {
  margin-top: 75px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bd0a3f34-b47e-492c-ae85-f59eb86f2889 {
  margin-top: 24px;
}
}
#s-bd0a3f34-b47e-492c-ae85-f59eb86f2889 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-bd0a3f34-b47e-492c-ae85-f59eb86f2889 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 {
  display: none;
}
#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16, #wrap-s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 { display: none !important; }}@media (max-width: 767px){#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 {
  display: none;
}
#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16, #wrap-s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 { display: none !important; }}
#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
}

#s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 td.shogun-table-column, #s-5bf7d15c-b8b3-4b46-a4cd-a0fafde23d16 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-24c0abbd-fc84-425b-88da-b08d92980933 {
  text-align: center;
}







  #s-24c0abbd-fc84-425b-88da-b08d92980933 img.shogun-image {
    

    
    
    
  }


#s-24c0abbd-fc84-425b-88da-b08d92980933 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cb7f798-e783-47c9-846f-4670f42c88f0 {
  text-align: center;
}







  #s-0cb7f798-e783-47c9-846f-4670f42c88f0 img.shogun-image {
    

    
    
    
  }


#s-0cb7f798-e783-47c9-846f-4670f42c88f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4093643e-aa8e-4f1e-9356-4ddbbb2f2fcf {
  text-align: center;
}







  #s-4093643e-aa8e-4f1e-9356-4ddbbb2f2fcf img.shogun-image {
    

    
    
    
  }


#s-4093643e-aa8e-4f1e-9356-4ddbbb2f2fcf .shogun-image-content {
  
    align-items: center;
  
}

#s-49081092-6658-4061-9808-a5053a477157 {
  min-height: 50px;
}








#s-49081092-6658-4061-9808-a5053a477157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49081092-6658-4061-9808-a5053a477157.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2368e2cd-d446-4fea-b122-6533d6c9a9ae {
  text-align: center;
}







  #s-2368e2cd-d446-4fea-b122-6533d6c9a9ae img.shogun-image {
    

    
    
    
  }


#s-2368e2cd-d446-4fea-b122-6533d6c9a9ae .shogun-image-content {
  
    align-items: center;
  
}

#s-0f81f0ee-9626-4f8d-a837-505c343770a6 {
  min-height: 50px;
}








#s-0f81f0ee-9626-4f8d-a837-505c343770a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f81f0ee-9626-4f8d-a837-505c343770a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5393031f-b2e6-40b2-b7f3-391df1db975e {
  text-align: center;
}







  #s-5393031f-b2e6-40b2-b7f3-391df1db975e img.shogun-image {
    

    
    
    
  }


#s-5393031f-b2e6-40b2-b7f3-391df1db975e .shogun-image-content {
  
    align-items: center;
  
}

#s-31f9c8c6-3b5c-4d7e-be77-3f019c18aa25 {
  min-height: 50px;
}








#s-31f9c8c6-3b5c-4d7e-be77-3f019c18aa25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f9c8c6-3b5c-4d7e-be77-3f019c18aa25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25afbf1b-56b2-44f2-adc5-616005aa758c {
  text-align: center;
}







  #s-25afbf1b-56b2-44f2-adc5-616005aa758c img.shogun-image {
    

    
    
    
  }


#s-25afbf1b-56b2-44f2-adc5-616005aa758c .shogun-image-content {
  
    align-items: center;
  
}

#s-ec715412-4920-4894-852d-aa7abda626f3 {
  min-height: 50px;
}








#s-ec715412-4920-4894-852d-aa7abda626f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec715412-4920-4894-852d-aa7abda626f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89c25a19-c714-4ee7-b70c-32b1f8e121fc {
  text-align: center;
}







  #s-89c25a19-c714-4ee7-b70c-32b1f8e121fc img.shogun-image {
    

    
    
    
  }


#s-89c25a19-c714-4ee7-b70c-32b1f8e121fc .shogun-image-content {
  
    align-items: center;
  
}

#s-c2fdbe75-2d25-4b44-ac2e-2044063626c4 {
  margin-top: -25px;
margin-left: -7%;
margin-right: -7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2fdbe75-2d25-4b44-ac2e-2044063626c4 {
  display: none;
}
#s-c2fdbe75-2d25-4b44-ac2e-2044063626c4, #wrap-s-c2fdbe75-2d25-4b44-ac2e-2044063626c4 { display: none !important; }}@media (max-width: 767px){#s-c2fdbe75-2d25-4b44-ac2e-2044063626c4 {
  display: none;
}
#s-c2fdbe75-2d25-4b44-ac2e-2044063626c4, #wrap-s-c2fdbe75-2d25-4b44-ac2e-2044063626c4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c2fdbe75-2d25-4b44-ac2e-2044063626c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-c2fdbe75-2d25-4b44-ac2e-2044063626c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-c2fdbe75-2d25-4b44-ac2e-2044063626c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-c2fdbe75-2d25-4b44-ac2e-2044063626c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-b1051151-820b-4a99-bc20-c5e91ac25219 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1051151-820b-4a99-bc20-c5e91ac25219 .shogun-heading-component h4 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


#s-b1051151-820b-4a99-bc20-c5e91ac25219 .shogun-heading-component h4 a {
  color: rgba(0, 69, 131, 1);
}


#s-92af7e98-72a0-4c75-995a-4278f9b80e01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92af7e98-72a0-4c75-995a-4278f9b80e01 .shogun-heading-component h4 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-b5d8b8e6-d009-48eb-91bb-43117e7031c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5d8b8e6-d009-48eb-91bb-43117e7031c2 .shogun-heading-component h4 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-8a599308-d874-45e1-bde7-873ae7a8e828 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a599308-d874-45e1-bde7-873ae7a8e828 .shogun-heading-component h4 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-36167d34-5b86-4d38-86fd-36241e069ab5 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-36167d34-5b86-4d38-86fd-36241e069ab5 {
  display: none;
}
#s-36167d34-5b86-4d38-86fd-36241e069ab5, #wrap-s-36167d34-5b86-4d38-86fd-36241e069ab5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36167d34-5b86-4d38-86fd-36241e069ab5 {
  display: none;
}
#s-36167d34-5b86-4d38-86fd-36241e069ab5, #wrap-s-36167d34-5b86-4d38-86fd-36241e069ab5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36167d34-5b86-4d38-86fd-36241e069ab5 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-36167d34-5b86-4d38-86fd-36241e069ab5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-36167d34-5b86-4d38-86fd-36241e069ab5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36167d34-5b86-4d38-86fd-36241e069ab5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36167d34-5b86-4d38-86fd-36241e069ab5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f08a740b-bcb9-412b-8b95-3fa15947e965 {
  margin-right: -25%;
min-height: 50px;
}








#s-f08a740b-bcb9-412b-8b95-3fa15947e965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f08a740b-bcb9-412b-8b95-3fa15947e965.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-606be020-498d-41e5-8f43-fc9a93a09c93 {
  margin-left: 12.5px;
margin-right: 12.5px;
text-align: center;
}







  #s-606be020-498d-41e5-8f43-fc9a93a09c93 img.shogun-image {
    

    
    
    
  }


#s-606be020-498d-41e5-8f43-fc9a93a09c93 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b871bd1-8728-4b30-9dd2-c20ce123ee66 {
  text-align: center;
}







  #s-9b871bd1-8728-4b30-9dd2-c20ce123ee66 img.shogun-image {
    

    
    
    
  }


#s-9b871bd1-8728-4b30-9dd2-c20ce123ee66 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9304c56-5134-4767-8625-6f69443ffee3 {
  margin-left: -25%;
min-height: 50px;
}








#s-f9304c56-5134-4767-8625-6f69443ffee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9304c56-5134-4767-8625-6f69443ffee3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dbcf044-496c-4ed0-951c-294e48175ea0 {
  margin-left: 12.5px;
margin-right: 12.5px;
text-align: center;
}







  #s-8dbcf044-496c-4ed0-951c-294e48175ea0 img.shogun-image {
    

    
    
    
  }


#s-8dbcf044-496c-4ed0-951c-294e48175ea0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-39265990-40c3-4410-b4c2-7761247e319d {
  display: none;
}
#s-39265990-40c3-4410-b4c2-7761247e319d, #wrap-s-39265990-40c3-4410-b4c2-7761247e319d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39265990-40c3-4410-b4c2-7761247e319d {
  display: none;
}
#s-39265990-40c3-4410-b4c2-7761247e319d, #wrap-s-39265990-40c3-4410-b4c2-7761247e319d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39265990-40c3-4410-b4c2-7761247e319d {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-39265990-40c3-4410-b4c2-7761247e319d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-39265990-40c3-4410-b4c2-7761247e319d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-39265990-40c3-4410-b4c2-7761247e319d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-39265990-40c3-4410-b4c2-7761247e319d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d5153197-ef13-42a2-b858-4597742125f1 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5153197-ef13-42a2-b858-4597742125f1 .shogun-heading-component h1 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


#s-d5153197-ef13-42a2-b858-4597742125f1 .shogun-heading-component h1 a {
  color: rgba(0, 69, 131, 1);
}


#s-0d583ab7-b0f5-4b3b-ab37-c2b86be4e73e {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d583ab7-b0f5-4b3b-ab37-c2b86be4e73e .shogun-heading-component h1 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


#s-0d583ab7-b0f5-4b3b-ab37-c2b86be4e73e .shogun-heading-component h1 a {
  color: rgba(0, 69, 131, 1);
}


#s-3af8edb5-2605-451f-ad4d-3e4335603636 {
  margin-top: -75px;
margin-bottom: -75px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3af8edb5-2605-451f-ad4d-3e4335603636 {
  margin-top: -100px;
margin-bottom: -100px;
}
}@media (max-width: 767px){#s-3af8edb5-2605-451f-ad4d-3e4335603636 {
  margin-top: -50px;
margin-bottom: -50px;
}
}






  #s-3af8edb5-2605-451f-ad4d-3e4335603636 img.shogun-image {
    

    
    
    
  }


#s-3af8edb5-2605-451f-ad4d-3e4335603636 .shogun-image-content {
  
    align-items: center;
  
}

#s-84fbba50-9d5f-44a6-9df9-29572c6ade82 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-84fbba50-9d5f-44a6-9df9-29572c6ade82 {
  display: none;
}
#s-84fbba50-9d5f-44a6-9df9-29572c6ade82, #wrap-s-84fbba50-9d5f-44a6-9df9-29572c6ade82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84fbba50-9d5f-44a6-9df9-29572c6ade82 {
  display: none;
}
#s-84fbba50-9d5f-44a6-9df9-29572c6ade82, #wrap-s-84fbba50-9d5f-44a6-9df9-29572c6ade82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84fbba50-9d5f-44a6-9df9-29572c6ade82 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-84fbba50-9d5f-44a6-9df9-29572c6ade82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-84fbba50-9d5f-44a6-9df9-29572c6ade82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84fbba50-9d5f-44a6-9df9-29572c6ade82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84fbba50-9d5f-44a6-9df9-29572c6ade82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-94a919dd-d8c6-41fd-bc7d-53954f7b7724 {
  margin-right: -25%;
min-height: 50px;
}








#s-94a919dd-d8c6-41fd-bc7d-53954f7b7724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94a919dd-d8c6-41fd-bc7d-53954f7b7724.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-438e222d-da1e-48df-a509-31364c6ddb7d {
  margin-left: 12.5px;
margin-right: 12.5px;
text-align: center;
}







  #s-438e222d-da1e-48df-a509-31364c6ddb7d img.shogun-image {
    

    
    
    
  }


#s-438e222d-da1e-48df-a509-31364c6ddb7d .shogun-image-content {
  
    align-items: center;
  
}

#s-a2989378-553e-4754-8093-cce6a5c6b003 {
  text-align: center;
}







  #s-a2989378-553e-4754-8093-cce6a5c6b003 img.shogun-image {
    

    
    
    
  }


#s-a2989378-553e-4754-8093-cce6a5c6b003 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfdc3452-8058-4b45-8625-9b5d5c92ba04 {
  margin-left: -25%;
min-height: 50px;
}








#s-bfdc3452-8058-4b45-8625-9b5d5c92ba04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfdc3452-8058-4b45-8625-9b5d5c92ba04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00dd362f-4987-4720-8293-f7036d2cdcc8 {
  margin-left: 12.5px;
margin-right: 12.5px;
text-align: center;
}







  #s-00dd362f-4987-4720-8293-f7036d2cdcc8 img.shogun-image {
    

    
    
    
  }


#s-00dd362f-4987-4720-8293-f7036d2cdcc8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7bad9fd5-64ec-47c5-a1f1-985010eae343 {
  display: none;
}
#s-7bad9fd5-64ec-47c5-a1f1-985010eae343, #wrap-s-7bad9fd5-64ec-47c5-a1f1-985010eae343 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bad9fd5-64ec-47c5-a1f1-985010eae343 {
  display: none;
}
#s-7bad9fd5-64ec-47c5-a1f1-985010eae343, #wrap-s-7bad9fd5-64ec-47c5-a1f1-985010eae343 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bad9fd5-64ec-47c5-a1f1-985010eae343 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-7bad9fd5-64ec-47c5-a1f1-985010eae343"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7bad9fd5-64ec-47c5-a1f1-985010eae343"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7bad9fd5-64ec-47c5-a1f1-985010eae343"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bad9fd5-64ec-47c5-a1f1-985010eae343"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-35f844d6-b751-4100-958f-26850178b0c9 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35f844d6-b751-4100-958f-26850178b0c9 .shogun-heading-component h1 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


#s-35f844d6-b751-4100-958f-26850178b0c9 .shogun-heading-component h1 a {
  color: rgba(0, 69, 131, 1);
}


#s-b42ef7d2-1091-4e8e-9a44-b1e763e36620 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b42ef7d2-1091-4e8e-9a44-b1e763e36620 .shogun-heading-component h1 {
  color: rgba(0, 69, 131, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


#s-b42ef7d2-1091-4e8e-9a44-b1e763e36620 .shogun-heading-component h1 a {
  color: rgba(0, 69, 131, 1);
}


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

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

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

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

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

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

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

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

#s-0b838fec-049d-41bc-94e4-b386527d1691 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 69, 131, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 69, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0b838fec-049d-41bc-94e4-b386527d1691:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 69, 131, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0b838fec-049d-41bc-94e4-b386527d1691:active {box-shadow:0px 0px 0px 3px rgba(255, 255, 255, 0.5) !important;
background-color: rgba(0, 69, 131, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-0b838fec-049d-41bc-94e4-b386527d1691 {
  margin-left: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
}
}

  #s-0b838fec-049d-41bc-94e4-b386527d1691-root {
    text-align: center;
  }


#s-0b838fec-049d-41bc-94e4-b386527d1691.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b838fec-049d-41bc-94e4-b386527d1691-root {
    text-align: center;
  }


#s-0b838fec-049d-41bc-94e4-b386527d1691.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b838fec-049d-41bc-94e4-b386527d1691-root {
    text-align: center;
  }


#s-0b838fec-049d-41bc-94e4-b386527d1691.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b838fec-049d-41bc-94e4-b386527d1691-root {
    text-align: center;
  }


#s-0b838fec-049d-41bc-94e4-b386527d1691.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b838fec-049d-41bc-94e4-b386527d1691-root {
    text-align: center;
  }


#s-0b838fec-049d-41bc-94e4-b386527d1691.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d3a01710-9d41-4a15-bd4a-0cab8b8e4951 {
  margin-bottom: 75px;
text-align: center;
}
@media (max-width: 767px){#s-d3a01710-9d41-4a15-bd4a-0cab8b8e4951 {
  margin-bottom: 50px;
display: none;
}
#s-d3a01710-9d41-4a15-bd4a-0cab8b8e4951, #wrap-s-d3a01710-9d41-4a15-bd4a-0cab8b8e4951 { display: none !important; }}
#s-d3a01710-9d41-4a15-bd4a-0cab8b8e4951 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-cb26c1dd-f06d-4622-ba48-95992677d606 {
  margin-bottom: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-cb26c1dd-f06d-4622-ba48-95992677d606 {
  display: none;
}
#s-cb26c1dd-f06d-4622-ba48-95992677d606, #wrap-s-cb26c1dd-f06d-4622-ba48-95992677d606 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb26c1dd-f06d-4622-ba48-95992677d606 {
  display: none;
}
#s-cb26c1dd-f06d-4622-ba48-95992677d606, #wrap-s-cb26c1dd-f06d-4622-ba48-95992677d606 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb26c1dd-f06d-4622-ba48-95992677d606 {
  display: none;
}
#s-cb26c1dd-f06d-4622-ba48-95992677d606, #wrap-s-cb26c1dd-f06d-4622-ba48-95992677d606 { display: none !important; }}@media (max-width: 767px){#s-cb26c1dd-f06d-4622-ba48-95992677d606 {
  margin-bottom: 50px;
}
}
#s-cb26c1dd-f06d-4622-ba48-95992677d606 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-684838e3-df1e-4ff5-99bc-573da44af21c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: left bottom;
}








#s-684838e3-df1e-4ff5-99bc-573da44af21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-684838e3-df1e-4ff5-99bc-573da44af21c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1da83ee-6e9a-4f87-9af4-045326c272e4 {
  margin-top: 50px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f1da83ee-6e9a-4f87-9af4-045326c272e4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f1da83ee-6e9a-4f87-9af4-045326c272e4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f1da83ee-6e9a-4f87-9af4-045326c272e4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-689a6b0a-8269-44dd-8e20-162233b8bde9 {
  margin-bottom: 50px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-689a6b0a-8269-44dd-8e20-162233b8bde9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-689a6b0a-8269-44dd-8e20-162233b8bde9 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-aef5d530-b276-4d15-a05a-2e2e8597e331 {
  min-height: 50px;
}








#s-aef5d530-b276-4d15-a05a-2e2e8597e331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef5d530-b276-4d15-a05a-2e2e8597e331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37a6d377-39ce-413d-8919-cf846228af7f {
  margin-top: 75px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-37a6d377-39ce-413d-8919-cf846228af7f {
  display: none;
}
#s-37a6d377-39ce-413d-8919-cf846228af7f, #wrap-s-37a6d377-39ce-413d-8919-cf846228af7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37a6d377-39ce-413d-8919-cf846228af7f {
  display: none;
}
#s-37a6d377-39ce-413d-8919-cf846228af7f, #wrap-s-37a6d377-39ce-413d-8919-cf846228af7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37a6d377-39ce-413d-8919-cf846228af7f {
  display: none;
}
#s-37a6d377-39ce-413d-8919-cf846228af7f, #wrap-s-37a6d377-39ce-413d-8919-cf846228af7f { display: none !important; }}@media (max-width: 767px){#s-37a6d377-39ce-413d-8919-cf846228af7f {
  margin-top: 50px;
margin-left: 0%;
}
}
#s-37a6d377-39ce-413d-8919-cf846228af7f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-37a6d377-39ce-413d-8919-cf846228af7f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-fed61283-3409-4154-8239-a47c5961885d {
  margin-top: 75px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fed61283-3409-4154-8239-a47c5961885d {
  margin-top: 50px;
margin-left: 0%;
display: none;
}
#s-fed61283-3409-4154-8239-a47c5961885d, #wrap-s-fed61283-3409-4154-8239-a47c5961885d { display: none !important; }}
#s-fed61283-3409-4154-8239-a47c5961885d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-fed61283-3409-4154-8239-a47c5961885d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-e4bba7b1-b981-4aa3-a677-7b4e3bae7865 {
  margin-bottom: 25px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e4bba7b1-b981-4aa3-a677-7b4e3bae7865 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e4bba7b1-b981-4aa3-a677-7b4e3bae7865 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
  margin-left: 20%;
margin-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
  margin-left: 5%;
margin-right: 5%;
}
}




  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image,
  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
    width: 100%;
    height: auto;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
    
    
  }


.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
      position: relative;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image,
  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
    width: 100%;
    height: auto;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
    
    
  }


.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
      position: relative;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image,
  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
    width: 100%;
    height: auto;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
    
    
  }


.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
      position: relative;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image,
  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
    width: 100%;
    height: auto;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
    
    
  }


.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
      position: relative;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image,
  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
    width: 100%;
    height: auto;
  }

  #s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
    
    
  }


.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container {
      position: relative;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dbc2c93-c036-41cb-9d1f-d6d9dcd3a070 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2037385d-d491-4ebc-b927-0075e3156c76 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2037385d-d491-4ebc-b927-0075e3156c76 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-2037385d-d491-4ebc-b927-0075e3156c76 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-2037385d-d491-4ebc-b927-0075e3156c76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2037385d-d491-4ebc-b927-0075e3156c76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aad9149a-d671-4cad-a258-a63d39d10f26 {
  margin-top: 50px;
padding-top: 10px;
text-align: center;
}

#s-aad9149a-d671-4cad-a258-a63d39d10f26 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-ad98e2b6-7203-4e1a-ae3f-0ffbb21fc75c {
  margin-bottom: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-ad98e2b6-7203-4e1a-ae3f-0ffbb21fc75c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-217cf644-db32-4422-9b6b-7c7f1ecbb4c0 {
  padding-top: 10px;
text-align: center;
}

#s-217cf644-db32-4422-9b6b-7c7f1ecbb4c0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8678c05d-e98f-4ccd-bbc2-c0d5977b7d8e {
  margin-bottom: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-8678c05d-e98f-4ccd-bbc2-c0d5977b7d8e .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-4d0f1867-2c19-4d33-9c62-875e632cde54 {
  padding-top: 10px;
text-align: center;
}

#s-4d0f1867-2c19-4d33-9c62-875e632cde54 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-c7e5b71f-210b-4ec6-909a-5763c29e502b {
  margin-bottom: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e5b71f-210b-4ec6-909a-5763c29e502b .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-7d55b889-9edb-4e22-b6df-e6c418f6aef7 {
  padding-top: 10px;
text-align: center;
}

#s-7d55b889-9edb-4e22-b6df-e6c418f6aef7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-4695e14a-cff5-4dfe-8574-c991902d50be {
  margin-bottom: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-4695e14a-cff5-4dfe-8574-c991902d50be .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-d2f835e7-a925-4a51-b8f4-401ce6e68722 {
  padding-top: 10px;
text-align: center;
}

#s-d2f835e7-a925-4a51-b8f4-401ce6e68722 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-fac5e9bb-e8eb-4c72-87e3-3d96f5dfe655 {
  margin-bottom: 75px;
padding-bottom: 10px;
text-align: center;
}

#s-fac5e9bb-e8eb-4c72-87e3-3d96f5dfe655 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-f141268e-0c51-4858-b583-adf569b6a274 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}








#s-f141268e-0c51-4858-b583-adf569b6a274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f141268e-0c51-4858-b583-adf569b6a274.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0574611f-01d5-48a8-ae49-c745cbe4d37a {
  text-align: left;
}

#s-da86185a-62a0-4916-b635-46be97d4dc17 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-da86185a-62a0-4916-b635-46be97d4dc17 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-da86185a-62a0-4916-b635-46be97d4dc17 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-da86185a-62a0-4916-b635-46be97d4dc17 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
#s-1f26cbcf-e28d-40f7-91a1-95f7b6c564de {
  margin-bottom: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-1f26cbcf-e28d-40f7-91a1-95f7b6c564de .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-93015e9f-fe3a-47a6-b453-fefaf61d4e84 {
  margin-left: 20%;
margin-right: 20%;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93015e9f-fe3a-47a6-b453-fefaf61d4e84 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-93015e9f-fe3a-47a6-b453-fefaf61d4e84 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-93015e9f-fe3a-47a6-b453-fefaf61d4e84 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-738e4235-493f-4ab1-b69e-004ad4c1bddb {
  margin-left: 20%;
margin-bottom: 50px;
margin-right: 20%;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-738e4235-493f-4ab1-b69e-004ad4c1bddb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-738e4235-493f-4ab1-b69e-004ad4c1bddb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-738e4235-493f-4ab1-b69e-004ad4c1bddb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d5f914b6-6e12-4b69-bcf2-0441ed6ba4a8 {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5f914b6-6e12-4b69-bcf2-0441ed6ba4a8 {
  margin-left: -1%;
margin-right: -1%;
}
}@media (max-width: 767px){#s-d5f914b6-6e12-4b69-bcf2-0441ed6ba4a8 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-d5f914b6-6e12-4b69-bcf2-0441ed6ba4a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f914b6-6e12-4b69-bcf2-0441ed6ba4a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48129fc9-e2d2-44a0-9928-62bb9fed1885 {
  text-align: left;
}

#s-037f8139-7f27-4846-880d-30e5af6ff3d8 {
  margin-top: 50px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-037f8139-7f27-4846-880d-30e5af6ff3d8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-037f8139-7f27-4846-880d-30e5af6ff3d8 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
#s-037f8139-7f27-4846-880d-30e5af6ff3d8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-037f8139-7f27-4846-880d-30e5af6ff3d8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-db6ae8af-f8a7-40ea-99be-a3077c4473a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db6ae8af-f8a7-40ea-99be-a3077c4473a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db6ae8af-f8a7-40ea-99be-a3077c4473a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db6ae8af-f8a7-40ea-99be-a3077c4473a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63019daf-a18c-474c-a6cb-d9c2f56d81fb {
  min-height: 50px;
}








#s-63019daf-a18c-474c-a6cb-d9c2f56d81fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63019daf-a18c-474c-a6cb-d9c2f56d81fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eadf0847-595a-4735-9b9a-0831d26afec5 {
  padding-top: 28px;
text-align: center;
}

#s-eadf0847-595a-4735-9b9a-0831d26afec5 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-eadf0847-595a-4735-9b9a-0831d26afec5 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-eadf0847-595a-4735-9b9a-0831d26afec5 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
  max-width: 2953px;
aspect-ratio: 2953/2334;
text-align: center;
}





  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image,
  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
    width: 100%;
    height: auto;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
    
    
  }


.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
      position: relative;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image,
  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
    width: 100%;
    height: auto;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
    
    
  }


.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
      position: relative;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image,
  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
    width: 100%;
    height: auto;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
    
    
  }


.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
      position: relative;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image,
  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
    width: 100%;
    height: auto;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
    
    
  }


.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
      position: relative;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image,
  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
    width: 100%;
    height: auto;
  }

  #s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
    
    
  }


.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container {
      position: relative;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8455a1c7-fe6e-473e-93bc-d332ba00afe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a8f21939-a095-47c5-982c-57e336b75bbc {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-a8f21939-a095-47c5-982c-57e336b75bbc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5dcfccf3-5c58-4ccc-a37d-fe24d7c0405a {
  text-align: center;
}

#s-5dcfccf3-5c58-4ccc-a37d-fe24d7c0405a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5dcfccf3-5c58-4ccc-a37d-fe24d7c0405a .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-5dcfccf3-5c58-4ccc-a37d-fe24d7c0405a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-642ea1b9-2790-4dbf-a1c5-85fbf1a633f9 {
  margin-top: 0px;
margin-bottom: 25px;
text-align: center;
}

#s-642ea1b9-2790-4dbf-a1c5-85fbf1a633f9 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-55666774-131c-4faf-bbcc-01d651f9cdc7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 69, 131, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 69, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-55666774-131c-4faf-bbcc-01d651f9cdc7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 69, 131, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55666774-131c-4faf-bbcc-01d651f9cdc7:active {box-shadow:0px 0px 0px 3px rgba(255, 255, 255, 0.5) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 69, 131, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 69, 131, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-55666774-131c-4faf-bbcc-01d651f9cdc7 {
  margin-left: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-55666774-131c-4faf-bbcc-01d651f9cdc7 {
  margin-top: 10px;
margin-bottom: 35px;
}
}

  #s-55666774-131c-4faf-bbcc-01d651f9cdc7-root {
    text-align: center;
  }


#s-55666774-131c-4faf-bbcc-01d651f9cdc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55666774-131c-4faf-bbcc-01d651f9cdc7-root {
    text-align: center;
  }


#s-55666774-131c-4faf-bbcc-01d651f9cdc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55666774-131c-4faf-bbcc-01d651f9cdc7-root {
    text-align: center;
  }


#s-55666774-131c-4faf-bbcc-01d651f9cdc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55666774-131c-4faf-bbcc-01d651f9cdc7-root {
    text-align: center;
  }


#s-55666774-131c-4faf-bbcc-01d651f9cdc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55666774-131c-4faf-bbcc-01d651f9cdc7-root {
    text-align: center;
  }


#s-55666774-131c-4faf-bbcc-01d651f9cdc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-44df5d61-5ebd-4610-85fd-008cc1d3bd46 {
  min-height: 50px;
}








#s-44df5d61-5ebd-4610-85fd-008cc1d3bd46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44df5d61-5ebd-4610-85fd-008cc1d3bd46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18763db4-e408-4a4b-a258-1031ab1ba22c {
  margin-top: 0px;
text-align: center;
}

#s-18763db4-e408-4a4b-a258-1031ab1ba22c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-7033b2d7-8e93-43e4-8073-ffd740e3c037 {
  text-align: center;
}
@media (max-width: 767px){#s-7033b2d7-8e93-43e4-8073-ffd740e3c037 {
  margin-left: auto;
margin-right: auto;
}
}
#s-7033b2d7-8e93-43e4-8073-ffd740e3c037 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7033b2d7-8e93-43e4-8073-ffd740e3c037 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-7033b2d7-8e93-43e4-8073-ffd740e3c037 .shogun-heading-component h1 {
  color: ;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
  max-width: 2953px;
aspect-ratio: 2953/2334;
text-align: center;
}





  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image,
  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
    width: 100%;
    height: auto;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
    
    
  }


.s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
      position: relative;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image,
  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
    width: 100%;
    height: auto;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
    
    
  }


.s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
      position: relative;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image,
  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
    width: 100%;
    height: auto;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
    
    
  }


.s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
      position: relative;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image,
  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
    width: 100%;
    height: auto;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
    
    
  }


.s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
      position: relative;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image,
  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
    width: 100%;
    height: auto;
  }

  #s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
    
    
  }


.s-a9617fe2-01e5-4c94-94c7-73c1774bd248 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 {
      --shg-aspect-ratio: calc(2953/2334); 
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container {
      position: relative;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9617fe2-01e5-4c94-94c7-73c1774bd248 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b2be1230-1f8d-4ad5-a932-4ec7dbb0b061 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-b2be1230-1f8d-4ad5-a932-4ec7dbb0b061 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-da509e54-169d-4471-a8d1-fa34aa42ebdb {
  text-align: center;
}

#s-da509e54-169d-4471-a8d1-fa34aa42ebdb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-da509e54-169d-4471-a8d1-fa34aa42ebdb .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-da509e54-169d-4471-a8d1-fa34aa42ebdb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(122, 122, 122, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 10px;
}

#s-ddc4f7eb-2b01-4c24-9ea3-5f1009507a18 {
  margin-top: 0px;
margin-bottom: 25px;
text-align: center;
}

#s-ddc4f7eb-2b01-4c24-9ea3-5f1009507a18 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 69, 131, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 69, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 69, 131, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf:active {box-shadow:0px 0px 0px 3px rgba(255, 255, 255, 0.5) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 69, 131, 1) !important;
border-radius: 10px !important;
background-color: rgba(0, 69, 131, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf {
  margin-top: 10px;
margin-bottom: 75px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf {
  margin-top: 10px;
margin-bottom: 75px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf {
  margin-left: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf {
  margin-bottom: 35px;
}
}

  #s-6361f08d-ef1b-4f29-b5ef-5200e70152bf-root {
    text-align: center;
  }


#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6361f08d-ef1b-4f29-b5ef-5200e70152bf-root {
    text-align: center;
  }


#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6361f08d-ef1b-4f29-b5ef-5200e70152bf-root {
    text-align: center;
  }


#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6361f08d-ef1b-4f29-b5ef-5200e70152bf-root {
    text-align: center;
  }


#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6361f08d-ef1b-4f29-b5ef-5200e70152bf-root {
    text-align: center;
  }


#s-6361f08d-ef1b-4f29-b5ef-5200e70152bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7e41eec2-e81d-4a1b-a53b-95690c5379aa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: left center;
}
@media (max-width: 767px){#s-7e41eec2-e81d-4a1b-a53b-95690c5379aa {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-7e41eec2-e81d-4a1b-a53b-95690c5379aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e41eec2-e81d-4a1b-a53b-95690c5379aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
  margin-top: 25px;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image,
  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
    width: 100%;
    height: auto;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
    
    
  }


.s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
      position: relative;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image,
  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
    width: 100%;
    height: auto;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
    
    
  }


.s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
      position: relative;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image,
  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
    width: 100%;
    height: auto;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
    
    
  }


.s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
      position: relative;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image,
  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
    width: 100%;
    height: auto;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
    
    
  }


.s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
      position: relative;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image,
  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
    width: 100%;
    height: auto;
  }

  #s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
    
    
  }


.s-6de21914-5b9c-4d4c-969d-adf6f30da224 .shogun-image-content {
  
    align-items: center;
  
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container {
      position: relative;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de21914-5b9c-4d4c-969d-adf6f30da224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9c8095d0-8faf-4a9e-a61b-65448888688c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c8095d0-8faf-4a9e-a61b-65448888688c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fbf842e0-f230-4ba5-9f51-2579cd8e4d7e {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbf842e0-f230-4ba5-9f51-2579cd8e4d7e {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fbf842e0-f230-4ba5-9f51-2579cd8e4d7e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fbf842e0-f230-4ba5-9f51-2579cd8e4d7e .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5c7e165a-316e-49be-be5c-eb9a65feb694 {
  margin-left: 15%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c7e165a-316e-49be-be5c-eb9a65feb694 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-5c7e165a-316e-49be-be5c-eb9a65feb694 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-5c7e165a-316e-49be-be5c-eb9a65feb694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c7e165a-316e-49be-be5c-eb9a65feb694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36b1f162-d3e8-4b2d-8092-7b25941ce76b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-36b1f162-d3e8-4b2d-8092-7b25941ce76b {
  margin-top: 50px;
margin-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36b1f162-d3e8-4b2d-8092-7b25941ce76b {
  margin-top: 50px;
margin-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-36b1f162-d3e8-4b2d-8092-7b25941ce76b {
  margin-top: 25px;
margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-36b1f162-d3e8-4b2d-8092-7b25941ce76b {
  margin-top: 25px;
}
}
#s-36b1f162-d3e8-4b2d-8092-7b25941ce76b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-36b1f162-d3e8-4b2d-8092-7b25941ce76b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fc69de99-a55c-40ba-98ff-eeb04fe9ef72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
  margin-top: 100px;
max-width: 1080px;
aspect-ratio: 1080/418;
text-align: center;
}
@media (max-width: 767px){#s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
  margin-top: 0px;
}
}




  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image,
  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
    width: 100%;
    height: auto;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
    
    
  }


.s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shogun-image-content {
  
    align-items: center;
  
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
      --shg-aspect-ratio: calc(1080/418); 
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
      position: relative;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image,
  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
    width: 100%;
    height: auto;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
    
    
  }


.s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shogun-image-content {
  
    align-items: center;
  
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
      --shg-aspect-ratio: calc(1080/418); 
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
      position: relative;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image,
  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
    width: 100%;
    height: auto;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
    
    
  }


.s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shogun-image-content {
  
    align-items: center;
  
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
      --shg-aspect-ratio: calc(1080/418); 
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
      position: relative;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image,
  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
    width: 100%;
    height: auto;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
    
    
  }


.s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shogun-image-content {
  
    align-items: center;
  
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
      --shg-aspect-ratio: calc(1080/418); 
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
      position: relative;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image,
  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
    width: 100%;
    height: auto;
  }

  #s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
    
    
  }


.s-a72a3a76-c97b-4cf6-bce4-630c8140b647 .shogun-image-content {
  
    align-items: center;
  
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 {
      --shg-aspect-ratio: calc(1080/418); 
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container {
      position: relative;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72a3a76-c97b-4cf6-bce4-630c8140b647 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-814ff225-eda5-4945-a67c-4cb52564376f {
  max-width: 1080px;
aspect-ratio: 1080/438;
text-align: center;
}





  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image,
  #s-814ff225-eda5-4945-a67c-4cb52564376f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f {
    width: 100%;
    height: auto;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
    
    
  }


.s-814ff225-eda5-4945-a67c-4cb52564376f .shogun-image-content {
  
    align-items: center;
  
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814ff225-eda5-4945-a67c-4cb52564376f {
      --shg-aspect-ratio: calc(1080/438); 
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
      position: relative;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image,
  #s-814ff225-eda5-4945-a67c-4cb52564376f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f {
    width: 100%;
    height: auto;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
    
    
  }


.s-814ff225-eda5-4945-a67c-4cb52564376f .shogun-image-content {
  
    align-items: center;
  
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814ff225-eda5-4945-a67c-4cb52564376f {
      --shg-aspect-ratio: calc(1080/438); 
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
      position: relative;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image,
  #s-814ff225-eda5-4945-a67c-4cb52564376f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f {
    width: 100%;
    height: auto;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
    
    
  }


.s-814ff225-eda5-4945-a67c-4cb52564376f .shogun-image-content {
  
    align-items: center;
  
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814ff225-eda5-4945-a67c-4cb52564376f {
      --shg-aspect-ratio: calc(1080/438); 
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
      position: relative;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image,
  #s-814ff225-eda5-4945-a67c-4cb52564376f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f {
    width: 100%;
    height: auto;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
    
    
  }


.s-814ff225-eda5-4945-a67c-4cb52564376f .shogun-image-content {
  
    align-items: center;
  
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814ff225-eda5-4945-a67c-4cb52564376f {
      --shg-aspect-ratio: calc(1080/438); 
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
      position: relative;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image,
  #s-814ff225-eda5-4945-a67c-4cb52564376f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f {
    width: 100%;
    height: auto;
  }

  #s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
    
    
  }


.s-814ff225-eda5-4945-a67c-4cb52564376f .shogun-image-content {
  
    align-items: center;
  
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-814ff225-eda5-4945-a67c-4cb52564376f {
      --shg-aspect-ratio: calc(1080/438); 
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container {
      position: relative;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-814ff225-eda5-4945-a67c-4cb52564376f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 768px) and (max-width: 991px){#s-6920b109-c690-443f-a533-f04c55d1064c {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-6920b109-c690-443f-a533-f04c55d1064c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6920b109-c690-443f-a533-f04c55d1064c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6920b109-c690-443f-a533-f04c55d1064c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6920b109-c690-443f-a533-f04c55d1064c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
  max-width: 1080px;
aspect-ratio: 1080/485;
text-align: center;
}





  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image,
  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
    width: 100%;
    height: auto;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
    
    
  }


.s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shogun-image-content {
  
    align-items: center;
  
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
      --shg-aspect-ratio: calc(1080/485); 
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
      position: relative;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image,
  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
    width: 100%;
    height: auto;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
    
    
  }


.s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shogun-image-content {
  
    align-items: center;
  
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
      --shg-aspect-ratio: calc(1080/485); 
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
      position: relative;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image,
  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
    width: 100%;
    height: auto;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
    
    
  }


.s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shogun-image-content {
  
    align-items: center;
  
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
      --shg-aspect-ratio: calc(1080/485); 
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
      position: relative;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image,
  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
    width: 100%;
    height: auto;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
    
    
  }


.s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shogun-image-content {
  
    align-items: center;
  
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
      --shg-aspect-ratio: calc(1080/485); 
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
      position: relative;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image,
  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
    width: 100%;
    height: auto;
  }

  #s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
    
    
  }


.s-c540c8c8-e3b9-4148-8379-d7e509edbbca .shogun-image-content {
  
    align-items: center;
  
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca {
      --shg-aspect-ratio: calc(1080/485); 
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container {
      position: relative;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c540c8c8-e3b9-4148-8379-d7e509edbbca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
  max-width: 1080px;
aspect-ratio: 1080/427;
text-align: center;
}





  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image,
  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
    width: 100%;
    height: auto;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
    
    
  }


.s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
      --shg-aspect-ratio: calc(1080/427); 
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
      position: relative;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image,
  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
    width: 100%;
    height: auto;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
    
    
  }


.s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
      --shg-aspect-ratio: calc(1080/427); 
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
      position: relative;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image,
  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
    width: 100%;
    height: auto;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
    
    
  }


.s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
      --shg-aspect-ratio: calc(1080/427); 
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
      position: relative;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image,
  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
    width: 100%;
    height: auto;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
    
    
  }


.s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
      --shg-aspect-ratio: calc(1080/427); 
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
      position: relative;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image,
  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
    width: 100%;
    height: auto;
  }

  #s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
    
    
  }


.s-7cd03632-3865-4531-9442-2bb5db0d8a3a .shogun-image-content {
  
    align-items: center;
  
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a {
      --shg-aspect-ratio: calc(1080/427); 
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container {
      position: relative;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cd03632-3865-4531-9442-2bb5db0d8a3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-411ab48d-5aaf-4a97-8e62-85349a964071 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-411ab48d-5aaf-4a97-8e62-85349a964071 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-677bbfb3-9637-4f2e-8cd9-b602466fb635 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-677bbfb3-9637-4f2e-8cd9-b602466fb635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677bbfb3-9637-4f2e-8cd9-b602466fb635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0520db8-d578-49f9-9cd0-f26c16d022f0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e0520db8-d578-49f9-9cd0-f26c16d022f0 {
  display: none;
}
#s-e0520db8-d578-49f9-9cd0-f26c16d022f0, #wrap-s-e0520db8-d578-49f9-9cd0-f26c16d022f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0520db8-d578-49f9-9cd0-f26c16d022f0 {
  display: none;
}
#s-e0520db8-d578-49f9-9cd0-f26c16d022f0, #wrap-s-e0520db8-d578-49f9-9cd0-f26c16d022f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0520db8-d578-49f9-9cd0-f26c16d022f0 {
  display: none;
}
#s-e0520db8-d578-49f9-9cd0-f26c16d022f0, #wrap-s-e0520db8-d578-49f9-9cd0-f26c16d022f0 { display: none !important; }}







#s-e0520db8-d578-49f9-9cd0-f26c16d022f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0520db8-d578-49f9-9cd0-f26c16d022f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a90c7e63-c952-46de-9282-1f948b6b091f {
  margin-top: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-a90c7e63-c952-46de-9282-1f948b6b091f {
  display: none;
}
#s-a90c7e63-c952-46de-9282-1f948b6b091f, #wrap-s-a90c7e63-c952-46de-9282-1f948b6b091f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a90c7e63-c952-46de-9282-1f948b6b091f {
  display: none;
}
#s-a90c7e63-c952-46de-9282-1f948b6b091f, #wrap-s-a90c7e63-c952-46de-9282-1f948b6b091f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a90c7e63-c952-46de-9282-1f948b6b091f {
  display: none;
}
#s-a90c7e63-c952-46de-9282-1f948b6b091f, #wrap-s-a90c7e63-c952-46de-9282-1f948b6b091f { display: none !important; }}
#s-a90c7e63-c952-46de-9282-1f948b6b091f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (max-width: 767px){#s-a90c7e63-c952-46de-9282-1f948b6b091f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 {
  text-align: center;
}
@media (min-width: 1200px){#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 {
  display: none;
}
#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9, #wrap-s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 {
  display: none;
}
#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9, #wrap-s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 {
  display: none;
}
#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9, #wrap-s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 { display: none !important; }}






  #s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 img.shogun-image {
    

    
    
    
  }


#s-529ac4cb-4603-4688-b6ab-f8861cf94fd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-95fa1417-57ab-47cc-a6ba-8ab1d4f7c12e {
  margin-top: 25px;
margin-left: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95fa1417-57ab-47cc-a6ba-8ab1d4f7c12e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d97b2a9b-eced-4f23-82ba-1e327caa1801 {
  margin-left: 5%;
margin-bottom: 75px;
margin-right: 85%;
text-align: center;
}
@media (min-width: 1200px){#s-d97b2a9b-eced-4f23-82ba-1e327caa1801 {
  display: none;
}
#s-d97b2a9b-eced-4f23-82ba-1e327caa1801, #wrap-s-d97b2a9b-eced-4f23-82ba-1e327caa1801 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d97b2a9b-eced-4f23-82ba-1e327caa1801 {
  display: none;
}
#s-d97b2a9b-eced-4f23-82ba-1e327caa1801, #wrap-s-d97b2a9b-eced-4f23-82ba-1e327caa1801 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d97b2a9b-eced-4f23-82ba-1e327caa1801 {
  display: none;
}
#s-d97b2a9b-eced-4f23-82ba-1e327caa1801, #wrap-s-d97b2a9b-eced-4f23-82ba-1e327caa1801 { display: none !important; }}






  #s-d97b2a9b-eced-4f23-82ba-1e327caa1801 img.shogun-image {
    

    
    
    
  }


#s-d97b2a9b-eced-4f23-82ba-1e327caa1801 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-10743d1f-c9c0-40aa-9fdb-7e0a980ff497 {
  margin-left: 50px;
margin-right: -325px;
text-align: left;
}

#s-10743d1f-c9c0-40aa-9fdb-7e0a980ff497 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 85%;
text-align: center;
}
@media (min-width: 1200px){#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 {
  display: none;
}
#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252, #wrap-s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 {
  display: none;
}
#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252, #wrap-s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 {
  display: none;
}
#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252, #wrap-s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 { display: none !important; }}






  #s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 img.shogun-image {
    

    
    
    
  }


#s-d3097c77-a0fa-4ef5-9cba-c70de4b0c252 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-23e90d27-973e-43a6-909c-166617f6c58e {
  margin-left: 50px;
margin-right: -325px;
text-align: left;
}

#s-23e90d27-973e-43a6-909c-166617f6c58e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 {
  margin-left: 5%;
margin-bottom: 100px;
margin-right: 85%;
text-align: center;
}
@media (min-width: 1200px){#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 {
  display: none;
}
#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290, #wrap-s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 {
  display: none;
}
#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290, #wrap-s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 {
  display: none;
}
#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290, #wrap-s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 { display: none !important; }}






  #s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 img.shogun-image {
    

    
    
    
  }


#s-86e1ca12-9ed3-44f7-8593-625aaf0cd290 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7e8265b8-9274-4a7f-8d7f-f61b4959f9b3 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: -325px;
text-align: left;
}

#s-7e8265b8-9274-4a7f-8d7f-f61b4959f9b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-225d4749-fa5f-4594-8790-6df2323e3649 {
  margin-top: 50px;
margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-225d4749-fa5f-4594-8790-6df2323e3649 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-225d4749-fa5f-4594-8790-6df2323e3649 {
  display: none;
}
#s-225d4749-fa5f-4594-8790-6df2323e3649, #wrap-s-225d4749-fa5f-4594-8790-6df2323e3649 { display: none !important; }}
@media (min-width: 0px) {
[id="s-225d4749-fa5f-4594-8790-6df2323e3649"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-225d4749-fa5f-4594-8790-6df2323e3649"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-225d4749-fa5f-4594-8790-6df2323e3649"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-225d4749-fa5f-4594-8790-6df2323e3649"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-225d4749-fa5f-4594-8790-6df2323e3649"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-225d4749-fa5f-4594-8790-6df2323e3649"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-225d4749-fa5f-4594-8790-6df2323e3649"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ec37faad-ce8f-4bed-9352-e150b0605259 {
  text-align: center;
}

#s-ec37faad-ce8f-4bed-9352-e150b0605259 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-ec37faad-ce8f-4bed-9352-e150b0605259 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec37faad-ce8f-4bed-9352-e150b0605259 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec37faad-ce8f-4bed-9352-e150b0605259 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-2d484afe-42f1-4a46-b664-9279aa2c303d {
  text-align: center;
}







  #s-2d484afe-42f1-4a46-b664-9279aa2c303d img.shogun-image {
    

    
    
    
  }


#s-2d484afe-42f1-4a46-b664-9279aa2c303d .shogun-image-content {
  
    align-items: center;
  
}

#s-5f910c74-dafc-42bb-bbbc-539e05f8c7fa {
  margin-top: 50px;
margin-left: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f910c74-dafc-42bb-bbbc-539e05f8c7fa {
  margin-top: 25px;
}
}
#s-5f910c74-dafc-42bb-bbbc-539e05f8c7fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5f910c74-dafc-42bb-bbbc-539e05f8c7fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-afff9989-eaf3-4f15-b9e7-5414aa71b540 {
  margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
}
@media (max-width: 767px){#s-afff9989-eaf3-4f15-b9e7-5414aa71b540 {
  display: none;
}
#s-afff9989-eaf3-4f15-b9e7-5414aa71b540, #wrap-s-afff9989-eaf3-4f15-b9e7-5414aa71b540 { display: none !important; }}
@media (min-width: 0px) {
[id="s-afff9989-eaf3-4f15-b9e7-5414aa71b540"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afff9989-eaf3-4f15-b9e7-5414aa71b540"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afff9989-eaf3-4f15-b9e7-5414aa71b540"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-afff9989-eaf3-4f15-b9e7-5414aa71b540"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afff9989-eaf3-4f15-b9e7-5414aa71b540"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-afff9989-eaf3-4f15-b9e7-5414aa71b540"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-afff9989-eaf3-4f15-b9e7-5414aa71b540"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-e27a08b1-3afa-4015-b14b-424861f57209 {
  margin-top: 5px;
margin-left: 50%;
margin-right: 0%;
text-align: center;
}







  #s-e27a08b1-3afa-4015-b14b-424861f57209 img.shogun-image {
    

    
    
    
  }


#s-e27a08b1-3afa-4015-b14b-424861f57209 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c27e6bd-064a-4925-915f-2d375274c4fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c27e6bd-064a-4925-915f-2d375274c4fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-25545fbb-536d-4105-bf7e-7e49312fdb3b {
  margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
}
@media (max-width: 767px){#s-25545fbb-536d-4105-bf7e-7e49312fdb3b {
  display: none;
}
#s-25545fbb-536d-4105-bf7e-7e49312fdb3b, #wrap-s-25545fbb-536d-4105-bf7e-7e49312fdb3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-25545fbb-536d-4105-bf7e-7e49312fdb3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25545fbb-536d-4105-bf7e-7e49312fdb3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25545fbb-536d-4105-bf7e-7e49312fdb3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25545fbb-536d-4105-bf7e-7e49312fdb3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25545fbb-536d-4105-bf7e-7e49312fdb3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25545fbb-536d-4105-bf7e-7e49312fdb3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-25545fbb-536d-4105-bf7e-7e49312fdb3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-2cf6d7eb-6c61-42f6-9317-af81ff55c76a {
  margin-top: 5px;
margin-left: 50%;
margin-right: 0%;
text-align: center;
}







  #s-2cf6d7eb-6c61-42f6-9317-af81ff55c76a img.shogun-image {
    

    
    
    
  }


#s-2cf6d7eb-6c61-42f6-9317-af81ff55c76a .shogun-image-content {
  
    align-items: center;
  
}

#s-5d87c40d-2a55-4f3d-b394-a4f9b74c0b71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d87c40d-2a55-4f3d-b394-a4f9b74c0b71 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0579d645-98ef-4aea-b35e-82d3e1c06029 {
  margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
}
@media (max-width: 767px){#s-0579d645-98ef-4aea-b35e-82d3e1c06029 {
  display: none;
}
#s-0579d645-98ef-4aea-b35e-82d3e1c06029, #wrap-s-0579d645-98ef-4aea-b35e-82d3e1c06029 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0579d645-98ef-4aea-b35e-82d3e1c06029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0579d645-98ef-4aea-b35e-82d3e1c06029"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0579d645-98ef-4aea-b35e-82d3e1c06029"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0579d645-98ef-4aea-b35e-82d3e1c06029"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0579d645-98ef-4aea-b35e-82d3e1c06029"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0579d645-98ef-4aea-b35e-82d3e1c06029"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0579d645-98ef-4aea-b35e-82d3e1c06029"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-b7da784f-7b25-4646-b3d5-58873e878742 {
  margin-top: 5px;
margin-left: 50%;
margin-right: 0%;
text-align: center;
}







  #s-b7da784f-7b25-4646-b3d5-58873e878742 img.shogun-image {
    

    
    
    
  }


#s-b7da784f-7b25-4646-b3d5-58873e878742 .shogun-image-content {
  
    align-items: center;
  
}

#s-81b7c043-b185-426b-af92-fb9414c361d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-81b7c043-b185-426b-af92-fb9414c361d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8c8cdbb5-f942-4a70-bad1-c0624358bc2a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-8c8cdbb5-f942-4a70-bad1-c0624358bc2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c8cdbb5-f942-4a70-bad1-c0624358bc2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 {
  display: none;
}
#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61, #wrap-s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 {
  display: none;
}
#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61, #wrap-s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 { display: none !important; }}@media (max-width: 767px){#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 {
  display: none;
}
#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61, #wrap-s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 { display: none !important; }}







#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6135d9d4-98cd-4a36-8dcf-fe5fd897fa61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
  margin-top: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 25px;
max-width: 2666px;
aspect-ratio: 2666/1820;
text-align: center;
}





  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image,
  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
    width: 100%;
    height: auto;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
    
    
  }


.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shogun-image-content {
  
    align-items: center;
  
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
      position: relative;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image,
  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
    width: 100%;
    height: auto;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
    
    
  }


.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shogun-image-content {
  
    align-items: center;
  
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
      position: relative;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image,
  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
    width: 100%;
    height: auto;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
    
    
  }


.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shogun-image-content {
  
    align-items: center;
  
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
      position: relative;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image,
  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
    width: 100%;
    height: auto;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
    
    
  }


.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shogun-image-content {
  
    align-items: center;
  
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
      position: relative;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image,
  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
    width: 100%;
    height: auto;
  }

  #s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
    
    
  }


.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db .shogun-image-content {
  
    align-items: center;
  
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container {
      position: relative;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45c6dd77-3111-4b75-8f09-6ab8f6f746db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dca53155-4081-449b-a2cd-b4aff97fca94 {
  text-align: center;
}

#s-dca53155-4081-449b-a2cd-b4aff97fca94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-dca53155-4081-449b-a2cd-b4aff97fca94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


}
#s-7979dd2b-c636-4dc1-8ef6-40f0909a8b69 {
  text-align: center;
}

#s-7979dd2b-c636-4dc1-8ef6-40f0909a8b69 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-627b9dfe-0a37-44e8-9815-fe0daf013acc {
  margin-bottom: 25px;
text-align: center;
}

#s-627b9dfe-0a37-44e8-9815-fe0daf013acc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b0a5f6bb-b5ee-4b11-8d1f-7128d0d46bfc {
  margin-bottom: 50px;
text-align: center;
}

#s-b0a5f6bb-b5ee-4b11-8d1f-7128d0d46bfc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a, #wrap-s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a { display: none !important; }}@media (max-width: 767px){#s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e366f99b-bd94-4ffb-90c3-3f7d6a13a63a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96858cae-6613-4013-bfba-e9e47432ac14 {
  margin-top: 50px;
margin-left: 5%;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 25px;
max-width: 2666px;
aspect-ratio: 2666/1820;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-96858cae-6613-4013-bfba-e9e47432ac14 {
  margin-bottom: 50px;
}
}




  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image,
  #s-96858cae-6613-4013-bfba-e9e47432ac14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 {
    width: 100%;
    height: auto;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
    
    
  }


.s-96858cae-6613-4013-bfba-e9e47432ac14 .shogun-image-content {
  
    align-items: center;
  
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96858cae-6613-4013-bfba-e9e47432ac14 {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
      position: relative;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image,
  #s-96858cae-6613-4013-bfba-e9e47432ac14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 {
    width: 100%;
    height: auto;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
    
    
  }


.s-96858cae-6613-4013-bfba-e9e47432ac14 .shogun-image-content {
  
    align-items: center;
  
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96858cae-6613-4013-bfba-e9e47432ac14 {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
      position: relative;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image,
  #s-96858cae-6613-4013-bfba-e9e47432ac14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 {
    width: 100%;
    height: auto;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
    
    
  }


.s-96858cae-6613-4013-bfba-e9e47432ac14 .shogun-image-content {
  
    align-items: center;
  
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96858cae-6613-4013-bfba-e9e47432ac14 {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
      position: relative;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image,
  #s-96858cae-6613-4013-bfba-e9e47432ac14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 {
    width: 100%;
    height: auto;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
    
    
  }


.s-96858cae-6613-4013-bfba-e9e47432ac14 .shogun-image-content {
  
    align-items: center;
  
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96858cae-6613-4013-bfba-e9e47432ac14 {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
      position: relative;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image,
  #s-96858cae-6613-4013-bfba-e9e47432ac14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 {
    width: 100%;
    height: auto;
  }

  #s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
    
    
  }


.s-96858cae-6613-4013-bfba-e9e47432ac14 .shogun-image-content {
  
    align-items: center;
  
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96858cae-6613-4013-bfba-e9e47432ac14 {
      --shg-aspect-ratio: calc(2666/1820); 
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container {
      position: relative;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96858cae-6613-4013-bfba-e9e47432ac14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-069d79a0-b76f-4e53-a8f7-1848403c4f7c {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}

#s-069d79a0-b76f-4e53-a8f7-1848403c4f7c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-069d79a0-b76f-4e53-a8f7-1848403c4f7c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


}
#s-c6a6c7ee-dc65-4452-8a40-108dba9fa7fa {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}

#s-c6a6c7ee-dc65-4452-8a40-108dba9fa7fa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6f4a73f5-00da-4c25-b5b8-41774d5b1d83 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-6f4a73f5-00da-4c25-b5b8-41774d5b1d83 {
  margin-bottom: 0px;
}
}
#s-6f4a73f5-00da-4c25-b5b8-41774d5b1d83 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-76c0b940-bf33-4649-b85f-e7f5a276d476 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 75px;
margin-right: 5%;
text-align: center;
}

#s-76c0b940-bf33-4649-b85f-e7f5a276d476 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ff61dc39-efbc-49c6-9e95-b08038944fd6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ff61dc39-efbc-49c6-9e95-b08038944fd6 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff61dc39-efbc-49c6-9e95-b08038944fd6 {
  margin-left: 15%;
margin-right: 15%;
}
}







#s-ff61dc39-efbc-49c6-9e95-b08038944fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff61dc39-efbc-49c6-9e95-b08038944fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f4af898-30ce-47f1-a414-71d2b2bc5ee8 {
  margin-top: 50px;
text-align: center;
}

#s-7f4af898-30ce-47f1-a414-71d2b2bc5ee8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7f4af898-30ce-47f1-a414-71d2b2bc5ee8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}@media (max-width: 767px){#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-53d6fee1-2a8d-40f5-903c-af40cdb61276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-fb02055d-4ebb-491c-bd45-468b2018d209 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-fb02055d-4ebb-491c-bd45-468b2018d209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb02055d-4ebb-491c-bd45-468b2018d209.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-690ee3a4-76f9-4a99-9566-abae9c498baa {
  text-align: center;
}

#s-690ee3a4-76f9-4a99-9566-abae9c498baa .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-690ee3a4-76f9-4a99-9566-abae9c498baa .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-447d11f5-edb9-4100-bbc8-b07906ba787b {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-447d11f5-edb9-4100-bbc8-b07906ba787b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-447d11f5-edb9-4100-bbc8-b07906ba787b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1e331b8-99ae-4a93-92cf-343052dd189f {
  text-align: center;
}

#s-d1e331b8-99ae-4a93-92cf-343052dd189f .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-d1e331b8-99ae-4a93-92cf-343052dd189f .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-ccbdf90b-70ae-4e9d-bf2a-a131ec391d5e {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-ccbdf90b-70ae-4e9d-bf2a-a131ec391d5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccbdf90b-70ae-4e9d-bf2a-a131ec391d5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5087c99e-c55b-4b2f-b174-089aea1fdc05 {
  text-align: center;
}

#s-5087c99e-c55b-4b2f-b174-089aea1fdc05 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-5087c99e-c55b-4b2f-b174-089aea1fdc05 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-959118c9-99c6-474d-85e6-41fc9b8d60a4 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-959118c9-99c6-474d-85e6-41fc9b8d60a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-959118c9-99c6-474d-85e6-41fc9b8d60a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9aa3facf-60de-4169-88b2-24c502f6c658 {
  text-align: center;
}

#s-9aa3facf-60de-4169-88b2-24c502f6c658 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-9aa3facf-60de-4169-88b2-24c502f6c658 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-714088b6-b894-44b9-8f50-a79c22371bc4 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-714088b6-b894-44b9-8f50-a79c22371bc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-714088b6-b894-44b9-8f50-a79c22371bc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4513cf5-fde1-4877-b2f5-79cd4d0848de {
  text-align: center;
}

#s-a4513cf5-fde1-4877-b2f5-79cd4d0848de .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a4513cf5-fde1-4877-b2f5-79cd4d0848de .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-14d1c265-c4d2-4194-89dd-8dcbe683af4c {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-14d1c265-c4d2-4194-89dd-8dcbe683af4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d1c265-c4d2-4194-89dd-8dcbe683af4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-596305af-b968-47a6-afb2-5eda86726d06 {
  text-align: center;
}

#s-596305af-b968-47a6-afb2-5eda86726d06 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-596305af-b968-47a6-afb2-5eda86726d06 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-e9747e6a-5c98-4873-ab94-3e112b910b42 {
  text-align: center;
}

#s-e9747e6a-5c98-4873-ab94-3e112b910b42 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-e9747e6a-5c98-4873-ab94-3e112b910b42 .shogun-heading-component h3 a {
  color: ;
}

@media (max-width: 767px){#s-e9747e6a-5c98-4873-ab94-3e112b910b42 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-e9747e6a-5c98-4873-ab94-3e112b910b42 .shogun-heading-component h3 a {
  color: ;
}

}
#s-b18c9393-7078-4a5b-8b29-e1af969a5ddf {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-b18c9393-7078-4a5b-8b29-e1af969a5ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b18c9393-7078-4a5b-8b29-e1af969a5ddf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9e618a9-a452-4f82-a395-c30eb9f5080d {
  text-align: center;
}

#s-a9e618a9-a452-4f82-a395-c30eb9f5080d .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a9e618a9-a452-4f82-a395-c30eb9f5080d .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-cd3d9571-197b-484f-ae4f-7ec8e68291a5 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-cd3d9571-197b-484f-ae4f-7ec8e68291a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd3d9571-197b-484f-ae4f-7ec8e68291a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a61e0615-e37e-44a0-92ab-6ee18e9bb57b {
  text-align: center;
}

#s-a61e0615-e37e-44a0-92ab-6ee18e9bb57b .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a61e0615-e37e-44a0-92ab-6ee18e9bb57b .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-177edc14-2a66-4d6f-87d5-227bd19bb246 {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-177edc14-2a66-4d6f-87d5-227bd19bb246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-177edc14-2a66-4d6f-87d5-227bd19bb246.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e45d72f3-4d7f-4f19-9db1-8345da3f35a7 {
  text-align: center;
}

#s-e45d72f3-4d7f-4f19-9db1-8345da3f35a7 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e45d72f3-4d7f-4f19-9db1-8345da3f35a7 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-e4c3f9fa-dd4d-4162-88bb-05450f7387c6 {
  text-align: center;
}

#s-e4c3f9fa-dd4d-4162-88bb-05450f7387c6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-e4c3f9fa-dd4d-4162-88bb-05450f7387c6 .shogun-heading-component h3 a {
  color: ;
}

@media (max-width: 767px){#s-e4c3f9fa-dd4d-4162-88bb-05450f7387c6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-e4c3f9fa-dd4d-4162-88bb-05450f7387c6 .shogun-heading-component h3 a {
  color: ;
}

}
#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 69, 131, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 69, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 69, 131, 1) !important;
border-radius: 10px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c:active {box-shadow:0px 0px 0px 3px rgba(255, 255, 255, 0.5) !important;
background-color: rgba(0, 69, 131, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c {
  margin-left: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
}
}

  #s-43e50ea8-f9b8-4372-a688-93f2ad88d37c-root {
    text-align: center;
  }


#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43e50ea8-f9b8-4372-a688-93f2ad88d37c-root {
    text-align: center;
  }


#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43e50ea8-f9b8-4372-a688-93f2ad88d37c-root {
    text-align: center;
  }


#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43e50ea8-f9b8-4372-a688-93f2ad88d37c-root {
    text-align: center;
  }


#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43e50ea8-f9b8-4372-a688-93f2ad88d37c-root {
    text-align: center;
  }


#s-43e50ea8-f9b8-4372-a688-93f2ad88d37c.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
/*
  $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}
