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

.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-74da536e-b81c-4f99-9c7b-32410d830c16 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-74da536e-b81c-4f99-9c7b-32410d830c16 {
  display: none;
}
#s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-content-s-74da536e-b81c-4f99-9c7b-32410d830c16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74da536e-b81c-4f99-9c7b-32410d830c16 {
  display: none;
}
#s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-content-s-74da536e-b81c-4f99-9c7b-32410d830c16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74da536e-b81c-4f99-9c7b-32410d830c16 {
  display: none;
}
#s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-content-s-74da536e-b81c-4f99-9c7b-32410d830c16 { display: none !important; }}







#s-74da536e-b81c-4f99-9c7b-32410d830c16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74da536e-b81c-4f99-9c7b-32410d830c16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}
#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 {
  display: none;
}
#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7, #wrap-s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7, #wrap-content-s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 { display: none !important; }}







#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin-left: auto;
margin-right: auto;
max-width: 4400px;
text-align: center;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}
#s-3e35b25e-c061-4bab-8e20-5df1af071d30 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 253, 247, 1);
}
@media (min-width: 1200px){#s-3e35b25e-c061-4bab-8e20-5df1af071d30 {
  display: none;
}
#s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-content-s-3e35b25e-c061-4bab-8e20-5df1af071d30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e35b25e-c061-4bab-8e20-5df1af071d30 {
  display: none;
}
#s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-content-s-3e35b25e-c061-4bab-8e20-5df1af071d30 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e35b25e-c061-4bab-8e20-5df1af071d30 {
  display: none;
}
#s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-content-s-3e35b25e-c061-4bab-8e20-5df1af071d30 { display: none !important; }}@media (max-width: 767px){#s-3e35b25e-c061-4bab-8e20-5df1af071d30 {
  display: none;
}
#s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-s-3e35b25e-c061-4bab-8e20-5df1af071d30, #wrap-content-s-3e35b25e-c061-4bab-8e20-5df1af071d30 { display: none !important; }}







#s-3e35b25e-c061-4bab-8e20-5df1af071d30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e35b25e-c061-4bab-8e20-5df1af071d30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-078af4ff-5837-47c4-9df0-6ec895066185 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-078af4ff-5837-47c4-9df0-6ec895066185"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-078af4ff-5837-47c4-9df0-6ec895066185"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-078af4ff-5837-47c4-9df0-6ec895066185"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-078af4ff-5837-47c4-9df0-6ec895066185"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-97aa42c8-cce7-440a-a805-8d46158d037e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-97aa42c8-cce7-440a-a805-8d46158d037e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97aa42c8-cce7-440a-a805-8d46158d037e {
  cursor: pointer;
}#s-97aa42c8-cce7-440a-a805-8d46158d037e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  margin: 0 !important;
  overflow: visible;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add background color handling */
  
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image {
  box-sizing: border-box;
}



.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  
}


@media (min-width: 1200px){#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  margin: 0 !important;
  overflow: visible;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add background color handling */
  
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image {
  box-sizing: border-box;
}



.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  margin: 0 !important;
  overflow: visible;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add background color handling */
  
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image {
  box-sizing: border-box;
}



.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  margin: 0 !important;
  overflow: visible;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add background color handling */
  
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image {
  box-sizing: border-box;
}



.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  
}


}@media (max-width: 767px){#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  margin: 0 !important;
  overflow: visible;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add background color handling */
  
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f.shogun-image {
  box-sizing: border-box;
}



.s-f9b1ecc9-16c5-4fe4-8281-1531ae87940f img.shogun-image {
  
}


}
.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: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  text-transform: none;
  font-weight: 600;
  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-44d658fd-70d5-4d46-b2a4-788471badf65 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44d658fd-70d5-4d46-b2a4-788471badf65 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



.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: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  font-weight: 600;
}

.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: 500;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(63, 56, 125, 1);
  font-family: "Figtree";
}

.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: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  font-weight: 600;
}

.shg-theme-text-content p {
  color: rgba(63, 56, 125, 1);
  font-family: "Figtree";
  font-weight: 500;
}

#s-5113de11-00d9-414d-b322-029f05b5ef1c {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-2a39e2f8-bc23-4083-9e20-c8cc3aed8def {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2a39e2f8-bc23-4083-9e20-c8cc3aed8def"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2a39e2f8-bc23-4083-9e20-c8cc3aed8def"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a39e2f8-bc23-4083-9e20-c8cc3aed8def"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a39e2f8-bc23-4083-9e20-c8cc3aed8def"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9e182426-8adc-4117-9b26-229531df6737 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
aspect-ratio: 518/116;
text-align: left;
}

#s-9e182426-8adc-4117-9b26-229531df6737 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e182426-8adc-4117-9b26-229531df6737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e182426-8adc-4117-9b26-229531df6737.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
  box-sizing: border-box;
}



.s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e182426-8adc-4117-9b26-229531df6737 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
      position: relative;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

@media (min-width: 1200px){#s-9e182426-8adc-4117-9b26-229531df6737 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e182426-8adc-4117-9b26-229531df6737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e182426-8adc-4117-9b26-229531df6737.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
  box-sizing: border-box;
}



.s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e182426-8adc-4117-9b26-229531df6737 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
      position: relative;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9e182426-8adc-4117-9b26-229531df6737 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e182426-8adc-4117-9b26-229531df6737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e182426-8adc-4117-9b26-229531df6737.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
  box-sizing: border-box;
}



.s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e182426-8adc-4117-9b26-229531df6737 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
      position: relative;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9e182426-8adc-4117-9b26-229531df6737 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e182426-8adc-4117-9b26-229531df6737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e182426-8adc-4117-9b26-229531df6737.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
  box-sizing: border-box;
}



.s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e182426-8adc-4117-9b26-229531df6737 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
      position: relative;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (max-width: 767px){#s-9e182426-8adc-4117-9b26-229531df6737 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e182426-8adc-4117-9b26-229531df6737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e182426-8adc-4117-9b26-229531df6737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e182426-8adc-4117-9b26-229531df6737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-9e182426-8adc-4117-9b26-229531df6737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e182426-8adc-4117-9b26-229531df6737.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e182426-8adc-4117-9b26-229531df6737.shogun-image {
  box-sizing: border-box;
}



.s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e182426-8adc-4117-9b26-229531df6737 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container {
      position: relative;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e182426-8adc-4117-9b26-229531df6737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e182426-8adc-4117-9b26-229531df6737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}
.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: 500;
  font-family: "Figtree";
}

.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-b95d14f5-450e-4d3b-8666-ca6a7a7a460e {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e-root {
    text-align: right;
  }


#s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e-root {
    text-align: right;
  }


#s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e-root {
    text-align: right;
  }


#s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e-root {
    text-align: right;
  }


#s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e-root {
    text-align: right;
  }


#s-b95d14f5-450e-4d3b-8666-ca6a7a7a460e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-389aa9c2-3284-486d-b46b-0f83bd7422e2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-389aa9c2-3284-486d-b46b-0f83bd7422e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-389aa9c2-3284-486d-b46b-0f83bd7422e2 {
  cursor: pointer;
}#s-389aa9c2-3284-486d-b46b-0f83bd7422e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image {
  box-sizing: border-box;
}



.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image {
  box-sizing: border-box;
}



.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image {
  box-sizing: border-box;
}



.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image {
  box-sizing: border-box;
}



.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  margin: 0 !important;
  overflow: visible;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be2b4f2-fc08-488d-9962-6e704d9dd859 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add background color handling */
  
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be2b4f2-fc08-488d-9962-6e704d9dd859.shogun-image {
  box-sizing: border-box;
}



.s-7be2b4f2-fc08-488d-9962-6e704d9dd859 img.shogun-image {
  
}


}
#s-d7c9f941-bb41-4cee-831d-7e3ae0081c68 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7c9f941-bb41-4cee-831d-7e3ae0081c68 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-3e6511bc-912b-40b6-beb2-67fc361aaef7 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-2da15357-58e3-4647-89dd-21c483d76719 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2da15357-58e3-4647-89dd-21c483d76719"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2da15357-58e3-4647-89dd-21c483d76719"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2da15357-58e3-4647-89dd-21c483d76719"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2da15357-58e3-4647-89dd-21c483d76719"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image {
  box-sizing: border-box;
}



.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image {
  box-sizing: border-box;
}



.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image {
  box-sizing: border-box;
}



.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image {
  box-sizing: border-box;
}



.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0a879cc-2108-4d2b-a5fd-ed463b327874 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a879cc-2108-4d2b-a5fd-ed463b327874.shogun-image {
  box-sizing: border-box;
}



.s-a0a879cc-2108-4d2b-a5fd-ed463b327874 img.shogun-image {
  
}


}
#s-4b6b6d44-522e-4e9f-a984-2e5332c56807 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-4b6b6d44-522e-4e9f-a984-2e5332c56807:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b6b6d44-522e-4e9f-a984-2e5332c56807:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b6b6d44-522e-4e9f-a984-2e5332c56807-root {
    text-align: right;
  }


#s-4b6b6d44-522e-4e9f-a984-2e5332c56807.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b6b6d44-522e-4e9f-a984-2e5332c56807-root {
    text-align: right;
  }


#s-4b6b6d44-522e-4e9f-a984-2e5332c56807.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b6b6d44-522e-4e9f-a984-2e5332c56807-root {
    text-align: right;
  }


#s-4b6b6d44-522e-4e9f-a984-2e5332c56807.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b6b6d44-522e-4e9f-a984-2e5332c56807-root {
    text-align: right;
  }


#s-4b6b6d44-522e-4e9f-a984-2e5332c56807.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b6b6d44-522e-4e9f-a984-2e5332c56807-root {
    text-align: right;
  }


#s-4b6b6d44-522e-4e9f-a984-2e5332c56807.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-87dd5c77-2f19-4d9d-9f7d-f947221b8487 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-87dd5c77-2f19-4d9d-9f7d-f947221b8487"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-87dd5c77-2f19-4d9d-9f7d-f947221b8487"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-87dd5c77-2f19-4d9d-9f7d-f947221b8487"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-87dd5c77-2f19-4d9d-9f7d-f947221b8487"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-9dde3a6f-5c4e-4ffb-a92d-81b2af0278e4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9dde3a6f-5c4e-4ffb-a92d-81b2af0278e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dde3a6f-5c4e-4ffb-a92d-81b2af0278e4 {
  cursor: pointer;
}#s-9dde3a6f-5c4e-4ffb-a92d-81b2af0278e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image {
  box-sizing: border-box;
}



.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image {
  box-sizing: border-box;
}



.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image {
  box-sizing: border-box;
}



.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image {
  box-sizing: border-box;
}



.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a240035-06d4-4b23-a1f7-2a37ca9fd971.shogun-image {
  box-sizing: border-box;
}



.s-0a240035-06d4-4b23-a1f7-2a37ca9fd971 img.shogun-image {
  
}


}
#s-39c510f6-e34a-42ab-87e0-6c65d5b1160b {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39c510f6-e34a-42ab-87e0-6c65d5b1160b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-ea1a2ccd-bfac-4ce4-8245-3195a5446043 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-77098fe2-2ad4-40fa-b50f-ceb14e588479 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-77098fe2-2ad4-40fa-b50f-ceb14e588479"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-77098fe2-2ad4-40fa-b50f-ceb14e588479"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77098fe2-2ad4-40fa-b50f-ceb14e588479"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77098fe2-2ad4-40fa-b50f-ceb14e588479"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
aspect-ratio: 518/116;
text-align: left;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
  box-sizing: border-box;
}



.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
      position: relative;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

@media (min-width: 1200px){#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
  box-sizing: border-box;
}



.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
      position: relative;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
  box-sizing: border-box;
}



.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
      position: relative;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
  box-sizing: border-box;
}



.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
      position: relative;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (max-width: 767px){#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image {
  box-sizing: border-box;
}



.s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container {
      position: relative;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74439e81-a22d-4aa3-a805-9e06bc0008c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}
#s-aab59565-d87b-4077-9736-f9cdaf2cb003 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-aab59565-d87b-4077-9736-f9cdaf2cb003:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aab59565-d87b-4077-9736-f9cdaf2cb003:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aab59565-d87b-4077-9736-f9cdaf2cb003-root {
    text-align: right;
  }


#s-aab59565-d87b-4077-9736-f9cdaf2cb003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aab59565-d87b-4077-9736-f9cdaf2cb003-root {
    text-align: right;
  }


#s-aab59565-d87b-4077-9736-f9cdaf2cb003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aab59565-d87b-4077-9736-f9cdaf2cb003-root {
    text-align: right;
  }


#s-aab59565-d87b-4077-9736-f9cdaf2cb003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aab59565-d87b-4077-9736-f9cdaf2cb003-root {
    text-align: right;
  }


#s-aab59565-d87b-4077-9736-f9cdaf2cb003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aab59565-d87b-4077-9736-f9cdaf2cb003-root {
    text-align: right;
  }


#s-aab59565-d87b-4077-9736-f9cdaf2cb003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-93936727-3e95-4930-8dbf-94fa084f17d2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-93936727-3e95-4930-8dbf-94fa084f17d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93936727-3e95-4930-8dbf-94fa084f17d2 {
  cursor: pointer;
}#s-93936727-3e95-4930-8dbf-94fa084f17d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  margin: 0 !important;
  overflow: visible;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add background color handling */
  
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-696f4a69-f388-464f-8ffb-4bcddaced858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image {
  box-sizing: border-box;
}



.s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  
}


@media (min-width: 1200px){#s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  margin: 0 !important;
  overflow: visible;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add background color handling */
  
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-696f4a69-f388-464f-8ffb-4bcddaced858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image {
  box-sizing: border-box;
}



.s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  margin: 0 !important;
  overflow: visible;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add background color handling */
  
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-696f4a69-f388-464f-8ffb-4bcddaced858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image {
  box-sizing: border-box;
}



.s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  margin: 0 !important;
  overflow: visible;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add background color handling */
  
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-696f4a69-f388-464f-8ffb-4bcddaced858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image {
  box-sizing: border-box;
}



.s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  
}


}@media (max-width: 767px){#s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  margin: 0 !important;
  overflow: visible;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-696f4a69-f388-464f-8ffb-4bcddaced858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add background color handling */
  
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-696f4a69-f388-464f-8ffb-4bcddaced858 .shogun-image-content {
  
    justify-content: center;
  
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696f4a69-f388-464f-8ffb-4bcddaced858.shogun-image {
  box-sizing: border-box;
}



.s-696f4a69-f388-464f-8ffb-4bcddaced858 img.shogun-image {
  
}


}
#s-58532421-cee4-4e7d-9705-849230abbdb9 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58532421-cee4-4e7d-9705-849230abbdb9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-07a73377-82c5-47fe-a609-d3b0ec016346 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-2a7eee69-e682-4356-8654-b7ccde9b074c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2a7eee69-e682-4356-8654-b7ccde9b074c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2a7eee69-e682-4356-8654-b7ccde9b074c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a7eee69-e682-4356-8654-b7ccde9b074c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a7eee69-e682-4356-8654-b7ccde9b074c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image {
  box-sizing: border-box;
}



.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image {
  box-sizing: border-box;
}



.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image {
  box-sizing: border-box;
}



.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image {
  box-sizing: border-box;
}



.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-37aed4fe-2de6-4843-a48e-144c408cd5d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37aed4fe-2de6-4843-a48e-144c408cd5d5.shogun-image {
  box-sizing: border-box;
}



.s-37aed4fe-2de6-4843-a48e-144c408cd5d5 img.shogun-image {
  
}


}
#s-815e230d-9e20-4012-b7c0-4ded1afcad75 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-815e230d-9e20-4012-b7c0-4ded1afcad75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-815e230d-9e20-4012-b7c0-4ded1afcad75:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-815e230d-9e20-4012-b7c0-4ded1afcad75-root {
    text-align: right;
  }


#s-815e230d-9e20-4012-b7c0-4ded1afcad75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-815e230d-9e20-4012-b7c0-4ded1afcad75-root {
    text-align: right;
  }


#s-815e230d-9e20-4012-b7c0-4ded1afcad75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-815e230d-9e20-4012-b7c0-4ded1afcad75-root {
    text-align: right;
  }


#s-815e230d-9e20-4012-b7c0-4ded1afcad75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-815e230d-9e20-4012-b7c0-4ded1afcad75-root {
    text-align: right;
  }


#s-815e230d-9e20-4012-b7c0-4ded1afcad75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-815e230d-9e20-4012-b7c0-4ded1afcad75-root {
    text-align: right;
  }


#s-815e230d-9e20-4012-b7c0-4ded1afcad75.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-094d22d2-4097-41a8-b4e7-5c22ed0b10ce {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-094d22d2-4097-41a8-b4e7-5c22ed0b10ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-094d22d2-4097-41a8-b4e7-5c22ed0b10ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-094d22d2-4097-41a8-b4e7-5c22ed0b10ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-094d22d2-4097-41a8-b4e7-5c22ed0b10ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-8bc89b6e-3d3a-4855-9563-6ce0b905d66a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8bc89b6e-3d3a-4855-9563-6ce0b905d66a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bc89b6e-3d3a-4855-9563-6ce0b905d66a {
  cursor: pointer;
}#s-8bc89b6e-3d3a-4855-9563-6ce0b905d66a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-5630f76f-4105-48f7-9828-2c572b9ef4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image {
  box-sizing: border-box;
}



.s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  
}


@media (min-width: 1200px){#s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5630f76f-4105-48f7-9828-2c572b9ef4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image {
  box-sizing: border-box;
}



.s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5630f76f-4105-48f7-9828-2c572b9ef4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image {
  box-sizing: border-box;
}



.s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5630f76f-4105-48f7-9828-2c572b9ef4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image {
  box-sizing: border-box;
}



.s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  
}


}@media (max-width: 767px){#s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  margin: 0 !important;
  overflow: visible;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5630f76f-4105-48f7-9828-2c572b9ef4fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add background color handling */
  
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5630f76f-4105-48f7-9828-2c572b9ef4fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5630f76f-4105-48f7-9828-2c572b9ef4fc.shogun-image {
  box-sizing: border-box;
}



.s-5630f76f-4105-48f7-9828-2c572b9ef4fc img.shogun-image {
  
}


}
#s-06b05612-d4b0-4477-a8bb-ef9b8927a806 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06b05612-d4b0-4477-a8bb-ef9b8927a806 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-e5038426-7c68-4023-b611-35aa9c93f8ad {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-d0ebde8b-2788-4bcb-8052-f8a84968d402 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-d0ebde8b-2788-4bcb-8052-f8a84968d402"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d0ebde8b-2788-4bcb-8052-f8a84968d402"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0ebde8b-2788-4bcb-8052-f8a84968d402"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0ebde8b-2788-4bcb-8052-f8a84968d402"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
aspect-ratio: 518/116;
text-align: left;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
  box-sizing: border-box;
}



.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
      position: relative;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

@media (min-width: 1200px){#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
  box-sizing: border-box;
}



.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
      position: relative;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
  box-sizing: border-box;
}



.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
      position: relative;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
  box-sizing: border-box;
}



.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
      position: relative;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}@media (max-width: 767px){#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 88px;
  }



  img.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
    
    
    
    max-height: 88px;
  }


.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image {
  box-sizing: border-box;
}



.s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container {
      position: relative;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee12c92a-a9ef-4530-80b2-3fe9e2996650 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 88px;
    }
  }

}
#s-e56edf24-e960-4395-ac16-a85ded0e235f {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-e56edf24-e960-4395-ac16-a85ded0e235f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e56edf24-e960-4395-ac16-a85ded0e235f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e56edf24-e960-4395-ac16-a85ded0e235f-root {
    text-align: right;
  }


#s-e56edf24-e960-4395-ac16-a85ded0e235f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e56edf24-e960-4395-ac16-a85ded0e235f-root {
    text-align: right;
  }


#s-e56edf24-e960-4395-ac16-a85ded0e235f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e56edf24-e960-4395-ac16-a85ded0e235f-root {
    text-align: right;
  }


#s-e56edf24-e960-4395-ac16-a85ded0e235f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e56edf24-e960-4395-ac16-a85ded0e235f-root {
    text-align: right;
  }


#s-e56edf24-e960-4395-ac16-a85ded0e235f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e56edf24-e960-4395-ac16-a85ded0e235f-root {
    text-align: right;
  }


#s-e56edf24-e960-4395-ac16-a85ded0e235f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-1c90aeba-044c-4e8a-a18b-2b1d9974baaa {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c90aeba-044c-4e8a-a18b-2b1d9974baaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c90aeba-044c-4e8a-a18b-2b1d9974baaa {
  cursor: pointer;
}#s-1c90aeba-044c-4e8a-a18b-2b1d9974baaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  margin: 0 !important;
  overflow: visible;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add background color handling */
  
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-93308364-ba69-4eb4-94aa-d77eafdc0725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image {
  box-sizing: border-box;
}



.s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  
}


@media (min-width: 1200px){#s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  margin: 0 !important;
  overflow: visible;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add background color handling */
  
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93308364-ba69-4eb4-94aa-d77eafdc0725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image {
  box-sizing: border-box;
}



.s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  margin: 0 !important;
  overflow: visible;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add background color handling */
  
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93308364-ba69-4eb4-94aa-d77eafdc0725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image {
  box-sizing: border-box;
}



.s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  margin: 0 !important;
  overflow: visible;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add background color handling */
  
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93308364-ba69-4eb4-94aa-d77eafdc0725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image {
  box-sizing: border-box;
}



.s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  
}


}@media (max-width: 767px){#s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  margin: 0 !important;
  overflow: visible;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93308364-ba69-4eb4-94aa-d77eafdc0725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add background color handling */
  
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93308364-ba69-4eb4-94aa-d77eafdc0725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93308364-ba69-4eb4-94aa-d77eafdc0725.shogun-image {
  box-sizing: border-box;
}



.s-93308364-ba69-4eb4-94aa-d77eafdc0725 img.shogun-image {
  
}


}
#s-ccad5274-dc7c-4dd0-9639-e81bacd9470e {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccad5274-dc7c-4dd0-9639-e81bacd9470e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-6e3a0bfc-6988-42d2-b72f-d2ad07cca098 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-7a1ab91a-2493-4d0f-8e67-da451a4748be {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-7a1ab91a-2493-4d0f-8e67-da451a4748be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7a1ab91a-2493-4d0f-8e67-da451a4748be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1ab91a-2493-4d0f-8e67-da451a4748be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1ab91a-2493-4d0f-8e67-da451a4748be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-743749ed-49fa-460d-a233-183573d18be4 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-743749ed-49fa-460d-a233-183573d18be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-743749ed-49fa-460d-a233-183573d18be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-743749ed-49fa-460d-a233-183573d18be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-743749ed-49fa-460d-a233-183573d18be4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-743749ed-49fa-460d-a233-183573d18be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743749ed-49fa-460d-a233-183573d18be4.shogun-image {
  box-sizing: border-box;
}



.s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-743749ed-49fa-460d-a233-183573d18be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-743749ed-49fa-460d-a233-183573d18be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-743749ed-49fa-460d-a233-183573d18be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-743749ed-49fa-460d-a233-183573d18be4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-743749ed-49fa-460d-a233-183573d18be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743749ed-49fa-460d-a233-183573d18be4.shogun-image {
  box-sizing: border-box;
}



.s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-743749ed-49fa-460d-a233-183573d18be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-743749ed-49fa-460d-a233-183573d18be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-743749ed-49fa-460d-a233-183573d18be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-743749ed-49fa-460d-a233-183573d18be4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-743749ed-49fa-460d-a233-183573d18be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743749ed-49fa-460d-a233-183573d18be4.shogun-image {
  box-sizing: border-box;
}



.s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-743749ed-49fa-460d-a233-183573d18be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-743749ed-49fa-460d-a233-183573d18be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-743749ed-49fa-460d-a233-183573d18be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-743749ed-49fa-460d-a233-183573d18be4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-743749ed-49fa-460d-a233-183573d18be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743749ed-49fa-460d-a233-183573d18be4.shogun-image {
  box-sizing: border-box;
}



.s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-743749ed-49fa-460d-a233-183573d18be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-743749ed-49fa-460d-a233-183573d18be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-743749ed-49fa-460d-a233-183573d18be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-743749ed-49fa-460d-a233-183573d18be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-743749ed-49fa-460d-a233-183573d18be4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-743749ed-49fa-460d-a233-183573d18be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-743749ed-49fa-460d-a233-183573d18be4.shogun-image {
  box-sizing: border-box;
}



.s-743749ed-49fa-460d-a233-183573d18be4 img.shogun-image {
  
}


}
#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42e7b173-6298-43d5-8d60-fde7ca84d6a3-root {
    text-align: right;
  }


#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42e7b173-6298-43d5-8d60-fde7ca84d6a3-root {
    text-align: right;
  }


#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42e7b173-6298-43d5-8d60-fde7ca84d6a3-root {
    text-align: right;
  }


#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42e7b173-6298-43d5-8d60-fde7ca84d6a3-root {
    text-align: right;
  }


#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42e7b173-6298-43d5-8d60-fde7ca84d6a3-root {
    text-align: right;
  }


#s-42e7b173-6298-43d5-8d60-fde7ca84d6a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-b4674f40-e7bd-4bee-85c7-bea939873ea0 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 253, 247, 1);
}
@media (min-width: 1200px){#s-b4674f40-e7bd-4bee-85c7-bea939873ea0 {
  display: none;
}
#s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-content-s-b4674f40-e7bd-4bee-85c7-bea939873ea0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4674f40-e7bd-4bee-85c7-bea939873ea0 {
  display: none;
}
#s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-content-s-b4674f40-e7bd-4bee-85c7-bea939873ea0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4674f40-e7bd-4bee-85c7-bea939873ea0 {
  display: none;
}
#s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-content-s-b4674f40-e7bd-4bee-85c7-bea939873ea0 { display: none !important; }}@media (max-width: 767px){#s-b4674f40-e7bd-4bee-85c7-bea939873ea0 {
  display: none;
}
#s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-s-b4674f40-e7bd-4bee-85c7-bea939873ea0, #wrap-content-s-b4674f40-e7bd-4bee-85c7-bea939873ea0 { display: none !important; }}







#s-b4674f40-e7bd-4bee-85c7-bea939873ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4674f40-e7bd-4bee-85c7-bea939873ea0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea860611-03d2-4cd3-9905-f04111258c39 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 180px;
padding-right: 180px;
}

@media (min-width: 0px) {
[id="s-ea860611-03d2-4cd3-9905-f04111258c39"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-ea860611-03d2-4cd3-9905-f04111258c39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ea860611-03d2-4cd3-9905-f04111258c39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ea860611-03d2-4cd3-9905-f04111258c39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-5206bf71-d270-434f-aff2-2513220c98da {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5206bf71-d270-434f-aff2-2513220c98da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5206bf71-d270-434f-aff2-2513220c98da {
  cursor: pointer;
}#s-5206bf71-d270-434f-aff2-2513220c98da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-6e96d194-9ff2-4a32-abf0-e2052aac366b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image {
  box-sizing: border-box;
}



.s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  
}


@media (min-width: 1200px){#s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e96d194-9ff2-4a32-abf0-e2052aac366b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image {
  box-sizing: border-box;
}



.s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e96d194-9ff2-4a32-abf0-e2052aac366b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image {
  box-sizing: border-box;
}



.s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e96d194-9ff2-4a32-abf0-e2052aac366b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image {
  box-sizing: border-box;
}



.s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  
}


}@media (max-width: 767px){#s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  margin: 0 !important;
  overflow: visible;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e96d194-9ff2-4a32-abf0-e2052aac366b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add background color handling */
  
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e96d194-9ff2-4a32-abf0-e2052aac366b .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e96d194-9ff2-4a32-abf0-e2052aac366b.shogun-image {
  box-sizing: border-box;
}



.s-6e96d194-9ff2-4a32-abf0-e2052aac366b img.shogun-image {
  
}


}
#s-6c918fc0-f785-43e4-aeac-0df38af9e3df {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c918fc0-f785-43e4-aeac-0df38af9e3df .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-dba9e3ad-b724-4150-a504-990397e8f386 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-855e422e-30c4-47d7-a481-39061665b6cb {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-855e422e-30c4-47d7-a481-39061665b6cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-855e422e-30c4-47d7-a481-39061665b6cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-855e422e-30c4-47d7-a481-39061665b6cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-855e422e-30c4-47d7-a481-39061665b6cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 518/116;
text-align: left;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
  box-sizing: border-box;
}



.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
      position: relative;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
  box-sizing: border-box;
}



.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
      position: relative;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
  box-sizing: border-box;
}



.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
      position: relative;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
  box-sizing: border-box;
}



.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
      position: relative;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  margin: 0 !important;
  overflow: visible;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add background color handling */
  
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image {
  box-sizing: border-box;
}



.s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container {
      position: relative;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f2dc35-2cd7-44f6-b374-b8a477f07329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c1fb5471-308c-431a-84ff-ca46ee255d73 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-c1fb5471-308c-431a-84ff-ca46ee255d73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1fb5471-308c-431a-84ff-ca46ee255d73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1fb5471-308c-431a-84ff-ca46ee255d73-root {
    text-align: right;
  }


#s-c1fb5471-308c-431a-84ff-ca46ee255d73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1fb5471-308c-431a-84ff-ca46ee255d73-root {
    text-align: right;
  }


#s-c1fb5471-308c-431a-84ff-ca46ee255d73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1fb5471-308c-431a-84ff-ca46ee255d73-root {
    text-align: right;
  }


#s-c1fb5471-308c-431a-84ff-ca46ee255d73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1fb5471-308c-431a-84ff-ca46ee255d73-root {
    text-align: right;
  }


#s-c1fb5471-308c-431a-84ff-ca46ee255d73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1fb5471-308c-431a-84ff-ca46ee255d73-root {
    text-align: right;
  }


#s-c1fb5471-308c-431a-84ff-ca46ee255d73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-551b6750-5da1-4398-8458-0aa6968eb027 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-551b6750-5da1-4398-8458-0aa6968eb027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-551b6750-5da1-4398-8458-0aa6968eb027 {
  cursor: pointer;
}#s-551b6750-5da1-4398-8458-0aa6968eb027.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image {
  box-sizing: border-box;
}



.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  
}


@media (min-width: 1200px){#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image {
  box-sizing: border-box;
}



.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image {
  box-sizing: border-box;
}



.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image {
  box-sizing: border-box;
}



.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  
}


}@media (max-width: 767px){#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  margin: 0 !important;
  overflow: visible;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add background color handling */
  
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f.shogun-image {
  box-sizing: border-box;
}



.s-478f50c6-26b2-4139-84f1-9e7f3c43fa2f img.shogun-image {
  
}


}
#s-a70d8c29-a80f-4928-b62a-6a8f355fb215 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a70d8c29-a80f-4928-b62a-6a8f355fb215 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-5104ec65-383b-49fd-a632-24696728041c {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-fc6fd8fa-f77b-4779-8053-1f7c42ddc86c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-fc6fd8fa-f77b-4779-8053-1f7c42ddc86c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc6fd8fa-f77b-4779-8053-1f7c42ddc86c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc6fd8fa-f77b-4779-8053-1f7c42ddc86c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc6fd8fa-f77b-4779-8053-1f7c42ddc86c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 518/116;
text-align: left;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  margin: 0 !important;
  overflow: visible;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add background color handling */
  
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
  box-sizing: border-box;
}



.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
      position: relative;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  margin: 0 !important;
  overflow: visible;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add background color handling */
  
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
  box-sizing: border-box;
}



.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
      position: relative;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  margin: 0 !important;
  overflow: visible;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add background color handling */
  
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
  box-sizing: border-box;
}



.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
      position: relative;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  margin: 0 !important;
  overflow: visible;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add background color handling */
  
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
  box-sizing: border-box;
}



.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
      position: relative;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  margin: 0 !important;
  overflow: visible;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add background color handling */
  
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image {
  box-sizing: border-box;
}



.s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container {
      position: relative;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85a35dec-d4fb-4301-8c3e-6e6b3c5cae43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-9794856c-a9ce-4c61-a64a-cf69679870a5 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-9794856c-a9ce-4c61-a64a-cf69679870a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9794856c-a9ce-4c61-a64a-cf69679870a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9794856c-a9ce-4c61-a64a-cf69679870a5-root {
    text-align: right;
  }


#s-9794856c-a9ce-4c61-a64a-cf69679870a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9794856c-a9ce-4c61-a64a-cf69679870a5-root {
    text-align: right;
  }


#s-9794856c-a9ce-4c61-a64a-cf69679870a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9794856c-a9ce-4c61-a64a-cf69679870a5-root {
    text-align: right;
  }


#s-9794856c-a9ce-4c61-a64a-cf69679870a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9794856c-a9ce-4c61-a64a-cf69679870a5-root {
    text-align: right;
  }


#s-9794856c-a9ce-4c61-a64a-cf69679870a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9794856c-a9ce-4c61-a64a-cf69679870a5-root {
    text-align: right;
  }


#s-9794856c-a9ce-4c61-a64a-cf69679870a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-7c484a98-083c-4685-a7e3-ca39d4dbb518 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7c484a98-083c-4685-a7e3-ca39d4dbb518 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c484a98-083c-4685-a7e3-ca39d4dbb518 {
  cursor: pointer;
}#s-7c484a98-083c-4685-a7e3-ca39d4dbb518.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image {
  box-sizing: border-box;
}



.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image {
  box-sizing: border-box;
}



.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image {
  box-sizing: border-box;
}



.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image {
  box-sizing: border-box;
}



.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb64cbb-c7b4-4415-8b31-271724819ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb64cbb-c7b4-4415-8b31-271724819ae0.shogun-image {
  box-sizing: border-box;
}



.s-ceb64cbb-c7b4-4415-8b31-271724819ae0 img.shogun-image {
  
}


}
#s-e4197eb0-6d5d-4ad9-b081-7fc5a765fda6 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4197eb0-6d5d-4ad9-b081-7fc5a765fda6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-1421e8ae-9a4f-4da2-924c-7a22d2227ed1 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-aeac78da-46d0-4e10-ba3a-d835e94ea9d4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-aeac78da-46d0-4e10-ba3a-d835e94ea9d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-aeac78da-46d0-4e10-ba3a-d835e94ea9d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aeac78da-46d0-4e10-ba3a-d835e94ea9d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeac78da-46d0-4e10-ba3a-d835e94ea9d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
aspect-ratio: 518/116;
text-align: left;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
  box-sizing: border-box;
}



.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
      position: relative;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
  box-sizing: border-box;
}



.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
      position: relative;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
  box-sizing: border-box;
}



.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
      position: relative;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
  box-sizing: border-box;
}



.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
      position: relative;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }

    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-link {
      aspect-ratio: 518/116;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image {
  box-sizing: border-box;
}



.s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 {
      --shg-aspect-ratio: calc(518/116); 
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container {
      position: relative;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6675f4-9838-4938-a1dc-1d0081ce7357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7b644eb-ce73-42d1-a937-adaeff8b70f2-root {
    text-align: right;
  }


#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7b644eb-ce73-42d1-a937-adaeff8b70f2-root {
    text-align: right;
  }


#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7b644eb-ce73-42d1-a937-adaeff8b70f2-root {
    text-align: right;
  }


#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7b644eb-ce73-42d1-a937-adaeff8b70f2-root {
    text-align: right;
  }


#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7b644eb-ce73-42d1-a937-adaeff8b70f2-root {
    text-align: right;
  }


#s-f7b644eb-ce73-42d1-a937-adaeff8b70f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-2d94479e-63e4-4c94-8c72-8776ab5eccb7 {
  margin-top: 21px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 180px;
padding-right: 180px;
}

@media (min-width: 0px) {
[id="s-2d94479e-63e4-4c94-8c72-8776ab5eccb7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-2d94479e-63e4-4c94-8c72-8776ab5eccb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2d94479e-63e4-4c94-8c72-8776ab5eccb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2d94479e-63e4-4c94-8c72-8776ab5eccb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e735af2b-c99d-4e8a-a34b-2a16ddab08b0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e735af2b-c99d-4e8a-a34b-2a16ddab08b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e735af2b-c99d-4e8a-a34b-2a16ddab08b0 {
  cursor: pointer;
}#s-e735af2b-c99d-4e8a-a34b-2a16ddab08b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  margin: 0 !important;
  overflow: visible;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add background color handling */
  
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-93bbfe08-13e5-4156-8f22-be25b7d3752d .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image {
  box-sizing: border-box;
}



.s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  
}


@media (min-width: 1200px){#s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  margin: 0 !important;
  overflow: visible;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add background color handling */
  
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93bbfe08-13e5-4156-8f22-be25b7d3752d .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image {
  box-sizing: border-box;
}



.s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  margin: 0 !important;
  overflow: visible;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add background color handling */
  
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93bbfe08-13e5-4156-8f22-be25b7d3752d .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image {
  box-sizing: border-box;
}



.s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  margin: 0 !important;
  overflow: visible;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add background color handling */
  
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93bbfe08-13e5-4156-8f22-be25b7d3752d .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image {
  box-sizing: border-box;
}



.s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  
}


}@media (max-width: 767px){#s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  margin: 0 !important;
  overflow: visible;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93bbfe08-13e5-4156-8f22-be25b7d3752d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add background color handling */
  
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-93bbfe08-13e5-4156-8f22-be25b7d3752d .shogun-image-content {
  
    justify-content: center;
  
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93bbfe08-13e5-4156-8f22-be25b7d3752d.shogun-image {
  box-sizing: border-box;
}



.s-93bbfe08-13e5-4156-8f22-be25b7d3752d img.shogun-image {
  
}


}
#s-230fefcb-83b4-4d05-99ed-d8db2f40764e {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-230fefcb-83b4-4d05-99ed-d8db2f40764e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-2d1ab33b-ca8a-416b-bd82-bf79e8974c49 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-2de6c014-0adf-4b43-818c-5fa92387f12f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2de6c014-0adf-4b43-818c-5fa92387f12f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2de6c014-0adf-4b43-818c-5fa92387f12f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2de6c014-0adf-4b43-818c-5fa92387f12f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2de6c014-0adf-4b43-818c-5fa92387f12f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image {
  box-sizing: border-box;
}



.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image {
  box-sizing: border-box;
}



.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image {
  box-sizing: border-box;
}



.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image {
  box-sizing: border-box;
}



.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532.shogun-image {
  box-sizing: border-box;
}



.s-ea8b8e76-90cc-457e-a53e-6c7ad5d14532 img.shogun-image {
  
}


}
#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6-root {
    text-align: right;
  }


#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6-root {
    text-align: right;
  }


#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6-root {
    text-align: right;
  }


#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6-root {
    text-align: right;
  }


#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6-root {
    text-align: right;
  }


#s-1d64b84b-952b-4ac5-a20f-eb54d24af5d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-2b2bafb6-8bc1-495f-9c09-a9de8c41492a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b2bafb6-8bc1-495f-9c09-a9de8c41492a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b2bafb6-8bc1-495f-9c09-a9de8c41492a {
  cursor: pointer;
}#s-2b2bafb6-8bc1-495f-9c09-a9de8c41492a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image {
  box-sizing: border-box;
}



.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  
}


@media (min-width: 1200px){#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image {
  box-sizing: border-box;
}



.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image {
  box-sizing: border-box;
}



.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image {
  box-sizing: border-box;
}



.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  
}


}@media (max-width: 767px){#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  margin: 0 !important;
  overflow: visible;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd4f705e-b842-4e56-9d16-9cfa58d830ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add background color handling */
  
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd4f705e-b842-4e56-9d16-9cfa58d830ee.shogun-image {
  box-sizing: border-box;
}



.s-cd4f705e-b842-4e56-9d16-9cfa58d830ee img.shogun-image {
  
}


}
#s-e4e957e7-aac2-4c8d-b945-bb4a33aa08a3 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4e957e7-aac2-4c8d-b945-bb4a33aa08a3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-15955773-fb1e-4ec1-ba1a-109461a7ddb7 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-853cc781-1e2f-426b-9248-23c80abea7a1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-853cc781-1e2f-426b-9248-23c80abea7a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-853cc781-1e2f-426b-9248-23c80abea7a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-853cc781-1e2f-426b-9248-23c80abea7a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-853cc781-1e2f-426b-9248-23c80abea7a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-de800f27-6782-4911-9473-e02019cf99c4 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-de800f27-6782-4911-9473-e02019cf99c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de800f27-6782-4911-9473-e02019cf99c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-de800f27-6782-4911-9473-e02019cf99c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image {
  box-sizing: border-box;
}



.s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-de800f27-6782-4911-9473-e02019cf99c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de800f27-6782-4911-9473-e02019cf99c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-de800f27-6782-4911-9473-e02019cf99c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image {
  box-sizing: border-box;
}



.s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-de800f27-6782-4911-9473-e02019cf99c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de800f27-6782-4911-9473-e02019cf99c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-de800f27-6782-4911-9473-e02019cf99c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image {
  box-sizing: border-box;
}



.s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-de800f27-6782-4911-9473-e02019cf99c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de800f27-6782-4911-9473-e02019cf99c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-de800f27-6782-4911-9473-e02019cf99c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image {
  box-sizing: border-box;
}



.s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-de800f27-6782-4911-9473-e02019cf99c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-de800f27-6782-4911-9473-e02019cf99c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de800f27-6782-4911-9473-e02019cf99c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-de800f27-6782-4911-9473-e02019cf99c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de800f27-6782-4911-9473-e02019cf99c4.shogun-image {
  box-sizing: border-box;
}



.s-de800f27-6782-4911-9473-e02019cf99c4 img.shogun-image {
  
}


}
#s-832bc779-d11a-4791-96c2-48f51944448f {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-832bc779-d11a-4791-96c2-48f51944448f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-832bc779-d11a-4791-96c2-48f51944448f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-832bc779-d11a-4791-96c2-48f51944448f-root {
    text-align: right;
  }


#s-832bc779-d11a-4791-96c2-48f51944448f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-832bc779-d11a-4791-96c2-48f51944448f-root {
    text-align: right;
  }


#s-832bc779-d11a-4791-96c2-48f51944448f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-832bc779-d11a-4791-96c2-48f51944448f-root {
    text-align: right;
  }


#s-832bc779-d11a-4791-96c2-48f51944448f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-832bc779-d11a-4791-96c2-48f51944448f-root {
    text-align: right;
  }


#s-832bc779-d11a-4791-96c2-48f51944448f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-832bc779-d11a-4791-96c2-48f51944448f-root {
    text-align: right;
  }


#s-832bc779-d11a-4791-96c2-48f51944448f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-d10fcde7-7f15-40f1-9477-3c0c20f00e19 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d10fcde7-7f15-40f1-9477-3c0c20f00e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d10fcde7-7f15-40f1-9477-3c0c20f00e19 {
  cursor: pointer;
}#s-d10fcde7-7f15-40f1-9477-3c0c20f00e19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-147ada97-06d8-4c51-8938-7750fc3595f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image {
  box-sizing: border-box;
}



.s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-147ada97-06d8-4c51-8938-7750fc3595f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image {
  box-sizing: border-box;
}



.s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-147ada97-06d8-4c51-8938-7750fc3595f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image {
  box-sizing: border-box;
}



.s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-147ada97-06d8-4c51-8938-7750fc3595f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image {
  box-sizing: border-box;
}



.s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-147ada97-06d8-4c51-8938-7750fc3595f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-147ada97-06d8-4c51-8938-7750fc3595f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-147ada97-06d8-4c51-8938-7750fc3595f1.shogun-image {
  box-sizing: border-box;
}



.s-147ada97-06d8-4c51-8938-7750fc3595f1 img.shogun-image {
  
}


}
#s-fedfc928-ffe6-4dc7-b9d5-121f156636aa {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fedfc928-ffe6-4dc7-b9d5-121f156636aa .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-c0ce72ba-f056-4b28-b665-9d56627febac {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-4703907b-04a8-48d6-8c2a-8da0dce04ff4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-4703907b-04a8-48d6-8c2a-8da0dce04ff4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4703907b-04a8-48d6-8c2a-8da0dce04ff4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4703907b-04a8-48d6-8c2a-8da0dce04ff4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4703907b-04a8-48d6-8c2a-8da0dce04ff4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  margin: 0 !important;
  overflow: visible;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add background color handling */
  
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image {
  box-sizing: border-box;
}



.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  
}


@media (min-width: 1200px){#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  margin: 0 !important;
  overflow: visible;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add background color handling */
  
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image {
  box-sizing: border-box;
}



.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  margin: 0 !important;
  overflow: visible;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add background color handling */
  
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image {
  box-sizing: border-box;
}



.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  margin: 0 !important;
  overflow: visible;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add background color handling */
  
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image {
  box-sizing: border-box;
}



.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  
}


}@media (max-width: 767px){#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  margin: 0 !important;
  overflow: visible;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add background color handling */
  
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb.shogun-image {
  box-sizing: border-box;
}



.s-9b825d0a-f43e-4c18-afb4-6d28d9e480cb img.shogun-image {
  
}


}
#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(121, 75, 161, 1);
text-align: right;
text-decoration: none;
}
#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c-root {
    text-align: right;
  }


#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c-root {
    text-align: right;
  }


#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c-root {
    text-align: right;
  }


#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c-root {
    text-align: right;
  }


#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c-root {
    text-align: right;
  }


#s-5639bf5d-4c44-4e61-bffc-cf52b1fa322c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@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;
  }
}
