.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-05ce1bb0-cdca-454e-97c8-9d232c933f83 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-05ce1bb0-cdca-454e-97c8-9d232c933f83 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05ce1bb0-cdca-454e-97c8-9d232c933f83 {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05ce1bb0-cdca-454e-97c8-9d232c933f83 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-05ce1bb0-cdca-454e-97c8-9d232c933f83 {
  margin-top: 30px;
}
}







#s-05ce1bb0-cdca-454e-97c8-9d232c933f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05ce1bb0-cdca-454e-97c8-9d232c933f83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-17405a2f-42dc-4896-942b-7aa42282c3cd {
  padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-17405a2f-42dc-4896-942b-7aa42282c3cd {
  display: none;
}
#s-17405a2f-42dc-4896-942b-7aa42282c3cd, #wrap-s-17405a2f-42dc-4896-942b-7aa42282c3cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17405a2f-42dc-4896-942b-7aa42282c3cd {
  display: none;
}
#s-17405a2f-42dc-4896-942b-7aa42282c3cd, #wrap-s-17405a2f-42dc-4896-942b-7aa42282c3cd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17405a2f-42dc-4896-942b-7aa42282c3cd {
  display: none;
}
#s-17405a2f-42dc-4896-942b-7aa42282c3cd, #wrap-s-17405a2f-42dc-4896-942b-7aa42282c3cd { display: none !important; }}
#s-17405a2f-42dc-4896-942b-7aa42282c3cd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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-c63cf16c-7ba3-479d-8d84-86ded5dcd4a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c63cf16c-7ba3-479d-8d84-86ded5dcd4a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c63cf16c-7ba3-479d-8d84-86ded5dcd4a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c63cf16c-7ba3-479d-8d84-86ded5dcd4a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c63cf16c-7ba3-479d-8d84-86ded5dcd4a3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5c92f93a-9d46-4493-9838-fd11d44c1663 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c92f93a-9d46-4493-9838-fd11d44c1663 {
  display: unset;
}
#s-5c92f93a-9d46-4493-9838-fd11d44c1663, #wrap-s-5c92f93a-9d46-4493-9838-fd11d44c1663 { display: unset !important; }}@media (max-width: 767px){#s-5c92f93a-9d46-4493-9838-fd11d44c1663 {
  display: none;
}
#s-5c92f93a-9d46-4493-9838-fd11d44c1663, #wrap-s-5c92f93a-9d46-4493-9838-fd11d44c1663 { display: none !important; }}
#s-5c92f93a-9d46-4493-9838-fd11d44c1663 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-953e4baf-8c8d-4396-b611-7214bd75fe90 {
  display: none;
}
#s-953e4baf-8c8d-4396-b611-7214bd75fe90, #wrap-s-953e4baf-8c8d-4396-b611-7214bd75fe90 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-1669b28d-bf2a-4ad8-aca7-f267884d2ade {
  display: none;
}
#s-1669b28d-bf2a-4ad8-aca7-f267884d2ade, #wrap-s-1669b28d-bf2a-4ad8-aca7-f267884d2ade { display: none !important; }}
#s-fa8bfc63-4901-4c19-9d67-b885df578636 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa8bfc63-4901-4c19-9d67-b885df578636 {
  display: none;
}
#s-fa8bfc63-4901-4c19-9d67-b885df578636, #wrap-s-fa8bfc63-4901-4c19-9d67-b885df578636 { display: none !important; }}@media (max-width: 767px){#s-fa8bfc63-4901-4c19-9d67-b885df578636 {
  display: unset;
}
#s-fa8bfc63-4901-4c19-9d67-b885df578636, #wrap-s-fa8bfc63-4901-4c19-9d67-b885df578636 { display: unset !important; }}
#s-fa8bfc63-4901-4c19-9d67-b885df578636 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



.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-b73d319c-593b-4c58-8e01-6417005d1f18 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b73d319c-593b-4c58-8e01-6417005d1f18 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 {
    width: 100%;
    height: auto;
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
    
    
  }


.s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73d319c-593b-4c58-8e01-6417005d1f18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
      position: relative;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 {
    width: 100%;
    height: auto;
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
    
    
  }


.s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73d319c-593b-4c58-8e01-6417005d1f18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
      position: relative;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 {
    width: 100%;
    height: auto;
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
    
    
  }


.s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73d319c-593b-4c58-8e01-6417005d1f18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
      position: relative;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 {
    width: 100%;
    height: auto;
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
    
    
  }


.s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73d319c-593b-4c58-8e01-6417005d1f18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
      position: relative;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b73d319c-593b-4c58-8e01-6417005d1f18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 {
    width: 100%;
    height: auto;
  }

  #s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
    
    
  }


.s-b73d319c-593b-4c58-8e01-6417005d1f18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b73d319c-593b-4c58-8e01-6417005d1f18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container {
      position: relative;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b73d319c-593b-4c58-8e01-6417005d1f18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 1200px){#s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9 {
  display: none;
}
#s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9, #wrap-s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9 {
  display: none;
}
#s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9, #wrap-s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9 { display: none !important; }}@media (max-width: 767px){#s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9 {
  display: none;
}
#s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9, #wrap-s-0fe8cd03-276d-4a3c-861c-dd64bc9a38e9 { display: none !important; }}
@media (min-width: 1200px){#s-667b7bf7-c823-4795-9f9b-9a546df8c1f5 {
  display: none;
}
#s-667b7bf7-c823-4795-9f9b-9a546df8c1f5, #wrap-s-667b7bf7-c823-4795-9f9b-9a546df8c1f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-667b7bf7-c823-4795-9f9b-9a546df8c1f5 {
  display: none;
}
#s-667b7bf7-c823-4795-9f9b-9a546df8c1f5, #wrap-s-667b7bf7-c823-4795-9f9b-9a546df8c1f5 { display: none !important; }}@media (max-width: 767px){#s-667b7bf7-c823-4795-9f9b-9a546df8c1f5 {
  display: none;
}
#s-667b7bf7-c823-4795-9f9b-9a546df8c1f5, #wrap-s-667b7bf7-c823-4795-9f9b-9a546df8c1f5 { display: none !important; }}
#s-eb317675-0d54-4bdd-969e-2a1347026454 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-eb317675-0d54-4bdd-969e-2a1347026454 {
  display: none;
}
#s-eb317675-0d54-4bdd-969e-2a1347026454, #wrap-s-eb317675-0d54-4bdd-969e-2a1347026454 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb317675-0d54-4bdd-969e-2a1347026454 {
  display: none;
}
#s-eb317675-0d54-4bdd-969e-2a1347026454, #wrap-s-eb317675-0d54-4bdd-969e-2a1347026454 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb317675-0d54-4bdd-969e-2a1347026454 {
  display: unset;
}
#s-eb317675-0d54-4bdd-969e-2a1347026454, #wrap-s-eb317675-0d54-4bdd-969e-2a1347026454 { display: unset !important; }}@media (max-width: 767px){#s-eb317675-0d54-4bdd-969e-2a1347026454 {
  display: none;
}
#s-eb317675-0d54-4bdd-969e-2a1347026454, #wrap-s-eb317675-0d54-4bdd-969e-2a1347026454 { display: none !important; }}
#s-eb317675-0d54-4bdd-969e-2a1347026454 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-600e01f2-3d62-416a-90ea-d10eb26bd769 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-600e01f2-3d62-416a-90ea-d10eb26bd769 {
  margin-top: 10px;
}
}
#s-efffb9a7-774f-44f9-b143-9876f21704b5 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-efffb9a7-774f-44f9-b143-9876f21704b5 {
  display: unset;
}
#s-efffb9a7-774f-44f9-b143-9876f21704b5, #wrap-s-efffb9a7-774f-44f9-b143-9876f21704b5 { display: unset !important; }}@media (max-width: 767px){#s-efffb9a7-774f-44f9-b143-9876f21704b5 {
  display: unset;
}
#s-efffb9a7-774f-44f9-b143-9876f21704b5, #wrap-s-efffb9a7-774f-44f9-b143-9876f21704b5 { display: unset !important; }}
#s-efffb9a7-774f-44f9-b143-9876f21704b5 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-b7f885b0-adcd-4605-a8dd-7f2bc117e12a {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-b7f885b0-adcd-4605-a8dd-7f2bc117e12a {
  margin-top: 10px;
}
}
#s-bc472d84-80c7-499e-b09e-61e6acb42750 {
  margin-top: 10px;
margin-bottom: 20px;
max-width: 2561px;
aspect-ratio: 2561/1241;
text-align: center;
}
@media (max-width: 767px){#s-bc472d84-80c7-499e-b09e-61e6acb42750 {
  display: none;
}
#s-bc472d84-80c7-499e-b09e-61e6acb42750, #wrap-s-bc472d84-80c7-499e-b09e-61e6acb42750 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 {
    width: 100%;
    height: auto;
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
    
    
  }


.s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc472d84-80c7-499e-b09e-61e6acb42750 {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
      position: relative;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 {
    width: 100%;
    height: auto;
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
    
    
  }


.s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc472d84-80c7-499e-b09e-61e6acb42750 {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
      position: relative;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 {
    width: 100%;
    height: auto;
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
    
    
  }


.s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc472d84-80c7-499e-b09e-61e6acb42750 {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
      position: relative;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 {
    width: 100%;
    height: auto;
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
    
    
  }


.s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc472d84-80c7-499e-b09e-61e6acb42750 {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
      position: relative;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc472d84-80c7-499e-b09e-61e6acb42750 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 {
    width: 100%;
    height: auto;
  }

  #s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
    
    
  }


.s-bc472d84-80c7-499e-b09e-61e6acb42750 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc472d84-80c7-499e-b09e-61e6acb42750 {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container {
      position: relative;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc472d84-80c7-499e-b09e-61e6acb42750 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
  margin-top: 10px;
margin-bottom: 20px;
max-width: 1251px;
aspect-ratio: 1251/2286;
text-align: center;
}
@media (min-width: 1200px){#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
  display: none;
}
#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41, #wrap-s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
  display: none;
}
#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41, #wrap-s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
  display: none;
}
#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41, #wrap-s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }

    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-link {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
    width: 100%;
    height: auto;
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
    
    
  }


.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
      --shg-aspect-ratio: calc(1251/2286); 
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
      position: relative;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }

    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-link {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
    width: 100%;
    height: auto;
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
    
    
  }


.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
      --shg-aspect-ratio: calc(1251/2286); 
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
      position: relative;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }

    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-link {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
    width: 100%;
    height: auto;
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
    
    
  }


.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
      --shg-aspect-ratio: calc(1251/2286); 
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
      position: relative;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }

    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-link {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
    width: 100%;
    height: auto;
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
    
    
  }


.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
      --shg-aspect-ratio: calc(1251/2286); 
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
      position: relative;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }

    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-link {
      aspect-ratio: 1251/2286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
    width: 100%;
    height: auto;
  }

  #s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
    
    
  }


.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 {
      --shg-aspect-ratio: calc(1251/2286); 
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container {
      position: relative;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d778bb4-7b53-4061-87b0-5b0dbdf13d41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ac68828e-7a3f-43e1-8795-d28f6319325f {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac68828e-7a3f-43e1-8795-d28f6319325f {
  display: unset;
}
#s-ac68828e-7a3f-43e1-8795-d28f6319325f, #wrap-s-ac68828e-7a3f-43e1-8795-d28f6319325f { display: unset !important; }}@media (max-width: 767px){#s-ac68828e-7a3f-43e1-8795-d28f6319325f {
  display: unset;
}
#s-ac68828e-7a3f-43e1-8795-d28f6319325f, #wrap-s-ac68828e-7a3f-43e1-8795-d28f6319325f { display: unset !important; }}
#s-ac68828e-7a3f-43e1-8795-d28f6319325f .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-77f663e1-feae-43c9-9518-514c47bd71ae {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-77f663e1-feae-43c9-9518-514c47bd71ae {
  margin-top: 10px;
}
}
#s-41773f38-8388-4b3e-b066-a382e720d531 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-41773f38-8388-4b3e-b066-a382e720d531 {
  display: unset;
}
#s-41773f38-8388-4b3e-b066-a382e720d531, #wrap-s-41773f38-8388-4b3e-b066-a382e720d531 { display: unset !important; }}@media (max-width: 767px){#s-41773f38-8388-4b3e-b066-a382e720d531 {
  display: unset;
}
#s-41773f38-8388-4b3e-b066-a382e720d531, #wrap-s-41773f38-8388-4b3e-b066-a382e720d531 { display: unset !important; }}
#s-41773f38-8388-4b3e-b066-a382e720d531 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-dfe438d5-6946-4e73-a9e0-1e72e0431b61 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-dfe438d5-6946-4e73-a9e0-1e72e0431b61 {
  margin-top: 10px;
}
}
#s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0 {
  display: unset;
}
#s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0, #wrap-s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0 { display: unset !important; }}@media (max-width: 767px){#s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0 {
  display: unset;
}
#s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0, #wrap-s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0 { display: unset !important; }}
#s-6b579c1c-cf98-4fcc-96ff-7baf297e82f0 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-b73965e2-b855-40e5-89fe-db0603109e3f {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-b73965e2-b855-40e5-89fe-db0603109e3f {
  margin-top: 10px;
}
}
#s-bde8bec4-2867-4816-b63b-6eef22670b20 {
  box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.15);
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bde8bec4-2867-4816-b63b-6eef22670b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde8bec4-2867-4816-b63b-6eef22670b20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a350eeb-07ba-40a2-9b69-3f66ca3a7dab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a350eeb-07ba-40a2-9b69-3f66ca3a7dab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a350eeb-07ba-40a2-9b69-3f66ca3a7dab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a350eeb-07ba-40a2-9b69-3f66ca3a7dab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9a350eeb-07ba-40a2-9b69-3f66ca3a7dab"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-054960a4-7376-43f4-bdf4-40b0dc8b0d83 {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}
@media (max-width: 767px){#s-054960a4-7376-43f4-bdf4-40b0dc8b0d83 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-054960a4-7376-43f4-bdf4-40b0dc8b0d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-054960a4-7376-43f4-bdf4-40b0dc8b0d83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09a38314-22b8-45b1-8033-541bf11d1ca1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09a38314-22b8-45b1-8033-541bf11d1ca1 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-71cbd72c-730b-4417-841d-172c22238690 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-71cbd72c-730b-4417-841d-172c22238690:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71cbd72c-730b-4417-841d-172c22238690:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71cbd72c-730b-4417-841d-172c22238690-root {
    text-align: center;
  }


#s-71cbd72c-730b-4417-841d-172c22238690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71cbd72c-730b-4417-841d-172c22238690-root {
    text-align: center;
  }


#s-71cbd72c-730b-4417-841d-172c22238690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71cbd72c-730b-4417-841d-172c22238690-root {
    text-align: center;
  }


#s-71cbd72c-730b-4417-841d-172c22238690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71cbd72c-730b-4417-841d-172c22238690-root {
    text-align: center;
  }


#s-71cbd72c-730b-4417-841d-172c22238690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71cbd72c-730b-4417-841d-172c22238690-root {
    text-align: center;
  }


#s-71cbd72c-730b-4417-841d-172c22238690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b0c4e8f8-7a04-4f8e-959f-744dc527bb4e {
  min-height: 50px;
}








#s-b0c4e8f8-7a04-4f8e-959f-744dc527bb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c4e8f8-7a04-4f8e-959f-744dc527bb4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-502bccce-bd21-4a23-8d20-923420b0d633 {
  max-width: 1080px;
aspect-ratio: 1080/695;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-502bccce-bd21-4a23-8d20-923420b0d633 {
  display: none;
}
#s-502bccce-bd21-4a23-8d20-923420b0d633, #wrap-s-502bccce-bd21-4a23-8d20-923420b0d633 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }

    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-link {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 {
    width: 100%;
    height: auto;
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
    
    
  }


.s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-content {
  
    align-items: center;
  
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502bccce-bd21-4a23-8d20-923420b0d633 {
      --shg-aspect-ratio: calc(600/392); 
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
      position: relative;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }

    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-link {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 {
    width: 100%;
    height: auto;
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
    
    
  }


.s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-content {
  
    align-items: center;
  
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502bccce-bd21-4a23-8d20-923420b0d633 {
      --shg-aspect-ratio: calc(600/392); 
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
      position: relative;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }

    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-link {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 {
    width: 100%;
    height: auto;
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
    
    
  }


.s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-content {
  
    align-items: center;
  
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502bccce-bd21-4a23-8d20-923420b0d633 {
      --shg-aspect-ratio: calc(600/392); 
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
      position: relative;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }

    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-link {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 {
    width: 100%;
    height: auto;
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
    
    
  }


.s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-content {
  
    align-items: center;
  
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502bccce-bd21-4a23-8d20-923420b0d633 {
      --shg-aspect-ratio: calc(600/392); 
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
      position: relative;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }

    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-link {
      aspect-ratio: 600/392;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-502bccce-bd21-4a23-8d20-923420b0d633 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 {
    width: 100%;
    height: auto;
  }

  #s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
    
    
  }


.s-502bccce-bd21-4a23-8d20-923420b0d633 .shogun-image-content {
  
    align-items: center;
  
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502bccce-bd21-4a23-8d20-923420b0d633 {
      --shg-aspect-ratio: calc(600/392); 
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container {
      position: relative;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502bccce-bd21-4a23-8d20-923420b0d633 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 {
  max-width: 3150px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 {
  display: none;
}
#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2, #wrap-s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 {
  display: none;
}
#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2, #wrap-s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 { display: none !important; }}@media (max-width: 767px){#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 {
  display: none;
}
#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2, #wrap-s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 { display: none !important; }}






  img.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
    
    
  }


.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
    
    
  }


.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
    
    
  }


.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
    
    
  }


.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
    
    
  }


.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936d8794-1b5c-458c-b6d5-c494a9ed98c2.shogun-image {
  box-sizing: border-box;
}




}
#s-1488e3df-b049-4595-8113-50bd634589ea {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1488e3df-b049-4595-8113-50bd634589ea {
  display: unset;
}
#s-1488e3df-b049-4595-8113-50bd634589ea, #wrap-s-1488e3df-b049-4595-8113-50bd634589ea { display: unset !important; }}@media (max-width: 767px){#s-1488e3df-b049-4595-8113-50bd634589ea {
  display: unset;
}
#s-1488e3df-b049-4595-8113-50bd634589ea, #wrap-s-1488e3df-b049-4595-8113-50bd634589ea { display: unset !important; }}
#s-1488e3df-b049-4595-8113-50bd634589ea .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-41961769-b16d-4b4d-a626-8701513cb922 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-41961769-b16d-4b4d-a626-8701513cb922 {
  margin-top: 10px;
}
}
#s-5c58d7fc-c589-477c-bfa2-ccb1683f4371 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c58d7fc-c589-477c-bfa2-ccb1683f4371 {
  display: unset;
}
#s-5c58d7fc-c589-477c-bfa2-ccb1683f4371, #wrap-s-5c58d7fc-c589-477c-bfa2-ccb1683f4371 { display: unset !important; }}@media (max-width: 767px){#s-5c58d7fc-c589-477c-bfa2-ccb1683f4371 {
  display: unset;
}
#s-5c58d7fc-c589-477c-bfa2-ccb1683f4371, #wrap-s-5c58d7fc-c589-477c-bfa2-ccb1683f4371 { display: unset !important; }}
#s-5c58d7fc-c589-477c-bfa2-ccb1683f4371 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (max-width: 767px){#s-7a028369-2f1a-4ad5-b7c0-996958995044 {
  margin-top: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-a331c145-04cd-40e9-b278-f379ec9da634 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-a331c145-04cd-40e9-b278-f379ec9da634 {
  margin-top: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-7b068139-31d6-4f5f-aad3-3ca0a19e207a {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-7b068139-31d6-4f5f-aad3-3ca0a19e207a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b068139-31d6-4f5f-aad3-3ca0a19e207a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b068139-31d6-4f5f-aad3-3ca0a19e207a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b068139-31d6-4f5f-aad3-3ca0a19e207a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-860c87b2-553c-4d65-86a2-f4d7794a4c34 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (max-width: 767px){#s-860c87b2-553c-4d65-86a2-f4d7794a4c34 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-860c87b2-553c-4d65-86a2-f4d7794a4c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-860c87b2-553c-4d65-86a2-f4d7794a4c34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-c773345a-1207-480e-a565-4faa1b084c13 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(248, 248, 248, 1);
}
@media (max-width: 767px){#s-c773345a-1207-480e-a565-4faa1b084c13 {
  margin-bottom: 20px;
}
}






  #s-c773345a-1207-480e-a565-4faa1b084c13 img.shogun-image {
    

    
    
    
  }


#s-c773345a-1207-480e-a565-4faa1b084c13 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a700be0-367d-4264-b2ce-cfbe94383891 {
  text-align: left;
}
@media (max-width: 767px){#s-1a700be0-367d-4264-b2ce-cfbe94383891 {
  display: none;
}
#s-1a700be0-367d-4264-b2ce-cfbe94383891, #wrap-s-1a700be0-367d-4264-b2ce-cfbe94383891 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-e55c5769-8289-44df-9667-7a1215141888 {
  display: none;
}
#s-e55c5769-8289-44df-9667-7a1215141888, #wrap-s-e55c5769-8289-44df-9667-7a1215141888 { display: none !important; }}@media (max-width: 767px){#s-e55c5769-8289-44df-9667-7a1215141888 {
  display: none;
}
#s-e55c5769-8289-44df-9667-7a1215141888, #wrap-s-e55c5769-8289-44df-9667-7a1215141888 { display: none !important; }}
@media (min-width: 1200px){#s-f9739b4e-2893-4598-8ce5-ec6014e5b4d6 {
  display: none;
}
#s-f9739b4e-2893-4598-8ce5-ec6014e5b4d6, #wrap-s-f9739b4e-2893-4598-8ce5-ec6014e5b4d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9739b4e-2893-4598-8ce5-ec6014e5b4d6 {
  display: none;
}
#s-f9739b4e-2893-4598-8ce5-ec6014e5b4d6, #wrap-s-f9739b4e-2893-4598-8ce5-ec6014e5b4d6 { display: none !important; }}
#s-286bb7b7-0246-44b0-aaee-745b2f92f7b3 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-286bb7b7-0246-44b0-aaee-745b2f92f7b3 {
  display: unset;
}
#s-286bb7b7-0246-44b0-aaee-745b2f92f7b3, #wrap-s-286bb7b7-0246-44b0-aaee-745b2f92f7b3 { display: unset !important; }}@media (max-width: 767px){#s-286bb7b7-0246-44b0-aaee-745b2f92f7b3 {
  display: unset;
}
#s-286bb7b7-0246-44b0-aaee-745b2f92f7b3, #wrap-s-286bb7b7-0246-44b0-aaee-745b2f92f7b3 { display: unset !important; }}
#s-286bb7b7-0246-44b0-aaee-745b2f92f7b3 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-7e2de7da-8feb-4006-b1a6-cac67e26cf42 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-7e2de7da-8feb-4006-b1a6-cac67e26cf42 {
  margin-top: 10px;
}
}
@media (min-width: 1200px){#s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad {
  display: none;
}
#s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad, #wrap-s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad {
  display: none;
}
#s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad, #wrap-s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad { display: none !important; }}@media (max-width: 767px){#s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad {
  display: none;
}
#s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad, #wrap-s-3cfeb2cd-505b-4019-97a0-61b5ff43f1ad { display: none !important; }}
#s-da58dd79-a283-4c33-ba18-6dada154afb6 {
  margin-top: -10px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-da58dd79-a283-4c33-ba18-6dada154afb6 {
  display: none;
}
#s-da58dd79-a283-4c33-ba18-6dada154afb6, #wrap-s-da58dd79-a283-4c33-ba18-6dada154afb6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da58dd79-a283-4c33-ba18-6dada154afb6 {
  display: none;
}
#s-da58dd79-a283-4c33-ba18-6dada154afb6, #wrap-s-da58dd79-a283-4c33-ba18-6dada154afb6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da58dd79-a283-4c33-ba18-6dada154afb6 {
  display: none;
}
#s-da58dd79-a283-4c33-ba18-6dada154afb6, #wrap-s-da58dd79-a283-4c33-ba18-6dada154afb6 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-f74ca482-4eb3-46bf-82ed-eec47b60da7c {
  display: none;
}
#s-f74ca482-4eb3-46bf-82ed-eec47b60da7c, #wrap-s-f74ca482-4eb3-46bf-82ed-eec47b60da7c { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-61a38094-818f-402c-a464-4ac9b077a5a0 {
  display: none;
}
#s-61a38094-818f-402c-a464-4ac9b077a5a0, #wrap-s-61a38094-818f-402c-a464-4ac9b077a5a0 { display: none !important; }}
@media (min-width: 1200px){#s-1be7802e-9e33-4eac-bff5-fc8a6729852b {
  display: none;
}
#s-1be7802e-9e33-4eac-bff5-fc8a6729852b, #wrap-s-1be7802e-9e33-4eac-bff5-fc8a6729852b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1be7802e-9e33-4eac-bff5-fc8a6729852b {
  display: none;
}
#s-1be7802e-9e33-4eac-bff5-fc8a6729852b, #wrap-s-1be7802e-9e33-4eac-bff5-fc8a6729852b { display: none !important; }}@media (max-width: 767px){#s-1be7802e-9e33-4eac-bff5-fc8a6729852b {
  display: none;
}
#s-1be7802e-9e33-4eac-bff5-fc8a6729852b, #wrap-s-1be7802e-9e33-4eac-bff5-fc8a6729852b { display: none !important; }}
@media (min-width: 1200px){#s-946d03aa-db0e-443f-acf6-d40e9a427345 {
  display: none;
}
#s-946d03aa-db0e-443f-acf6-d40e9a427345, #wrap-s-946d03aa-db0e-443f-acf6-d40e9a427345 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-946d03aa-db0e-443f-acf6-d40e9a427345 {
  display: none;
}
#s-946d03aa-db0e-443f-acf6-d40e9a427345, #wrap-s-946d03aa-db0e-443f-acf6-d40e9a427345 { display: none !important; }}@media (max-width: 767px){#s-946d03aa-db0e-443f-acf6-d40e9a427345 {
  display: none;
}
#s-946d03aa-db0e-443f-acf6-d40e9a427345, #wrap-s-946d03aa-db0e-443f-acf6-d40e9a427345 { display: none !important; }}
#s-26c97587-15d9-454d-8b5d-9f75ca0f5d41 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-26c97587-15d9-454d-8b5d-9f75ca0f5d41 {
  display: unset;
}
#s-26c97587-15d9-454d-8b5d-9f75ca0f5d41, #wrap-s-26c97587-15d9-454d-8b5d-9f75ca0f5d41 { display: unset !important; }}@media (max-width: 767px){#s-26c97587-15d9-454d-8b5d-9f75ca0f5d41 {
  display: none;
}
#s-26c97587-15d9-454d-8b5d-9f75ca0f5d41, #wrap-s-26c97587-15d9-454d-8b5d-9f75ca0f5d41 { display: none !important; }}
#s-26c97587-15d9-454d-8b5d-9f75ca0f5d41 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-4c47ec82-86f9-47db-b362-5ffcfc3c898a {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-4c47ec82-86f9-47db-b362-5ffcfc3c898a {
  margin-top: 10px;
display: none;
}
#s-4c47ec82-86f9-47db-b362-5ffcfc3c898a, #wrap-s-4c47ec82-86f9-47db-b362-5ffcfc3c898a { display: none !important; }}
@media (min-width: 0px) {
[id="s-30efc683-84bd-4e5f-8af9-dd5e67e0d69d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30efc683-84bd-4e5f-8af9-dd5e67e0d69d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30efc683-84bd-4e5f-8af9-dd5e67e0d69d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30efc683-84bd-4e5f-8af9-dd5e67e0d69d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-30efc683-84bd-4e5f-8af9-dd5e67e0d69d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 {
  display: none;
}
#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2, #wrap-s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 {
  display: none;
}
#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2, #wrap-s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 {
  display: none;
}
#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2, #wrap-s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 { display: none !important; }}@media (max-width: 767px){#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 {
  display: unset;
}
#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2, #wrap-s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 { display: unset !important; }}
#s-ab2b59aa-b056-47ff-ac4b-5a32e6cc6de2 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 1200px){#s-e5033703-ded2-4a57-bd85-6f53a1b7e31f {
  display: none;
}
#s-e5033703-ded2-4a57-bd85-6f53a1b7e31f, #wrap-s-e5033703-ded2-4a57-bd85-6f53a1b7e31f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5033703-ded2-4a57-bd85-6f53a1b7e31f {
  display: none;
}
#s-e5033703-ded2-4a57-bd85-6f53a1b7e31f, #wrap-s-e5033703-ded2-4a57-bd85-6f53a1b7e31f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5033703-ded2-4a57-bd85-6f53a1b7e31f {
  margin-top: 10px;
display: none;
}
#s-e5033703-ded2-4a57-bd85-6f53a1b7e31f, #wrap-s-e5033703-ded2-4a57-bd85-6f53a1b7e31f { display: none !important; }}@media (max-width: 767px){#s-e5033703-ded2-4a57-bd85-6f53a1b7e31f {
  margin-top: 10px;
}
}
#s-a48c3524-e30c-4547-8582-98fe8e61d6b2 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a48c3524-e30c-4547-8582-98fe8e61d6b2 {
  display: unset;
}
#s-a48c3524-e30c-4547-8582-98fe8e61d6b2, #wrap-s-a48c3524-e30c-4547-8582-98fe8e61d6b2 { display: unset !important; }}@media (max-width: 767px){#s-a48c3524-e30c-4547-8582-98fe8e61d6b2 {
  display: unset;
}
#s-a48c3524-e30c-4547-8582-98fe8e61d6b2, #wrap-s-a48c3524-e30c-4547-8582-98fe8e61d6b2 { display: unset !important; }}
#s-a48c3524-e30c-4547-8582-98fe8e61d6b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-8cf8fa23-5cef-4b9f-b5a6-dac4e6897a14 {
  margin-top: 10px;
display: none;
}
#s-8cf8fa23-5cef-4b9f-b5a6-dac4e6897a14, #wrap-s-8cf8fa23-5cef-4b9f-b5a6-dac4e6897a14 { display: none !important; }}@media (max-width: 767px){#s-8cf8fa23-5cef-4b9f-b5a6-dac4e6897a14 {
  margin-top: 10px;
}
}
@media (min-width: 1200px){#s-89cf0cae-8236-4edf-92c9-b8e4d9465d42 {
  display: none;
}
#s-89cf0cae-8236-4edf-92c9-b8e4d9465d42, #wrap-s-89cf0cae-8236-4edf-92c9-b8e4d9465d42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89cf0cae-8236-4edf-92c9-b8e4d9465d42 {
  display: none;
}
#s-89cf0cae-8236-4edf-92c9-b8e4d9465d42, #wrap-s-89cf0cae-8236-4edf-92c9-b8e4d9465d42 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89cf0cae-8236-4edf-92c9-b8e4d9465d42 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-89cf0cae-8236-4edf-92c9-b8e4d9465d42 {
  display: none;
}
#s-89cf0cae-8236-4edf-92c9-b8e4d9465d42, #wrap-s-89cf0cae-8236-4edf-92c9-b8e4d9465d42 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-6e871387-6ac9-4cf6-9a0b-c7b58a91bb42 {
  display: none;
}
#s-6e871387-6ac9-4cf6-9a0b-c7b58a91bb42, #wrap-s-6e871387-6ac9-4cf6-9a0b-c7b58a91bb42 { display: none !important; }}
#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
  max-width: 1080px;
aspect-ratio: 1080/1018;
text-align: center;
}
@media (min-width: 1200px){#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
  display: none;
}
#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9, #wrap-s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
  display: none;
}
#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9, #wrap-s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 { display: none !important; }}@media (max-width: 767px){#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9, #wrap-s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }

    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-link {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
    width: 100%;
    height: auto;
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
    
    
  }


.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
      --shg-aspect-ratio: calc(1080/1018); 
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
      position: relative;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }

    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-link {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
    width: 100%;
    height: auto;
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
    
    
  }


.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
      --shg-aspect-ratio: calc(1080/1018); 
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
      position: relative;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }

    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-link {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
    width: 100%;
    height: auto;
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
    
    
  }


.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
      --shg-aspect-ratio: calc(1080/1018); 
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
      position: relative;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }

    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-link {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
    width: 100%;
    height: auto;
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
    
    
  }


.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
      --shg-aspect-ratio: calc(1080/1018); 
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
      position: relative;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }

    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-link {
      aspect-ratio: 1080/1018;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
    width: 100%;
    height: auto;
  }

  #s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
    
    
  }


.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 {
      --shg-aspect-ratio: calc(1080/1018); 
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container {
      position: relative;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33c03c32-e8bc-4fac-919a-c9d9d598e8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
  max-width: 3864px;
aspect-ratio: 3864/2576;
text-align: center;
}
@media (min-width: 1200px){#s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
  display: none;
}
#s-5fa96b83-8afa-43ee-b0f6-abe710530db3, #wrap-s-5fa96b83-8afa-43ee-b0f6-abe710530db3 { display: none !important; }}@media (max-width: 767px){#s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
    width: 100%;
    height: auto;
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
    
    
  }


.s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
      position: relative;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
    width: 100%;
    height: auto;
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
    
    
  }


.s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
      position: relative;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
    width: 100%;
    height: auto;
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
    
    
  }


.s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
      position: relative;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
    width: 100%;
    height: auto;
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
    
    
  }


.s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
      position: relative;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
    width: 100%;
    height: auto;
  }

  #s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
    
    
  }


.s-5fa96b83-8afa-43ee-b0f6-abe710530db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container {
      position: relative;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fa96b83-8afa-43ee-b0f6-abe710530db3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 1200px){#s-b5845fc2-e155-4db1-b930-3118ca3a4b1f {
  display: none;
}
#s-b5845fc2-e155-4db1-b930-3118ca3a4b1f, #wrap-s-b5845fc2-e155-4db1-b930-3118ca3a4b1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5845fc2-e155-4db1-b930-3118ca3a4b1f {
  display: none;
}
#s-b5845fc2-e155-4db1-b930-3118ca3a4b1f, #wrap-s-b5845fc2-e155-4db1-b930-3118ca3a4b1f { display: none !important; }}@media (max-width: 767px){#s-b5845fc2-e155-4db1-b930-3118ca3a4b1f {
  display: none;
}
#s-b5845fc2-e155-4db1-b930-3118ca3a4b1f, #wrap-s-b5845fc2-e155-4db1-b930-3118ca3a4b1f { display: none !important; }}
@media (min-width: 1200px){#s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c {
  display: none;
}
#s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c, #wrap-s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c {
  display: none;
}
#s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c, #wrap-s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c { display: none !important; }}@media (max-width: 767px){#s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c {
  display: none;
}
#s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c, #wrap-s-1b72ec29-fa8d-41c6-9daa-ca4de76b863c { display: none !important; }}
#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce {
  display: none;
}
#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce, #wrap-s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce {
  display: none;
}
#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce, #wrap-s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce {
  display: none;
}
#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce, #wrap-s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce { display: none !important; }}@media (max-width: 767px){#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce {
  display: unset;
}
#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce, #wrap-s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce { display: unset !important; }}
#s-8ebc4e00-7935-4bc0-8fb8-eb053fb8f6ce .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-4f020c2c-8b57-4384-98d5-36b5c5803928 {
  display: none;
}
#s-4f020c2c-8b57-4384-98d5-36b5c5803928, #wrap-s-4f020c2c-8b57-4384-98d5-36b5c5803928 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f020c2c-8b57-4384-98d5-36b5c5803928 {
  display: none;
}
#s-4f020c2c-8b57-4384-98d5-36b5c5803928, #wrap-s-4f020c2c-8b57-4384-98d5-36b5c5803928 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f020c2c-8b57-4384-98d5-36b5c5803928 {
  margin-top: 10px;
display: none;
}
#s-4f020c2c-8b57-4384-98d5-36b5c5803928, #wrap-s-4f020c2c-8b57-4384-98d5-36b5c5803928 { display: none !important; }}@media (max-width: 767px){#s-4f020c2c-8b57-4384-98d5-36b5c5803928 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-ffe66357-81fb-4e29-a49b-dbd1e92772a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffe66357-81fb-4e29-a49b-dbd1e92772a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ffe66357-81fb-4e29-a49b-dbd1e92772a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffe66357-81fb-4e29-a49b-dbd1e92772a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc2325ee-0cd8-41de-b205-0ef3b64f2a3c {
  margin-top: -15px;
text-align: left;
}

#s-15929f08-a97f-46a8-8203-3c342dd31d3f {
  max-width: 3864px;
aspect-ratio: 3864/2576;
text-align: center;
}
@media (max-width: 767px){#s-15929f08-a97f-46a8-8203-3c342dd31d3f {
  margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f {
    width: 100%;
    height: auto;
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
    
    
  }


.s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-content {
  
    align-items: center;
  
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15929f08-a97f-46a8-8203-3c342dd31d3f {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
      position: relative;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f {
    width: 100%;
    height: auto;
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
    
    
  }


.s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-content {
  
    align-items: center;
  
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15929f08-a97f-46a8-8203-3c342dd31d3f {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
      position: relative;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f {
    width: 100%;
    height: auto;
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
    
    
  }


.s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-content {
  
    align-items: center;
  
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15929f08-a97f-46a8-8203-3c342dd31d3f {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
      position: relative;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f {
    width: 100%;
    height: auto;
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
    
    
  }


.s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-content {
  
    align-items: center;
  
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15929f08-a97f-46a8-8203-3c342dd31d3f {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
      position: relative;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15929f08-a97f-46a8-8203-3c342dd31d3f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f {
    width: 100%;
    height: auto;
  }

  #s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
    
    
  }


.s-15929f08-a97f-46a8-8203-3c342dd31d3f .shogun-image-content {
  
    align-items: center;
  
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15929f08-a97f-46a8-8203-3c342dd31d3f {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container {
      position: relative;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15929f08-a97f-46a8-8203-3c342dd31d3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cad18205-0c21-4d37-a830-f94c30bc7c0c {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad18205-0c21-4d37-a830-f94c30bc7c0c {
  display: unset;
}
#s-cad18205-0c21-4d37-a830-f94c30bc7c0c, #wrap-s-cad18205-0c21-4d37-a830-f94c30bc7c0c { display: unset !important; }}@media (max-width: 767px){#s-cad18205-0c21-4d37-a830-f94c30bc7c0c {
  display: none;
}
#s-cad18205-0c21-4d37-a830-f94c30bc7c0c, #wrap-s-cad18205-0c21-4d37-a830-f94c30bc7c0c { display: none !important; }}
#s-cad18205-0c21-4d37-a830-f94c30bc7c0c .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2 {
  display: none;
}
#s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2, #wrap-s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2 {
  display: none;
}
#s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2, #wrap-s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2 { display: none !important; }}@media (max-width: 767px){#s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2 {
  display: none;
}
#s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2, #wrap-s-ad08a65a-6b12-481d-9ec1-bc55775d2eb2 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-ad28ef59-38bf-4e0a-8a24-7a36af1a1748 {
  margin-top: 10px;
display: none;
}
#s-ad28ef59-38bf-4e0a-8a24-7a36af1a1748, #wrap-s-ad28ef59-38bf-4e0a-8a24-7a36af1a1748 { display: none !important; }}@media (max-width: 767px){#s-ad28ef59-38bf-4e0a-8a24-7a36af1a1748 {
  margin-top: 10px;
display: none;
}
#s-ad28ef59-38bf-4e0a-8a24-7a36af1a1748, #wrap-s-ad28ef59-38bf-4e0a-8a24-7a36af1a1748 { display: none !important; }}
#s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea {
  display: none;
}
#s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea, #wrap-s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea { display: none !important; }}@media (max-width: 767px){#s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea {
  display: unset;
}
#s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea, #wrap-s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea { display: unset !important; }}
#s-179c6ca3-9248-4ee4-bfc0-5d947fd572ea .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-cc0e94f0-ccaa-4d3b-87aa-5e2e69b65ae8 {
  margin-top: 10px;
display: none;
}
#s-cc0e94f0-ccaa-4d3b-87aa-5e2e69b65ae8, #wrap-s-cc0e94f0-ccaa-4d3b-87aa-5e2e69b65ae8 { display: none !important; }}@media (max-width: 767px){#s-cc0e94f0-ccaa-4d3b-87aa-5e2e69b65ae8 {
  margin-top: 10px;
}
}
@media (min-width: 1200px){#s-433232a4-0e20-4b9b-9f68-316464b51c8b {
  display: none;
}
#s-433232a4-0e20-4b9b-9f68-316464b51c8b, #wrap-s-433232a4-0e20-4b9b-9f68-316464b51c8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-433232a4-0e20-4b9b-9f68-316464b51c8b {
  display: none;
}
#s-433232a4-0e20-4b9b-9f68-316464b51c8b, #wrap-s-433232a4-0e20-4b9b-9f68-316464b51c8b { display: none !important; }}@media (max-width: 767px){#s-433232a4-0e20-4b9b-9f68-316464b51c8b {
  display: none;
}
#s-433232a4-0e20-4b9b-9f68-316464b51c8b, #wrap-s-433232a4-0e20-4b9b-9f68-316464b51c8b { display: none !important; }}
#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 {
  display: none;
}
#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5, #wrap-s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 {
  display: none;
}
#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5, #wrap-s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 {
  display: unset;
}
#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5, #wrap-s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 { display: unset !important; }}@media (max-width: 767px){#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 {
  display: none;
}
#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5, #wrap-s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 { display: none !important; }}
#s-09fda35a-73bb-4cb7-9da9-3811d046a8e5 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-fd3bc470-4255-41fe-8ca2-47947caa90c4 {
  display: none;
}
#s-fd3bc470-4255-41fe-8ca2-47947caa90c4, #wrap-s-fd3bc470-4255-41fe-8ca2-47947caa90c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd3bc470-4255-41fe-8ca2-47947caa90c4 {
  display: none;
}
#s-fd3bc470-4255-41fe-8ca2-47947caa90c4, #wrap-s-fd3bc470-4255-41fe-8ca2-47947caa90c4 { display: none !important; }}@media (max-width: 767px){#s-fd3bc470-4255-41fe-8ca2-47947caa90c4 {
  display: none;
}
#s-fd3bc470-4255-41fe-8ca2-47947caa90c4, #wrap-s-fd3bc470-4255-41fe-8ca2-47947caa90c4 { display: none !important; }}
#s-33fc0fde-2708-463d-a961-1168009c52d9 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-33fc0fde-2708-463d-a961-1168009c52d9 {
  display: unset;
}
#s-33fc0fde-2708-463d-a961-1168009c52d9, #wrap-s-33fc0fde-2708-463d-a961-1168009c52d9 { display: unset !important; }}@media (max-width: 767px){#s-33fc0fde-2708-463d-a961-1168009c52d9 {
  display: unset;
}
#s-33fc0fde-2708-463d-a961-1168009c52d9, #wrap-s-33fc0fde-2708-463d-a961-1168009c52d9 { display: unset !important; }}
#s-33fc0fde-2708-463d-a961-1168009c52d9 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-a8b8305f-ac84-489d-af3d-a9e342568fa7 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-a8b8305f-ac84-489d-af3d-a9e342568fa7 {
  margin-top: 10px;
}
}
#s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f {
  display: unset;
}
#s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f, #wrap-s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f { display: unset !important; }}@media (max-width: 767px){#s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f {
  display: unset;
}
#s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f, #wrap-s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f { display: unset !important; }}
#s-09a9a8da-fc52-49bb-8a7f-6c0102431f6f .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5c78f0dc-0a07-4a57-a458-389e4d5c367c {
  margin-top: -15px;
margin-bottom: -15px;
text-align: left;
}

@media (min-width: 768px) and (max-width: 991px){#s-ef2b25ef-0aff-4cc9-9d46-be14eef0d643 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-ef2b25ef-0aff-4cc9-9d46-be14eef0d643 {
  margin-top: 10px;
}
}
#s-7913a20b-eaec-4a3f-9cf0-093849c42e9b {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7913a20b-eaec-4a3f-9cf0-093849c42e9b {
  display: unset;
}
#s-7913a20b-eaec-4a3f-9cf0-093849c42e9b, #wrap-s-7913a20b-eaec-4a3f-9cf0-093849c42e9b { display: unset !important; }}@media (max-width: 767px){#s-7913a20b-eaec-4a3f-9cf0-093849c42e9b {
  display: unset;
}
#s-7913a20b-eaec-4a3f-9cf0-093849c42e9b, #wrap-s-7913a20b-eaec-4a3f-9cf0-093849c42e9b { display: unset !important; }}
#s-7913a20b-eaec-4a3f-9cf0-093849c42e9b .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-8ffa72ec-9fe4-4eb4-9592-57399303deff {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-8ffa72ec-9fe4-4eb4-9592-57399303deff {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-991c04d9-f128-48a4-9d98-d1b52e0413e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-991c04d9-f128-48a4-9d98-d1b52e0413e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-991c04d9-f128-48a4-9d98-d1b52e0413e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-991c04d9-f128-48a4-9d98-d1b52e0413e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-991c04d9-f128-48a4-9d98-d1b52e0413e5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6aea6460-cba1-40a6-bf32-95546d8395ae {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6aea6460-cba1-40a6-bf32-95546d8395ae {
  display: unset;
}
#s-6aea6460-cba1-40a6-bf32-95546d8395ae, #wrap-s-6aea6460-cba1-40a6-bf32-95546d8395ae { display: unset !important; }}@media (max-width: 767px){#s-6aea6460-cba1-40a6-bf32-95546d8395ae {
  display: unset;
}
#s-6aea6460-cba1-40a6-bf32-95546d8395ae, #wrap-s-6aea6460-cba1-40a6-bf32-95546d8395ae { display: unset !important; }}
#s-6aea6460-cba1-40a6-bf32-95546d8395ae .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-ee99e364-44a2-4d55-b664-1d61cf8d6336 {
  margin-top: 10px;
display: none;
}
#s-ee99e364-44a2-4d55-b664-1d61cf8d6336, #wrap-s-ee99e364-44a2-4d55-b664-1d61cf8d6336 { display: none !important; }}@media (max-width: 767px){#s-ee99e364-44a2-4d55-b664-1d61cf8d6336 {
  margin-top: 10px;
}
}
@media (min-width: 1200px){#s-b7ba5be4-1cc7-4630-9643-7b5896a767a0 {
  display: none;
}
#s-b7ba5be4-1cc7-4630-9643-7b5896a767a0, #wrap-s-b7ba5be4-1cc7-4630-9643-7b5896a767a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7ba5be4-1cc7-4630-9643-7b5896a767a0 {
  display: none;
}
#s-b7ba5be4-1cc7-4630-9643-7b5896a767a0, #wrap-s-b7ba5be4-1cc7-4630-9643-7b5896a767a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7ba5be4-1cc7-4630-9643-7b5896a767a0 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-b7ba5be4-1cc7-4630-9643-7b5896a767a0 {
  display: none;
}
#s-b7ba5be4-1cc7-4630-9643-7b5896a767a0, #wrap-s-b7ba5be4-1cc7-4630-9643-7b5896a767a0 { display: none !important; }}
#s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5 {
  display: none;
}
#s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5, #wrap-s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5 { display: none !important; }}@media (max-width: 767px){#s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5 {
  display: unset;
}
#s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5, #wrap-s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5 { display: unset !important; }}
#s-b7ce597d-b24e-46be-8d9c-88ebe364e1c5 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-d8be8888-b1a7-4201-9848-e190602b7e6b {
  margin-top: 10px;
display: none;
}
#s-d8be8888-b1a7-4201-9848-e190602b7e6b, #wrap-s-d8be8888-b1a7-4201-9848-e190602b7e6b { display: none !important; }}@media (max-width: 767px){#s-d8be8888-b1a7-4201-9848-e190602b7e6b {
  margin-top: 10px;
}
}
#s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
  max-width: 3864px;
aspect-ratio: 3864/2576;
text-align: center;
}
@media (max-width: 767px){#s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
    width: 100%;
    height: auto;
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
    
    
  }


.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
      position: relative;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
    width: 100%;
    height: auto;
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
    
    
  }


.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
      position: relative;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
    width: 100%;
    height: auto;
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
    
    
  }


.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
      position: relative;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
    width: 100%;
    height: auto;
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
    
    
  }


.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
      position: relative;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-link {
      aspect-ratio: 3864/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
    width: 100%;
    height: auto;
  }

  #s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
    
    
  }


.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a {
      --shg-aspect-ratio: calc(3864/2576); 
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container {
      position: relative;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0552e5c-e219-407c-aeb3-eaf0b2d0310a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 1200px){#s-95248048-39c2-4412-9304-bc5e0694dfcd {
  display: none;
}
#s-95248048-39c2-4412-9304-bc5e0694dfcd, #wrap-s-95248048-39c2-4412-9304-bc5e0694dfcd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95248048-39c2-4412-9304-bc5e0694dfcd {
  display: none;
}
#s-95248048-39c2-4412-9304-bc5e0694dfcd, #wrap-s-95248048-39c2-4412-9304-bc5e0694dfcd { display: none !important; }}@media (max-width: 767px){#s-95248048-39c2-4412-9304-bc5e0694dfcd {
  display: none;
}
#s-95248048-39c2-4412-9304-bc5e0694dfcd, #wrap-s-95248048-39c2-4412-9304-bc5e0694dfcd { display: none !important; }}
#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb {
  display: none;
}
#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb, #wrap-s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb {
  display: none;
}
#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb, #wrap-s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb {
  display: unset;
}
#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb, #wrap-s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb { display: unset !important; }}@media (max-width: 767px){#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb {
  display: none;
}
#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb, #wrap-s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb { display: none !important; }}
#s-29ec8d32-5f3f-48c5-8c0f-f5f8143a67bb .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-64bc64c0-cda0-4733-b1af-76cec8d211bb {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-64bc64c0-cda0-4733-b1af-76cec8d211bb {
  display: none;
}
#s-64bc64c0-cda0-4733-b1af-76cec8d211bb, #wrap-s-64bc64c0-cda0-4733-b1af-76cec8d211bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64bc64c0-cda0-4733-b1af-76cec8d211bb {
  display: none;
}
#s-64bc64c0-cda0-4733-b1af-76cec8d211bb, #wrap-s-64bc64c0-cda0-4733-b1af-76cec8d211bb { display: none !important; }}@media (max-width: 767px){#s-64bc64c0-cda0-4733-b1af-76cec8d211bb {
  display: none;
}
#s-64bc64c0-cda0-4733-b1af-76cec8d211bb, #wrap-s-64bc64c0-cda0-4733-b1af-76cec8d211bb { display: none !important; }}
#s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd {
  display: unset;
}
#s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd, #wrap-s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd { display: unset !important; }}@media (max-width: 767px){#s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd {
  display: unset;
}
#s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd, #wrap-s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd { display: unset !important; }}
#s-ec10c0ea-2cb0-4caf-ad68-89aae3f1f2cd .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-7e1bb24c-3f33-474c-8c5c-d014f046d605 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-7e1bb24c-3f33-474c-8c5c-d014f046d605 {
  margin-top: 10px;
}
}
#s-af88eec3-bee3-4b7f-85ad-084133603f8f {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-af88eec3-bee3-4b7f-85ad-084133603f8f {
  display: unset;
}
#s-af88eec3-bee3-4b7f-85ad-084133603f8f, #wrap-s-af88eec3-bee3-4b7f-85ad-084133603f8f { display: unset !important; }}@media (max-width: 767px){#s-af88eec3-bee3-4b7f-85ad-084133603f8f {
  display: unset;
}
#s-af88eec3-bee3-4b7f-85ad-084133603f8f, #wrap-s-af88eec3-bee3-4b7f-85ad-084133603f8f { display: unset !important; }}
#s-af88eec3-bee3-4b7f-85ad-084133603f8f .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-c995341e-6606-4c61-bb64-9eea9eb7be47 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-c995341e-6606-4c61-bb64-9eea9eb7be47 {
  margin-top: 10px;
}
}
#s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671 {
  display: unset;
}
#s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671, #wrap-s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671 { display: unset !important; }}@media (max-width: 767px){#s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671 {
  display: unset;
}
#s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671, #wrap-s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671 { display: unset !important; }}
#s-0648e1dd-a4d1-43fd-9888-ab6ab5a40671 .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-908e3a3d-89db-495d-aad6-03cbc4e9ef1d {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-908e3a3d-89db-495d-aad6-03cbc4e9ef1d {
  margin-top: 10px;
}
}
#s-d0c44297-aae2-4303-9818-693f182a5d32 {
  box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.15);
margin-top: 50px;
margin-bottom: 50px;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d0c44297-aae2-4303-9818-693f182a5d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c44297-aae2-4303-9818-693f182a5d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3179b5d-ee10-47fb-8837-af3cee66180f {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3179b5d-ee10-47fb-8837-af3cee66180f {
  display: unset;
}
#s-d3179b5d-ee10-47fb-8837-af3cee66180f, #wrap-s-d3179b5d-ee10-47fb-8837-af3cee66180f { display: unset !important; }}@media (max-width: 767px){#s-d3179b5d-ee10-47fb-8837-af3cee66180f {
  display: unset;
}
#s-d3179b5d-ee10-47fb-8837-af3cee66180f, #wrap-s-d3179b5d-ee10-47fb-8837-af3cee66180f { display: unset !important; }}
#s-d3179b5d-ee10-47fb-8837-af3cee66180f .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-b265c9e4-d729-4496-8a2b-9d7df0f65ad3 {
  box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.15);
margin-top: 0px;
margin-bottom: 50px;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b265c9e4-d729-4496-8a2b-9d7df0f65ad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b265c9e4-d729-4496-8a2b-9d7df0f65ad3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86da146b-1f72-4121-8fba-15b9492ba358 {
  min-height: 50px;
}








#s-86da146b-1f72-4121-8fba-15b9492ba358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86da146b-1f72-4121-8fba-15b9492ba358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce9638a9-1a5f-42f6-a804-83be38cba738 {
  min-height: 50px;
}








#s-ce9638a9-1a5f-42f6-a804-83be38cba738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce9638a9-1a5f-42f6-a804-83be38cba738.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-7d987ad7-8141-46cf-baae-fabf8aad3b41 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7d987ad7-8141-46cf-baae-fabf8aad3b41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-7d987ad7-8141-46cf-baae-fabf8aad3b41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(61, 61, 61, 1);
}

#s-7d987ad7-8141-46cf-baae-fabf8aad3b41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7d987ad7-8141-46cf-baae-fabf8aad3b41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(61, 61, 61, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-7d987ad7-8141-46cf-baae-fabf8aad3b41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8c5fce8e-c394-4c91-9dd1-f781861643d0 {
  padding-left: 1%;
padding-right: 1%;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
