.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-3f1b0155-506b-4647-96dd-150a14b0c6f1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3f1b0155-506b-4647-96dd-150a14b0c6f1 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f1b0155-506b-4647-96dd-150a14b0c6f1 {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f1b0155-506b-4647-96dd-150a14b0c6f1 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-3f1b0155-506b-4647-96dd-150a14b0c6f1 {
  margin-top: 30px;
}
}







#s-3f1b0155-506b-4647-96dd-150a14b0c6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f1b0155-506b-4647-96dd-150a14b0c6f1.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-5db77a7e-010a-4f31-bb7a-731050b35674 {
  padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5db77a7e-010a-4f31-bb7a-731050b35674 {
  display: none;
}
#s-5db77a7e-010a-4f31-bb7a-731050b35674, #wrap-s-5db77a7e-010a-4f31-bb7a-731050b35674 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5db77a7e-010a-4f31-bb7a-731050b35674 {
  display: none;
}
#s-5db77a7e-010a-4f31-bb7a-731050b35674, #wrap-s-5db77a7e-010a-4f31-bb7a-731050b35674 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5db77a7e-010a-4f31-bb7a-731050b35674 {
  display: none;
}
#s-5db77a7e-010a-4f31-bb7a-731050b35674, #wrap-s-5db77a7e-010a-4f31-bb7a-731050b35674 { display: none !important; }}
#s-5db77a7e-010a-4f31-bb7a-731050b35674 .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-28c8a9e5-d305-410d-8f78-f3e4116a4bd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28c8a9e5-d305-410d-8f78-f3e4116a4bd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28c8a9e5-d305-410d-8f78-f3e4116a4bd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28c8a9e5-d305-410d-8f78-f3e4116a4bd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-28c8a9e5-d305-410d-8f78-f3e4116a4bd7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9800a125-cb99-457a-9f99-88ea50dda79a {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9800a125-cb99-457a-9f99-88ea50dda79a {
  display: unset;
}
#s-9800a125-cb99-457a-9f99-88ea50dda79a, #wrap-s-9800a125-cb99-457a-9f99-88ea50dda79a { display: unset !important; }}@media (max-width: 767px){#s-9800a125-cb99-457a-9f99-88ea50dda79a {
  display: none;
}
#s-9800a125-cb99-457a-9f99-88ea50dda79a, #wrap-s-9800a125-cb99-457a-9f99-88ea50dda79a { display: none !important; }}
#s-9800a125-cb99-457a-9f99-88ea50dda79a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-9800a125-cb99-457a-9f99-88ea50dda79a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.3em;
  
  
}


}
.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-1b8989d9-cc02-4180-b25c-b8837e59457f {
  margin-top: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-f5bdea99-0895-4a9b-9d76-e4fcd474599d {
  display: none;
}
#s-f5bdea99-0895-4a9b-9d76-e4fcd474599d, #wrap-s-f5bdea99-0895-4a9b-9d76-e4fcd474599d { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-bb5eaac8-bb62-4b46-b91a-f8adcac1dad1 {
  display: none;
}
#s-bb5eaac8-bb62-4b46-b91a-f8adcac1dad1, #wrap-s-bb5eaac8-bb62-4b46-b91a-f8adcac1dad1 { display: none !important; }}
#s-cb80d615-b690-4913-8506-c2646bc2ca2a {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb80d615-b690-4913-8506-c2646bc2ca2a {
  display: none;
}
#s-cb80d615-b690-4913-8506-c2646bc2ca2a, #wrap-s-cb80d615-b690-4913-8506-c2646bc2ca2a { display: none !important; }}@media (max-width: 767px){#s-cb80d615-b690-4913-8506-c2646bc2ca2a {
  display: unset;
}
#s-cb80d615-b690-4913-8506-c2646bc2ca2a, #wrap-s-cb80d615-b690-4913-8506-c2646bc2ca2a { display: unset !important; }}
#s-cb80d615-b690-4913-8506-c2646bc2ca2a .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-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
    width: 100%;
    height: auto;
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
    
    
  }


.s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
      position: relative;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
    width: 100%;
    height: auto;
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
    
    
  }


.s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
      position: relative;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 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-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
    width: 100%;
    height: auto;
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
    
    
  }


.s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
      position: relative;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 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-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
    width: 100%;
    height: auto;
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
    
    
  }


.s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
      position: relative;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
    width: 100%;
    height: auto;
  }

  #s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
    
    
  }


.s-be79c4a2-b379-4644-819e-4dbbbe0571c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container {
      position: relative;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be79c4a2-b379-4644-819e-4dbbbe0571c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e {
  display: none;
}
#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e, #wrap-s-cee56d2e-fae7-453c-a08a-dcc69cf3135e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e {
  display: none;
}
#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e, #wrap-s-cee56d2e-fae7-453c-a08a-dcc69cf3135e { display: none !important; }}@media (max-width: 767px){#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e {
  display: none;
}
#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e, #wrap-s-cee56d2e-fae7-453c-a08a-dcc69cf3135e { display: none !important; }}







#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee56d2e-fae7-453c-a08a-dcc69cf3135e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0539b2cc-95a9-4882-a618-453599969f1d {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0539b2cc-95a9-4882-a618-453599969f1d {
  display: unset;
}
#s-0539b2cc-95a9-4882-a618-453599969f1d, #wrap-s-0539b2cc-95a9-4882-a618-453599969f1d { display: unset !important; }}@media (max-width: 767px){#s-0539b2cc-95a9-4882-a618-453599969f1d {
  display: unset;
}
#s-0539b2cc-95a9-4882-a618-453599969f1d, #wrap-s-0539b2cc-95a9-4882-a618-453599969f1d { display: unset !important; }}
#s-0539b2cc-95a9-4882-a618-453599969f1d .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-72264282-1d69-49c0-a898-aca1d71ba350 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-72264282-1d69-49c0-a898-aca1d71ba350 {
  margin-top: 10px;
}
}
#s-02aca569-9961-49f8-a18f-f51c936db58a {
  margin-left: auto;
margin-right: auto;
}

#s-e4806f63-451c-408e-8a76-405e82cdc8e5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-62693321-e08a-407f-ae98-19082ec9653f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62693321-e08a-407f-ae98-19082ec9653f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62693321-e08a-407f-ae98-19082ec9653f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62693321-e08a-407f-ae98-19082ec9653f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-045b73f2-1843-4806-8dee-276e039ef902 {
  max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}
@media (min-width: 1200px){#s-045b73f2-1843-4806-8dee-276e039ef902 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-045b73f2-1843-4806-8dee-276e039ef902 {
  margin-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-045b73f2-1843-4806-8dee-276e039ef902 {
  display: none;
}
#s-045b73f2-1843-4806-8dee-276e039ef902, #wrap-s-045b73f2-1843-4806-8dee-276e039ef902 { display: none !important; }}@media (max-width: 767px){#s-045b73f2-1843-4806-8dee-276e039ef902 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 {
    width: 100%;
    height: auto;
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
    
    
  }


.s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-content {
  
    align-items: center;
  
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045b73f2-1843-4806-8dee-276e039ef902 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
      position: relative;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 {
    width: 100%;
    height: auto;
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
    
    
  }


.s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-content {
  
    align-items: center;
  
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045b73f2-1843-4806-8dee-276e039ef902 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
      position: relative;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902 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-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 {
    width: 100%;
    height: auto;
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
    
    
  }


.s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-content {
  
    align-items: center;
  
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045b73f2-1843-4806-8dee-276e039ef902 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
      position: relative;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902 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-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 {
    width: 100%;
    height: auto;
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
    
    
  }


.s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-content {
  
    align-items: center;
  
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045b73f2-1843-4806-8dee-276e039ef902 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
      position: relative;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-045b73f2-1843-4806-8dee-276e039ef902 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 {
    width: 100%;
    height: auto;
  }

  #s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
    
    
  }


.s-045b73f2-1843-4806-8dee-276e039ef902 .shogun-image-content {
  
    align-items: center;
  
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045b73f2-1843-4806-8dee-276e039ef902 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container {
      position: relative;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045b73f2-1843-4806-8dee-276e039ef902 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
  max-width: 1920px;
aspect-ratio: 1920/1022;
text-align: center;
}
@media (min-width: 1200px){#s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
  margin-top: 20px;
display: none;
}
#s-28d54392-d7b5-4f2c-8af5-672d509b8d36, #wrap-s-28d54392-d7b5-4f2c-8af5-672d509b8d36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
  margin-top: 40px;
display: none;
}
#s-28d54392-d7b5-4f2c-8af5-672d509b8d36, #wrap-s-28d54392-d7b5-4f2c-8af5-672d509b8d36 { display: none !important; }}@media (max-width: 767px){#s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-28d54392-d7b5-4f2c-8af5-672d509b8d36, #wrap-s-28d54392-d7b5-4f2c-8af5-672d509b8d36 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }

    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-link {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
    width: 100%;
    height: auto;
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
    
    
  }


.s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
      --shg-aspect-ratio: calc(1920/1022); 
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
      position: relative;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }

    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-link {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
    width: 100%;
    height: auto;
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
    
    
  }


.s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
      --shg-aspect-ratio: calc(1920/1022); 
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
      position: relative;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 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-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }

    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-link {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
    width: 100%;
    height: auto;
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
    
    
  }


.s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
      --shg-aspect-ratio: calc(1920/1022); 
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
      position: relative;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 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-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }

    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-link {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
    width: 100%;
    height: auto;
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
    
    
  }


.s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
      --shg-aspect-ratio: calc(1920/1022); 
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
      position: relative;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }

    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-link {
      aspect-ratio: 1920/1022;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
    width: 100%;
    height: auto;
  }

  #s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
    
    
  }


.s-28d54392-d7b5-4f2c-8af5-672d509b8d36 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 {
      --shg-aspect-ratio: calc(1920/1022); 
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container {
      position: relative;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28d54392-d7b5-4f2c-8af5-672d509b8d36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7adbe7b3-67b6-4edb-b16b-209fc07166ec {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7adbe7b3-67b6-4edb-b16b-209fc07166ec {
  display: unset;
}
#s-7adbe7b3-67b6-4edb-b16b-209fc07166ec, #wrap-s-7adbe7b3-67b6-4edb-b16b-209fc07166ec { display: unset !important; }}@media (max-width: 767px){#s-7adbe7b3-67b6-4edb-b16b-209fc07166ec {
  display: unset;
}
#s-7adbe7b3-67b6-4edb-b16b-209fc07166ec, #wrap-s-7adbe7b3-67b6-4edb-b16b-209fc07166ec { display: unset !important; }}
#s-7adbe7b3-67b6-4edb-b16b-209fc07166ec .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-aa655fcc-3d9c-4e2a-a742-dedcfdc64c00 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-aa655fcc-3d9c-4e2a-a742-dedcfdc64c00 {
  margin-top: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-fe7a3b70-988f-4a75-b735-c7ed87acc4c3 {
  display: none;
}
#s-fe7a3b70-988f-4a75-b735-c7ed87acc4c3, #wrap-s-fe7a3b70-988f-4a75-b735-c7ed87acc4c3 { display: none !important; }}
#s-e02717e1-348d-4744-ade5-f9804ea36dca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e02717e1-348d-4744-ade5-f9804ea36dca {
  display: none;
}
#s-e02717e1-348d-4744-ade5-f9804ea36dca, #wrap-s-e02717e1-348d-4744-ade5-f9804ea36dca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e02717e1-348d-4744-ade5-f9804ea36dca {
  display: none;
}
#s-e02717e1-348d-4744-ade5-f9804ea36dca, #wrap-s-e02717e1-348d-4744-ade5-f9804ea36dca { display: none !important; }}@media (max-width: 767px){#s-e02717e1-348d-4744-ade5-f9804ea36dca {
  display: none;
}
#s-e02717e1-348d-4744-ade5-f9804ea36dca, #wrap-s-e02717e1-348d-4744-ade5-f9804ea36dca { display: none !important; }}







#s-e02717e1-348d-4744-ade5-f9804ea36dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e02717e1-348d-4744-ade5-f9804ea36dca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
  margin-top: 10px;
margin-bottom: 20px;
max-width: 2561px;
aspect-ratio: 2561/1241;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
  display: unset;
}
#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f, #wrap-s-1931e0ae-7b24-4d4e-a869-87354ab1b96f { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
  display: unset;
}
#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f, #wrap-s-1931e0ae-7b24-4d4e-a869-87354ab1b96f { display: unset !important; }}@media (max-width: 767px){#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
  display: none;
}
#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f, #wrap-s-1931e0ae-7b24-4d4e-a869-87354ab1b96f { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
    width: 100%;
    height: auto;
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
    
    
  }


.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-content {
  
    align-items: center;
  
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
      position: relative;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
    width: 100%;
    height: auto;
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
    
    
  }


.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-content {
  
    align-items: center;
  
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
      position: relative;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f 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-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
    width: 100%;
    height: auto;
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
    
    
  }


.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-content {
  
    align-items: center;
  
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
      position: relative;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f 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-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
    width: 100%;
    height: auto;
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
    
    
  }


.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-content {
  
    align-items: center;
  
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
      position: relative;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }

    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-link {
      aspect-ratio: 2561/1241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
    width: 100%;
    height: auto;
  }

  #s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
    
    
  }


.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f .shogun-image-content {
  
    align-items: center;
  
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f {
      --shg-aspect-ratio: calc(2561/1241); 
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container {
      position: relative;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1931e0ae-7b24-4d4e-a869-87354ab1b96f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
  margin-top: 10px;
margin-bottom: 20px;
max-width: 1251px;
aspect-ratio: 1251/1971;
text-align: center;
}
@media (min-width: 1200px){#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
  display: none;
}
#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e, #wrap-s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
  display: none;
}
#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e, #wrap-s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
  display: none;
}
#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e, #wrap-s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }

    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-link {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
    width: 100%;
    height: auto;
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
    
    
  }


.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-content {
  
    align-items: center;
  
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
      --shg-aspect-ratio: calc(1251/1971); 
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
      position: relative;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }

    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-link {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
    width: 100%;
    height: auto;
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
    
    
  }


.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-content {
  
    align-items: center;
  
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
      --shg-aspect-ratio: calc(1251/1971); 
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
      position: relative;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e 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-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }

    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-link {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
    width: 100%;
    height: auto;
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
    
    
  }


.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-content {
  
    align-items: center;
  
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
      --shg-aspect-ratio: calc(1251/1971); 
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
      position: relative;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e 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-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }

    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-link {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
    width: 100%;
    height: auto;
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
    
    
  }


.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-content {
  
    align-items: center;
  
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
      --shg-aspect-ratio: calc(1251/1971); 
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
      position: relative;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }

    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-link {
      aspect-ratio: 1251/1971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
    width: 100%;
    height: auto;
  }

  #s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
    
    
  }


.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e .shogun-image-content {
  
    align-items: center;
  
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e {
      --shg-aspect-ratio: calc(1251/1971); 
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container {
      position: relative;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02c937e4-3cb0-44d8-bc9a-10f4519dc43e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2956931-20ac-4d7d-8914-fb69c59fa4ea {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2956931-20ac-4d7d-8914-fb69c59fa4ea {
  display: unset;
}
#s-f2956931-20ac-4d7d-8914-fb69c59fa4ea, #wrap-s-f2956931-20ac-4d7d-8914-fb69c59fa4ea { display: unset !important; }}@media (max-width: 767px){#s-f2956931-20ac-4d7d-8914-fb69c59fa4ea {
  display: unset;
}
#s-f2956931-20ac-4d7d-8914-fb69c59fa4ea, #wrap-s-f2956931-20ac-4d7d-8914-fb69c59fa4ea { display: unset !important; }}
#s-f2956931-20ac-4d7d-8914-fb69c59fa4ea .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-5ddb2a08-c60b-40a7-bc6d-2e971e8293b0 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-5ddb2a08-c60b-40a7-bc6d-2e971e8293b0 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-79cf5f20-cebc-48b9-ba4d-df53d5e023ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79cf5f20-cebc-48b9-ba4d-df53d5e023ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79cf5f20-cebc-48b9-ba4d-df53d5e023ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79cf5f20-cebc-48b9-ba4d-df53d5e023ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-79cf5f20-cebc-48b9-ba4d-df53d5e023ed"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-202e4e9f-481a-49d3-a17d-bbb23e08114f {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-202e4e9f-481a-49d3-a17d-bbb23e08114f {
  display: unset;
}
#s-202e4e9f-481a-49d3-a17d-bbb23e08114f, #wrap-s-202e4e9f-481a-49d3-a17d-bbb23e08114f { display: unset !important; }}@media (max-width: 767px){#s-202e4e9f-481a-49d3-a17d-bbb23e08114f {
  display: unset;
}
#s-202e4e9f-481a-49d3-a17d-bbb23e08114f, #wrap-s-202e4e9f-481a-49d3-a17d-bbb23e08114f { display: unset !important; }}
#s-202e4e9f-481a-49d3-a17d-bbb23e08114f .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-ad336d1c-cfc7-4c2f-8481-cb8028cfe5e1 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-ad336d1c-cfc7-4c2f-8481-cb8028cfe5e1 {
  margin-top: 10px;
}
}
@media (min-width: 1200px){#s-de32930d-6a23-457f-99fd-b3d62e0f26f7 {
  display: none;
}
#s-de32930d-6a23-457f-99fd-b3d62e0f26f7, #wrap-s-de32930d-6a23-457f-99fd-b3d62e0f26f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de32930d-6a23-457f-99fd-b3d62e0f26f7 {
  display: none;
}
#s-de32930d-6a23-457f-99fd-b3d62e0f26f7, #wrap-s-de32930d-6a23-457f-99fd-b3d62e0f26f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de32930d-6a23-457f-99fd-b3d62e0f26f7 {
  display: none;
}
#s-de32930d-6a23-457f-99fd-b3d62e0f26f7, #wrap-s-de32930d-6a23-457f-99fd-b3d62e0f26f7 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a70d62af-59d4-4837-ac66-daeb289394a2 {
  display: none;
}
#s-a70d62af-59d4-4837-ac66-daeb289394a2, #wrap-s-a70d62af-59d4-4837-ac66-daeb289394a2 { display: none !important; }}@media (max-width: 767px){#s-a70d62af-59d4-4837-ac66-daeb289394a2 {
  display: none;
}
#s-a70d62af-59d4-4837-ac66-daeb289394a2, #wrap-s-a70d62af-59d4-4837-ac66-daeb289394a2 { display: none !important; }}
#s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
  max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
    width: 100%;
    height: auto;
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
    
    
  }


.s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-content {
  
    align-items: center;
  
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
      position: relative;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
    width: 100%;
    height: auto;
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
    
    
  }


.s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-content {
  
    align-items: center;
  
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
      position: relative;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 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-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
    width: 100%;
    height: auto;
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
    
    
  }


.s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-content {
  
    align-items: center;
  
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
      position: relative;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 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-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
    width: 100%;
    height: auto;
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
    
    
  }


.s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-content {
  
    align-items: center;
  
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
      position: relative;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
    width: 100%;
    height: auto;
  }

  #s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
    
    
  }


.s-6687b39a-be4c-43b0-b774-0bc39bd66024 .shogun-image-content {
  
    align-items: center;
  
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container {
      position: relative;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6687b39a-be4c-43b0-b774-0bc39bd66024 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 1200px){#s-f7412571-c0fc-4893-94cf-1305fd10a02f {
  display: none;
}
#s-f7412571-c0fc-4893-94cf-1305fd10a02f, #wrap-s-f7412571-c0fc-4893-94cf-1305fd10a02f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7412571-c0fc-4893-94cf-1305fd10a02f {
  display: none;
}
#s-f7412571-c0fc-4893-94cf-1305fd10a02f, #wrap-s-f7412571-c0fc-4893-94cf-1305fd10a02f { display: none !important; }}@media (max-width: 767px){#s-f7412571-c0fc-4893-94cf-1305fd10a02f {
  display: none;
}
#s-f7412571-c0fc-4893-94cf-1305fd10a02f, #wrap-s-f7412571-c0fc-4893-94cf-1305fd10a02f { display: none !important; }}
#s-4a4824e3-9a9b-41eb-b706-f7b008f45118 {
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a4824e3-9a9b-41eb-b706-f7b008f45118 {
  display: none;
}
#s-4a4824e3-9a9b-41eb-b706-f7b008f45118, #wrap-s-4a4824e3-9a9b-41eb-b706-f7b008f45118 { display: none !important; }}@media (max-width: 767px){#s-4a4824e3-9a9b-41eb-b706-f7b008f45118 {
  display: none;
}
#s-4a4824e3-9a9b-41eb-b706-f7b008f45118, #wrap-s-4a4824e3-9a9b-41eb-b706-f7b008f45118 { display: none !important; }}
#s-0ab646bf-d844-4f78-9b9a-e414ab331314 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ab646bf-d844-4f78-9b9a-e414ab331314 {
  display: unset;
}
#s-0ab646bf-d844-4f78-9b9a-e414ab331314, #wrap-s-0ab646bf-d844-4f78-9b9a-e414ab331314 { display: unset !important; }}@media (max-width: 767px){#s-0ab646bf-d844-4f78-9b9a-e414ab331314 {
  display: unset;
}
#s-0ab646bf-d844-4f78-9b9a-e414ab331314, #wrap-s-0ab646bf-d844-4f78-9b9a-e414ab331314 { display: unset !important; }}
#s-0ab646bf-d844-4f78-9b9a-e414ab331314 .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-9f955f42-d3b0-45b8-8d5c-df35dda15616 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-9f955f42-d3b0-45b8-8d5c-df35dda15616 {
  margin-top: 10px;
}
}
#s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8 {
  display: unset;
}
#s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8, #wrap-s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8 { display: unset !important; }}@media (max-width: 767px){#s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8 {
  display: unset;
}
#s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8, #wrap-s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8 { display: unset !important; }}
#s-717f0ae7-7bf1-47ff-893a-6910e5d75aa8 .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-788dc6c5-1f8b-42b2-a08e-03dd33a353bd {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-788dc6c5-1f8b-42b2-a08e-03dd33a353bd {
  margin-top: 10px;
}
}
#s-3afce0f0-3193-4756-8a23-4d700d4bc11d {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3afce0f0-3193-4756-8a23-4d700d4bc11d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3afce0f0-3193-4756-8a23-4d700d4bc11d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3afce0f0-3193-4756-8a23-4d700d4bc11d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3afce0f0-3193-4756-8a23-4d700d4bc11d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-67bcfa8c-4a2a-45a8-b87f-4dae6f67e44c {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-left: 5%;
padding-right: 5%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(241, 171, 52, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-67bcfa8c-4a2a-45a8-b87f-4dae6f67e44c {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-67bcfa8c-4a2a-45a8-b87f-4dae6f67e44c {
  padding-top: 10px;
padding-bottom: 10px;
}
}







#s-67bcfa8c-4a2a-45a8-b87f-4dae6f67e44c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-67bcfa8c-4a2a-45a8-b87f-4dae6f67e44c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e45c7c52-1445-45bd-8477-8c1e376f08f3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-e45c7c52-1445-45bd-8477-8c1e376f08f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e45c7c52-1445-45bd-8477-8c1e376f08f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1a304ad-5775-4d39-8a7e-8a034eb89921 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a1a304ad-5775-4d39-8a7e-8a034eb89921 {
  display: unset;
}
#s-a1a304ad-5775-4d39-8a7e-8a034eb89921, #wrap-s-a1a304ad-5775-4d39-8a7e-8a034eb89921 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1a304ad-5775-4d39-8a7e-8a034eb89921 {
  
}
}
#s-a1a304ad-5775-4d39-8a7e-8a034eb89921 .shogun-heading-component h2 {
  color: rgba(241, 171, 52, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-7706db9a-de7d-4993-ae41-10cbb10b26a9 {
  margin-top: 10px;
margin-left: 54px;
margin-bottom: 10px;
margin-right: 54px;
}
@media (min-width: 1200px){#s-7706db9a-de7d-4993-ae41-10cbb10b26a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7706db9a-de7d-4993-ae41-10cbb10b26a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7706db9a-de7d-4993-ae41-10cbb10b26a9 {
  display: unset;
}
#s-7706db9a-de7d-4993-ae41-10cbb10b26a9, #wrap-s-7706db9a-de7d-4993-ae41-10cbb10b26a9 { display: unset !important; }}@media (max-width: 767px){#s-7706db9a-de7d-4993-ae41-10cbb10b26a9 {
  display: unset;
}
#s-7706db9a-de7d-4993-ae41-10cbb10b26a9, #wrap-s-7706db9a-de7d-4993-ae41-10cbb10b26a9 { display: unset !important; }}
.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-42caa24c-4125-4f76-af8c-49f5cddd44c0 {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 16px;
padding-left: 30px;
padding-bottom: 16px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 171, 52, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(241, 171, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-42caa24c-4125-4f76-af8c-49f5cddd44c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42caa24c-4125-4f76-af8c-49f5cddd44c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42caa24c-4125-4f76-af8c-49f5cddd44c0-root {
    text-align: center;
  }


#s-42caa24c-4125-4f76-af8c-49f5cddd44c0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42caa24c-4125-4f76-af8c-49f5cddd44c0-root {
    text-align: center;
  }


#s-42caa24c-4125-4f76-af8c-49f5cddd44c0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42caa24c-4125-4f76-af8c-49f5cddd44c0-root {
    text-align: center;
  }


#s-42caa24c-4125-4f76-af8c-49f5cddd44c0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42caa24c-4125-4f76-af8c-49f5cddd44c0-root {
    text-align: center;
  }


#s-42caa24c-4125-4f76-af8c-49f5cddd44c0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42caa24c-4125-4f76-af8c-49f5cddd44c0-root {
    text-align: center;
  }


#s-42caa24c-4125-4f76-af8c-49f5cddd44c0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4995fbff-2a23-4749-a76b-f0204b133ebb {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 46px;
}








#s-4995fbff-2a23-4749-a76b-f0204b133ebb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4995fbff-2a23-4749-a76b-f0204b133ebb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf27190e-f271-444e-8efd-58ffd2cb61f1 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bf27190e-f271-444e-8efd-58ffd2cb61f1 {
  display: unset;
}
#s-bf27190e-f271-444e-8efd-58ffd2cb61f1, #wrap-s-bf27190e-f271-444e-8efd-58ffd2cb61f1 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf27190e-f271-444e-8efd-58ffd2cb61f1 {
  
}
}@media (max-width: 767px){#s-bf27190e-f271-444e-8efd-58ffd2cb61f1 {
  margin-bottom: 10px;
}
}
#s-bf27190e-f271-444e-8efd-58ffd2cb61f1 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-48fdf277-9485-4bec-97d1-45f0f78135d2 {
  margin-top: 10px;
margin-left: 0%;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-48fdf277-9485-4bec-97d1-45f0f78135d2 {
  margin-top: 20px;
display: unset;
}
#s-48fdf277-9485-4bec-97d1-45f0f78135d2, #wrap-s-48fdf277-9485-4bec-97d1-45f0f78135d2 { display: unset !important; }}
#s-f3fa3bee-247d-4e55-a7c5-edc4b78095aa {
  margin-left: 0%;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f3fa3bee-247d-4e55-a7c5-edc4b78095aa {
  display: unset;
}
#s-f3fa3bee-247d-4e55-a7c5-edc4b78095aa, #wrap-s-f3fa3bee-247d-4e55-a7c5-edc4b78095aa { display: unset !important; }}
#s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd {
  display: unset;
}
#s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd, #wrap-s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd { display: unset !important; }}@media (max-width: 767px){#s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd {
  display: unset;
}
#s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd, #wrap-s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd { display: unset !important; }}
#s-b44df1e7-8ec3-4e23-b4ea-45be96b1a7bd .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-785784b5-e787-477e-979b-1083d7335a3f {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-785784b5-e787-477e-979b-1083d7335a3f {
  margin-top: 10px;
}
}
#s-27998fd7-a433-43f0-9f9f-d0556a828676 {
  box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.15);
margin-top: 10px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-27998fd7-a433-43f0-9f9f-d0556a828676 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27998fd7-a433-43f0-9f9f-d0556a828676.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-5601e6a6-630d-4827-a361-9059181f3a0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5601e6a6-630d-4827-a361-9059181f3a0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5601e6a6-630d-4827-a361-9059181f3a0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5601e6a6-630d-4827-a361-9059181f3a0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5601e6a6-630d-4827-a361-9059181f3a0e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ddfaecee-1428-488f-b149-0d7fe438767a {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-ddfaecee-1428-488f-b149-0d7fe438767a {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-ddfaecee-1428-488f-b149-0d7fe438767a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddfaecee-1428-488f-b149-0d7fe438767a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d707f176-8db1-42ee-b534-d1ef3e763b3c {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d707f176-8db1-42ee-b534-d1ef3e763b3c {
  display: unset;
}
#s-d707f176-8db1-42ee-b534-d1ef3e763b3c, #wrap-s-d707f176-8db1-42ee-b534-d1ef3e763b3c { display: unset !important; }}@media (max-width: 767px){#s-d707f176-8db1-42ee-b534-d1ef3e763b3c {
  display: unset;
}
#s-d707f176-8db1-42ee-b534-d1ef3e763b3c, #wrap-s-d707f176-8db1-42ee-b534-d1ef3e763b3c { display: unset !important; }}
#s-d707f176-8db1-42ee-b534-d1ef3e763b3c .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-cab25b57-267e-4f24-b015-77cd39b718e5 {
  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-cab25b57-267e-4f24-b015-77cd39b718e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cab25b57-267e-4f24-b015-77cd39b718e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cab25b57-267e-4f24-b015-77cd39b718e5-root {
    text-align: center;
  }


#s-cab25b57-267e-4f24-b015-77cd39b718e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cab25b57-267e-4f24-b015-77cd39b718e5-root {
    text-align: center;
  }


#s-cab25b57-267e-4f24-b015-77cd39b718e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cab25b57-267e-4f24-b015-77cd39b718e5-root {
    text-align: center;
  }


#s-cab25b57-267e-4f24-b015-77cd39b718e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cab25b57-267e-4f24-b015-77cd39b718e5-root {
    text-align: center;
  }


#s-cab25b57-267e-4f24-b015-77cd39b718e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cab25b57-267e-4f24-b015-77cd39b718e5-root {
    text-align: center;
  }


#s-cab25b57-267e-4f24-b015-77cd39b718e5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-b37a70f1-b761-46cc-aa24-87abda025d33 {
  min-height: 50px;
}








#s-b37a70f1-b761-46cc-aa24-87abda025d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b37a70f1-b761-46cc-aa24-87abda025d33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
  max-width: 2973px;
aspect-ratio: 4/3;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
  display: none;
}
#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b, #wrap-s-b416e3b8-79b2-4cb3-83ae-423c5decd09b { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
    width: 100%;
    height: auto;
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
    
    
  }


.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-content {
  
    align-items: center;
  
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
      position: relative;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
    width: 100%;
    height: auto;
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
    
    
  }


.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-content {
  
    align-items: center;
  
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
      position: relative;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b 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-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
    width: 100%;
    height: auto;
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
    
    
  }


.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-content {
  
    align-items: center;
  
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
      position: relative;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b 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-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
    width: 100%;
    height: auto;
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
    
    
  }


.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-content {
  
    align-items: center;
  
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
      position: relative;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
    width: 100%;
    height: auto;
  }

  #s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
    
    
  }


.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b .shogun-image-content {
  
    align-items: center;
  
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container {
      position: relative;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b416e3b8-79b2-4cb3-83ae-423c5decd09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
  max-width: 3150px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
  display: none;
}
#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0, #wrap-s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
  display: none;
}
#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0, #wrap-s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 { display: none !important; }}@media (max-width: 767px){#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
  display: none;
}
#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0, #wrap-s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
    width: 100%;
    height: auto;
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
    
    
  }


.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
      position: relative;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
    width: 100%;
    height: auto;
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
    
    
  }


.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
      position: relative;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 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-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
    width: 100%;
    height: auto;
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
    
    
  }


.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
      position: relative;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 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-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
    width: 100%;
    height: auto;
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
    
    
  }


.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
      position: relative;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
    width: 100%;
    height: auto;
  }

  #s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
    
    
  }


.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container {
      position: relative;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6f71ce5-3df8-4e86-abec-e19475e14cb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-581bdc1d-b885-4de8-819d-6369479b3f6e {
  margin-left: auto;
margin-right: auto;
}

#s-a6894a55-d99e-4f40-acb3-aef72283e7a8 {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6894a55-d99e-4f40-acb3-aef72283e7a8 {
  display: unset;
}
#s-a6894a55-d99e-4f40-acb3-aef72283e7a8, #wrap-s-a6894a55-d99e-4f40-acb3-aef72283e7a8 { display: unset !important; }}@media (max-width: 767px){#s-a6894a55-d99e-4f40-acb3-aef72283e7a8 {
  display: unset;
}
#s-a6894a55-d99e-4f40-acb3-aef72283e7a8, #wrap-s-a6894a55-d99e-4f40-acb3-aef72283e7a8 { display: unset !important; }}
#s-a6894a55-d99e-4f40-acb3-aef72283e7a8 .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-9babbf32-fd9c-425b-a198-c9affbce24fc {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-9babbf32-fd9c-425b-a198-c9affbce24fc {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-aaa85928-72bf-4c05-96ab-d0ffb5e3b70c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaa85928-72bf-4c05-96ab-d0ffb5e3b70c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aaa85928-72bf-4c05-96ab-d0ffb5e3b70c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaa85928-72bf-4c05-96ab-d0ffb5e3b70c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
  max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}
@media (min-width: 1200px){#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
    width: 100%;
    height: auto;
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
    
    
  }


.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-content {
  
    align-items: center;
  
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
      position: relative;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
    width: 100%;
    height: auto;
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
    
    
  }


.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-content {
  
    align-items: center;
  
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
      position: relative;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e 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-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
    width: 100%;
    height: auto;
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
    
    
  }


.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-content {
  
    align-items: center;
  
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
      position: relative;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e 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-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
    width: 100%;
    height: auto;
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
    
    
  }


.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-content {
  
    align-items: center;
  
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
      position: relative;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
    width: 100%;
    height: auto;
  }

  #s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
    
    
  }


.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e .shogun-image-content {
  
    align-items: center;
  
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container {
      position: relative;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc62719a-c89f-4b1e-bf13-c02b5520fe8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8ffa199b-4df8-4dca-9e18-0821bc62789a {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ffa199b-4df8-4dca-9e18-0821bc62789a {
  display: unset;
}
#s-8ffa199b-4df8-4dca-9e18-0821bc62789a, #wrap-s-8ffa199b-4df8-4dca-9e18-0821bc62789a { display: unset !important; }}@media (max-width: 767px){#s-8ffa199b-4df8-4dca-9e18-0821bc62789a {
  display: unset;
}
#s-8ffa199b-4df8-4dca-9e18-0821bc62789a, #wrap-s-8ffa199b-4df8-4dca-9e18-0821bc62789a { display: unset !important; }}
#s-8ffa199b-4df8-4dca-9e18-0821bc62789a .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-a80f684c-17ef-4cb8-8c77-c97d3ea57bc4 {
  margin-top: 10px;
display: none;
}
#s-a80f684c-17ef-4cb8-8c77-c97d3ea57bc4, #wrap-s-a80f684c-17ef-4cb8-8c77-c97d3ea57bc4 { display: none !important; }}@media (max-width: 767px){#s-a80f684c-17ef-4cb8-8c77-c97d3ea57bc4 {
  margin-top: 10px;
}
}
@media (min-width: 1200px){#s-946305cb-558e-4a16-90af-e92289005003 {
  display: none;
}
#s-946305cb-558e-4a16-90af-e92289005003, #wrap-s-946305cb-558e-4a16-90af-e92289005003 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-946305cb-558e-4a16-90af-e92289005003 {
  display: none;
}
#s-946305cb-558e-4a16-90af-e92289005003, #wrap-s-946305cb-558e-4a16-90af-e92289005003 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-946305cb-558e-4a16-90af-e92289005003 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-946305cb-558e-4a16-90af-e92289005003 {
  margin-top: 10px;
display: none;
}
#s-946305cb-558e-4a16-90af-e92289005003, #wrap-s-946305cb-558e-4a16-90af-e92289005003 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d83b4271-5a6b-4b29-90f3-c1873eeab01c {
  display: none;
}
#s-d83b4271-5a6b-4b29-90f3-c1873eeab01c, #wrap-s-d83b4271-5a6b-4b29-90f3-c1873eeab01c { display: none !important; }}@media (max-width: 767px){#s-d83b4271-5a6b-4b29-90f3-c1873eeab01c {
  display: none;
}
#s-d83b4271-5a6b-4b29-90f3-c1873eeab01c, #wrap-s-d83b4271-5a6b-4b29-90f3-c1873eeab01c { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-ad2a3511-7219-4f20-8fdf-cd2036adf29d {
  display: none;
}
#s-ad2a3511-7219-4f20-8fdf-cd2036adf29d, #wrap-s-ad2a3511-7219-4f20-8fdf-cd2036adf29d { display: none !important; }}@media (max-width: 767px){#s-ad2a3511-7219-4f20-8fdf-cd2036adf29d {
  display: none;
}
#s-ad2a3511-7219-4f20-8fdf-cd2036adf29d, #wrap-s-ad2a3511-7219-4f20-8fdf-cd2036adf29d { display: none !important; }}
@media (min-width: 1200px){#s-70bcc825-1d71-459e-a39a-d78c516b2818 {
  display: none;
}
#s-70bcc825-1d71-459e-a39a-d78c516b2818, #wrap-s-70bcc825-1d71-459e-a39a-d78c516b2818 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70bcc825-1d71-459e-a39a-d78c516b2818 {
  display: none;
}
#s-70bcc825-1d71-459e-a39a-d78c516b2818, #wrap-s-70bcc825-1d71-459e-a39a-d78c516b2818 { display: none !important; }}@media (max-width: 767px){#s-70bcc825-1d71-459e-a39a-d78c516b2818 {
  display: none;
}
#s-70bcc825-1d71-459e-a39a-d78c516b2818, #wrap-s-70bcc825-1d71-459e-a39a-d78c516b2818 { display: none !important; }}
@media (min-width: 1200px){#s-86d17ffd-3e94-428a-9f50-994b20d61e16 {
  display: none;
}
#s-86d17ffd-3e94-428a-9f50-994b20d61e16, #wrap-s-86d17ffd-3e94-428a-9f50-994b20d61e16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86d17ffd-3e94-428a-9f50-994b20d61e16 {
  display: none;
}
#s-86d17ffd-3e94-428a-9f50-994b20d61e16, #wrap-s-86d17ffd-3e94-428a-9f50-994b20d61e16 { display: none !important; }}
#s-890aa2c0-6a54-4510-8a86-2e6aac46d635 {
  margin-left: auto;
margin-right: auto;
}

#s-011c342b-fdec-4eb2-b397-ad3f56c448ad {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-011c342b-fdec-4eb2-b397-ad3f56c448ad {
  display: unset;
}
#s-011c342b-fdec-4eb2-b397-ad3f56c448ad, #wrap-s-011c342b-fdec-4eb2-b397-ad3f56c448ad { display: unset !important; }}@media (max-width: 767px){#s-011c342b-fdec-4eb2-b397-ad3f56c448ad {
  display: unset;
}
#s-011c342b-fdec-4eb2-b397-ad3f56c448ad, #wrap-s-011c342b-fdec-4eb2-b397-ad3f56c448ad { display: unset !important; }}
#s-011c342b-fdec-4eb2-b397-ad3f56c448ad .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-4ccf3926-65cf-4b49-801d-b95ff8758414 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-4ccf3926-65cf-4b49-801d-b95ff8758414 {
  margin-top: 10px;
}
}
#s-67fb342a-03d5-4e6b-8a62-fec7552310a6 {
  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-67fb342a-03d5-4e6b-8a62-fec7552310a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fb342a-03d5-4e6b-8a62-fec7552310a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d425a243-5edf-402d-88bd-8c8db370d29a {
  padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d425a243-5edf-402d-88bd-8c8db370d29a {
  display: unset;
}
#s-d425a243-5edf-402d-88bd-8c8db370d29a, #wrap-s-d425a243-5edf-402d-88bd-8c8db370d29a { display: unset !important; }}@media (max-width: 767px){#s-d425a243-5edf-402d-88bd-8c8db370d29a {
  display: unset;
}
#s-d425a243-5edf-402d-88bd-8c8db370d29a, #wrap-s-d425a243-5edf-402d-88bd-8c8db370d29a { display: unset !important; }}
#s-d425a243-5edf-402d-88bd-8c8db370d29a .shogun-heading-component h2 {
  color: ;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-b4b3bfcb-95b1-420c-b6da-2ab0ea3cc3ea {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-b4b3bfcb-95b1-420c-b6da-2ab0ea3cc3ea {
  margin-top: 10px;
}
}
#s-16bf1c13-c3ee-465d-b5fa-8594a991d057 {
  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-16bf1c13-c3ee-465d-b5fa-8594a991d057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16bf1c13-c3ee-465d-b5fa-8594a991d057.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29f49edf-966a-4786-b6b2-f25183ec2e67 {
  min-height: 50px;
}








#s-29f49edf-966a-4786-b6b2-f25183ec2e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29f49edf-966a-4786-b6b2-f25183ec2e67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-309d8b0d-2d76-42ba-92ae-017e6cb4af34 {
  min-height: 50px;
}








#s-309d8b0d-2d76-42ba-92ae-017e6cb4af34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-309d8b0d-2d76-42ba-92ae-017e6cb4af34.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-6fab63aa-5b52-4e0b-a93b-6488b89c5164 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-6fab63aa-5b52-4e0b-a93b-6488b89c5164 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-6fab63aa-5b52-4e0b-a93b-6488b89c5164 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(61, 61, 61, 1);
}

#s-6fab63aa-5b52-4e0b-a93b-6488b89c5164 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6fab63aa-5b52-4e0b-a93b-6488b89c5164 > .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-6fab63aa-5b52-4e0b-a93b-6488b89c5164 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6d80a480-9328-49cd-bc2d-65407276ba4f {
  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}
