#s-18b569a5-a503-4892-89f8-6ef76f764138 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-1ccdf03f-a015-44d6-881c-86c458196b48 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 35px;
padding-left: 15px;
padding-bottom: 35px;
padding-right: 15px;
min-height: 500px;
max-width: 1415px;
}








#s-1ccdf03f-a015-44d6-881c-86c458196b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ccdf03f-a015-44d6-881c-86c458196b48.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6d04bda1-cffa-4a29-b9b2-13f5cdc2ba22 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Serif";
}

.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: #000000;
  font-family: "Serif";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Serif";
  font-weight: 400;
}

#s-eda92b53-7e0d-4afc-ba51-87f0c1e5383a {
  margin-left: auto;
margin-right: auto;
}

#s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb {
  display: none;
}
#s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb, #wrap-s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb, #wrap-content-s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb { display: none !important; }}@media (max-width: 767px){#s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb {
  display: none;
}
#s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb, #wrap-s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb, #wrap-content-s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb { display: none !important; }}







#s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7c902ff-074b-4b5c-ab36-4bae9e6d98fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-d1415c22-9b85-4d9f-9853-4f8b82e5584b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d1415c22-9b85-4d9f-9853-4f8b82e5584b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d1415c22-9b85-4d9f-9853-4f8b82e5584b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-d1415c22-9b85-4d9f-9853-4f8b82e5584b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-d1415c22-9b85-4d9f-9853-4f8b82e5584b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-4cfdd57b-a72f-49d7-86b3-c9ae87abb785 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4cfdd57b-a72f-49d7-86b3-c9ae87abb785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cfdd57b-a72f-49d7-86b3-c9ae87abb785.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-fd294568-5647-475d-9e4b-d07be3aa1640 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640-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-fd294568-5647-475d-9e4b-d07be3aa1640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
  box-sizing: border-box;
}



.s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd294568-5647-475d-9e4b-d07be3aa1640 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
      position: relative;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640-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-fd294568-5647-475d-9e4b-d07be3aa1640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
  box-sizing: border-box;
}



.s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd294568-5647-475d-9e4b-d07be3aa1640 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
      position: relative;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640-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-fd294568-5647-475d-9e4b-d07be3aa1640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
  box-sizing: border-box;
}



.s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd294568-5647-475d-9e4b-d07be3aa1640 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
      position: relative;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640-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-fd294568-5647-475d-9e4b-d07be3aa1640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
  box-sizing: border-box;
}



.s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd294568-5647-475d-9e4b-d07be3aa1640 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
      position: relative;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640-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-fd294568-5647-475d-9e4b-d07be3aa1640 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd294568-5647-475d-9e4b-d07be3aa1640 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd294568-5647-475d-9e4b-d07be3aa1640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fd294568-5647-475d-9e4b-d07be3aa1640 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image {
  box-sizing: border-box;
}



.s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd294568-5647-475d-9e4b-d07be3aa1640 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container {
      position: relative;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd294568-5647-475d-9e4b-d07be3aa1640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
.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: #000000;
  font-family: "Serif";
  text-transform: none;
  font-weight: 400;
  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-c7f31e91-936f-40c3-b6e5-402391c023fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7f31e91-936f-40c3-b6e5-402391c023fa .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-c7f31e91-936f-40c3-b6e5-402391c023fa .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-7ecf8a2b-070d-4776-bfc3-55d983ec5438 {
  margin-left: auto;
margin-right: auto;
}

#s-00ff0f73-5f05-4fca-93eb-ea18f828a243 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-00ff0f73-5f05-4fca-93eb-ea18f828a243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ff0f73-5f05-4fca-93eb-ea18f828a243.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9-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-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
  box-sizing: border-box;
}



.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
      position: relative;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9-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-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
  box-sizing: border-box;
}



.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
      position: relative;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9-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-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
  box-sizing: border-box;
}



.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
      position: relative;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9-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-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
  box-sizing: border-box;
}



.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
      position: relative;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9-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-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image {
  box-sizing: border-box;
}



.s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container {
      position: relative;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe2661a3-c00d-4011-99e1-cf39e8f622f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-f3747438-8a36-43d0-8b89-a919054015d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3747438-8a36-43d0-8b89-a919054015d9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-f3747438-8a36-43d0-8b89-a919054015d9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-28ab20a1-0594-405b-8dd2-62dcf11526db {
  margin-left: auto;
margin-right: auto;
}

#s-7d53934f-5a7c-4a20-b931-44e62211a3f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7d53934f-5a7c-4a20-b931-44e62211a3f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d53934f-5a7c-4a20-b931-44e62211a3f7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1277bf9b-4477-47da-8281-59326a649324 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-1277bf9b-4477-47da-8281-59326a649324 {
  margin: 0 !important;
  overflow: visible;
}

#s-1277bf9b-4477-47da-8281-59326a649324-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-1277bf9b-4477-47da-8281-59326a649324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1277bf9b-4477-47da-8281-59326a649324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add background color handling */
  
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1277bf9b-4477-47da-8281-59326a649324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
  box-sizing: border-box;
}



.s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1277bf9b-4477-47da-8281-59326a649324 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
      position: relative;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-1277bf9b-4477-47da-8281-59326a649324 {
  margin: 0 !important;
  overflow: visible;
}

#s-1277bf9b-4477-47da-8281-59326a649324-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-1277bf9b-4477-47da-8281-59326a649324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1277bf9b-4477-47da-8281-59326a649324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add background color handling */
  
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1277bf9b-4477-47da-8281-59326a649324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
  box-sizing: border-box;
}



.s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1277bf9b-4477-47da-8281-59326a649324 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
      position: relative;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1277bf9b-4477-47da-8281-59326a649324 {
  margin: 0 !important;
  overflow: visible;
}

#s-1277bf9b-4477-47da-8281-59326a649324-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-1277bf9b-4477-47da-8281-59326a649324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1277bf9b-4477-47da-8281-59326a649324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add background color handling */
  
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1277bf9b-4477-47da-8281-59326a649324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
  box-sizing: border-box;
}



.s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1277bf9b-4477-47da-8281-59326a649324 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
      position: relative;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1277bf9b-4477-47da-8281-59326a649324 {
  margin: 0 !important;
  overflow: visible;
}

#s-1277bf9b-4477-47da-8281-59326a649324-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-1277bf9b-4477-47da-8281-59326a649324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1277bf9b-4477-47da-8281-59326a649324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add background color handling */
  
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1277bf9b-4477-47da-8281-59326a649324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
  box-sizing: border-box;
}



.s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1277bf9b-4477-47da-8281-59326a649324 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
      position: relative;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-1277bf9b-4477-47da-8281-59326a649324 {
  margin: 0 !important;
  overflow: visible;
}

#s-1277bf9b-4477-47da-8281-59326a649324-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-1277bf9b-4477-47da-8281-59326a649324 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1277bf9b-4477-47da-8281-59326a649324 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add background color handling */
  
}

#s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1277bf9b-4477-47da-8281-59326a649324 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1277bf9b-4477-47da-8281-59326a649324 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1277bf9b-4477-47da-8281-59326a649324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1277bf9b-4477-47da-8281-59326a649324.shogun-image {
  box-sizing: border-box;
}



.s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1277bf9b-4477-47da-8281-59326a649324 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container {
      position: relative;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1277bf9b-4477-47da-8281-59326a649324.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1277bf9b-4477-47da-8281-59326a649324 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-961c9ab4-9dc6-432e-826b-e414f2bd731b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-961c9ab4-9dc6-432e-826b-e414f2bd731b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-961c9ab4-9dc6-432e-826b-e414f2bd731b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-2a529bce-f2cf-4280-a75f-fd8847ca1615 {
  margin-left: auto;
margin-right: auto;
}

#s-622b67cf-9d85-4b54-93ab-9ecfea7b57e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-622b67cf-9d85-4b54-93ab-9ecfea7b57e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-622b67cf-9d85-4b54-93ab-9ecfea7b57e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5-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-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
  box-sizing: border-box;
}



.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
      position: relative;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5-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-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
  box-sizing: border-box;
}



.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
      position: relative;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5-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-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
  box-sizing: border-box;
}



.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
      position: relative;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5-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-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
  box-sizing: border-box;
}



.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
      position: relative;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5-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-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image {
  box-sizing: border-box;
}



.s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container {
      position: relative;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab24af2a-7f1a-4075-bf4f-14a8406613b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-3fca9db7-fc30-4f71-92d4-3a3b540249b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fca9db7-fc30-4f71-92d4-3a3b540249b0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-3fca9db7-fc30-4f71-92d4-3a3b540249b0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-e7ab48e6-d313-4f57-89b5-b39d1acdad81 {
  margin-left: auto;
margin-right: auto;
}

#s-8c52ce8d-35ba-4dd6-9864-865001c9a9bf {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8c52ce8d-35ba-4dd6-9864-865001c9a9bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8c52ce8d-35ba-4dd6-9864-865001c9a9bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-8c52ce8d-35ba-4dd6-9864-865001c9a9bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-8c52ce8d-35ba-4dd6-9864-865001c9a9bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-2bc06977-9b4f-47ba-a23a-92b48bf21e18 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2bc06977-9b4f-47ba-a23a-92b48bf21e18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bc06977-9b4f-47ba-a23a-92b48bf21e18.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  margin: 0 !important;
  overflow: visible;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a-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-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add background color handling */
  
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
  box-sizing: border-box;
}



.s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
      position: relative;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  margin: 0 !important;
  overflow: visible;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a-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-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add background color handling */
  
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
  box-sizing: border-box;
}



.s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
      position: relative;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  margin: 0 !important;
  overflow: visible;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a-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-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add background color handling */
  
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
  box-sizing: border-box;
}



.s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
      position: relative;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  margin: 0 !important;
  overflow: visible;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a-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-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add background color handling */
  
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
  box-sizing: border-box;
}



.s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
      position: relative;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  margin: 0 !important;
  overflow: visible;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a-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-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add background color handling */
  
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2f6769ee-3a04-4c65-822a-0bfef27b533a .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image {
  box-sizing: border-box;
}



.s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container {
      position: relative;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f6769ee-3a04-4c65-822a-0bfef27b533a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-0a975e0f-750a-43b7-b1e9-f9ec98e449c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a975e0f-750a-43b7-b1e9-f9ec98e449c1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-0a975e0f-750a-43b7-b1e9-f9ec98e449c1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-5a309195-ad33-4191-9d12-20927aaa9b9e {
  margin-left: auto;
margin-right: auto;
}

#s-dba7ab74-7b62-4cb7-ae5f-082ff79b0ac6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dba7ab74-7b62-4cb7-ae5f-082ff79b0ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dba7ab74-7b62-4cb7-ae5f-082ff79b0ac6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  margin: 0 !important;
  overflow: visible;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839-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-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add background color handling */
  
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
  box-sizing: border-box;
}



.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
      position: relative;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  margin: 0 !important;
  overflow: visible;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839-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-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add background color handling */
  
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
  box-sizing: border-box;
}



.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
      position: relative;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  margin: 0 !important;
  overflow: visible;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839-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-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add background color handling */
  
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
  box-sizing: border-box;
}



.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
      position: relative;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  margin: 0 !important;
  overflow: visible;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839-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-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add background color handling */
  
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
  box-sizing: border-box;
}



.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
      position: relative;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  margin: 0 !important;
  overflow: visible;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839-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-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add background color handling */
  
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image {
  box-sizing: border-box;
}



.s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container {
      position: relative;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a46552e6-9bf8-4bd6-9b94-bc48188e1839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-5011a9b7-bee8-4196-ae0f-832b006b3e07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5011a9b7-bee8-4196-ae0f-832b006b3e07 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-5011a9b7-bee8-4196-ae0f-832b006b3e07 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-df21cb17-5921-4b06-840b-ac7bf0dfef65 {
  margin-left: auto;
margin-right: auto;
}

#s-7fb0f7f3-ea4f-4e51-b8f9-b1a8808580c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7fb0f7f3-ea4f-4e51-b8f9-b1a8808580c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fb0f7f3-ea4f-4e51-b8f9-b1a8808580c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-770c120d-70e4-4167-b935-195597bd73bf {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-770c120d-70e4-4167-b935-195597bd73bf {
  margin: 0 !important;
  overflow: visible;
}

#s-770c120d-70e4-4167-b935-195597bd73bf-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-770c120d-70e4-4167-b935-195597bd73bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-770c120d-70e4-4167-b935-195597bd73bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add background color handling */
  
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
  box-sizing: border-box;
}



.s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-770c120d-70e4-4167-b935-195597bd73bf {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
      position: relative;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-770c120d-70e4-4167-b935-195597bd73bf {
  margin: 0 !important;
  overflow: visible;
}

#s-770c120d-70e4-4167-b935-195597bd73bf-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-770c120d-70e4-4167-b935-195597bd73bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-770c120d-70e4-4167-b935-195597bd73bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add background color handling */
  
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
  box-sizing: border-box;
}



.s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-770c120d-70e4-4167-b935-195597bd73bf {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
      position: relative;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-770c120d-70e4-4167-b935-195597bd73bf {
  margin: 0 !important;
  overflow: visible;
}

#s-770c120d-70e4-4167-b935-195597bd73bf-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-770c120d-70e4-4167-b935-195597bd73bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-770c120d-70e4-4167-b935-195597bd73bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add background color handling */
  
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
  box-sizing: border-box;
}



.s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-770c120d-70e4-4167-b935-195597bd73bf {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
      position: relative;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-770c120d-70e4-4167-b935-195597bd73bf {
  margin: 0 !important;
  overflow: visible;
}

#s-770c120d-70e4-4167-b935-195597bd73bf-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-770c120d-70e4-4167-b935-195597bd73bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-770c120d-70e4-4167-b935-195597bd73bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add background color handling */
  
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
  box-sizing: border-box;
}



.s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-770c120d-70e4-4167-b935-195597bd73bf {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
      position: relative;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-770c120d-70e4-4167-b935-195597bd73bf {
  margin: 0 !important;
  overflow: visible;
}

#s-770c120d-70e4-4167-b935-195597bd73bf-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-770c120d-70e4-4167-b935-195597bd73bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-770c120d-70e4-4167-b935-195597bd73bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add background color handling */
  
}

#s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770c120d-70e4-4167-b935-195597bd73bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-770c120d-70e4-4167-b935-195597bd73bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image {
  box-sizing: border-box;
}



.s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-770c120d-70e4-4167-b935-195597bd73bf {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container {
      position: relative;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770c120d-70e4-4167-b935-195597bd73bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-a0d5b61c-60d3-4e17-acaf-a44588fbfdcd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0d5b61c-60d3-4e17-acaf-a44588fbfdcd .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-a0d5b61c-60d3-4e17-acaf-a44588fbfdcd .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-dfbf9ae7-2357-4a35-86c4-fd01579a4c1e {
  margin-left: auto;
margin-right: auto;
}

#s-aa7fbb66-4b27-4897-9569-889e62b6e650 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-aa7fbb66-4b27-4897-9569-889e62b6e650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa7fbb66-4b27-4897-9569-889e62b6e650.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  margin: 0 !important;
  overflow: visible;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07-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-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add background color handling */
  
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
  box-sizing: border-box;
}



.s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
      position: relative;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  margin: 0 !important;
  overflow: visible;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07-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-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add background color handling */
  
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
  box-sizing: border-box;
}



.s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
      position: relative;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  margin: 0 !important;
  overflow: visible;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07-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-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add background color handling */
  
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
  box-sizing: border-box;
}



.s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
      position: relative;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  margin: 0 !important;
  overflow: visible;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07-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-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add background color handling */
  
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
  box-sizing: border-box;
}



.s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
      position: relative;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  margin: 0 !important;
  overflow: visible;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07-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-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add background color handling */
  
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-688b7cf8-6b26-43e0-8b02-e196b793be07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image {
  box-sizing: border-box;
}



.s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container {
      position: relative;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-688b7cf8-6b26-43e0-8b02-e196b793be07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-111543eb-6c4c-4a8a-b59a-2e01c809b98f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-111543eb-6c4c-4a8a-b59a-2e01c809b98f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


@media (min-width: 1200px){#s-111543eb-6c4c-4a8a-b59a-2e01c809b98f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-47826d34-c94d-4179-8750-2b085af21f76 {
  margin-left: auto;
margin-right: auto;
}

#s-a58a0fe1-a1c8-4614-be62-420547ea824a {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 250px;
}
@media (min-width: 1200px){#s-a58a0fe1-a1c8-4614-be62-420547ea824a {
  display: none;
}
#s-a58a0fe1-a1c8-4614-be62-420547ea824a, #wrap-s-a58a0fe1-a1c8-4614-be62-420547ea824a, #wrap-content-s-a58a0fe1-a1c8-4614-be62-420547ea824a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a58a0fe1-a1c8-4614-be62-420547ea824a {
  display: none;
}
#s-a58a0fe1-a1c8-4614-be62-420547ea824a, #wrap-s-a58a0fe1-a1c8-4614-be62-420547ea824a, #wrap-content-s-a58a0fe1-a1c8-4614-be62-420547ea824a { display: none !important; }}







#s-a58a0fe1-a1c8-4614-be62-420547ea824a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a58a0fe1-a1c8-4614-be62-420547ea824a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-36370947-38bd-4dca-93f5-f8e860831580 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-36370947-38bd-4dca-93f5-f8e860831580"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-36370947-38bd-4dca-93f5-f8e860831580"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-36370947-38bd-4dca-93f5-f8e860831580"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-36370947-38bd-4dca-93f5-f8e860831580"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1-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-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
  box-sizing: border-box;
}



.s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
      position: relative;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1-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-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
  box-sizing: border-box;
}



.s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
      position: relative;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1-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-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
  box-sizing: border-box;
}



.s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
      position: relative;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1-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-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
  box-sizing: border-box;
}



.s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
      position: relative;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1-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-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f5f488f4-4349-48c5-9fc6-383055a472f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image {
  box-sizing: border-box;
}



.s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container {
      position: relative;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5f488f4-4349-48c5-9fc6-383055a472f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-9368cc12-a6fb-483e-8ebd-88d246ef67a6 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-9368cc12-a6fb-483e-8ebd-88d246ef67a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9368cc12-a6fb-483e-8ebd-88d246ef67a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff03e6e8-539f-42d1-aa51-4d6339e1c218 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff03e6e8-539f-42d1-aa51-4d6339e1c218 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-83c39591-4d3c-41d5-a8b4-349880571ed9 {
  margin-left: auto;
margin-right: auto;
}

#s-5992950a-ccee-4e39-ae38-5a804781d6c0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5992950a-ccee-4e39-ae38-5a804781d6c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-5992950a-ccee-4e39-ae38-5a804781d6c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5992950a-ccee-4e39-ae38-5a804781d6c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5992950a-ccee-4e39-ae38-5a804781d6c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e-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-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
  box-sizing: border-box;
}



.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
      position: relative;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e-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-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
  box-sizing: border-box;
}



.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
      position: relative;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e-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-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
  box-sizing: border-box;
}



.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
      position: relative;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e-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-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
  box-sizing: border-box;
}



.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
      position: relative;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e-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-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image {
  box-sizing: border-box;
}



.s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container {
      position: relative;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe8c361-f9a6-4029-a07f-cb2dd1b76f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-e18a4439-3bb2-4a25-8855-710dad1527eb {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-e18a4439-3bb2-4a25-8855-710dad1527eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e18a4439-3bb2-4a25-8855-710dad1527eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a58b2f5-44ac-4f39-9c8f-7a5e91296266 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a58b2f5-44ac-4f39-9c8f-7a5e91296266 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-14cc9286-034a-48c8-a14f-d3bb7b3ae212 {
  margin-left: auto;
margin-right: auto;
}

#s-822f6f66-7d39-49e2-ac38-63cf7f63a08f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-822f6f66-7d39-49e2-ac38-63cf7f63a08f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-822f6f66-7d39-49e2-ac38-63cf7f63a08f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-822f6f66-7d39-49e2-ac38-63cf7f63a08f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-822f6f66-7d39-49e2-ac38-63cf7f63a08f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f-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-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
  box-sizing: border-box;
}



.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
      position: relative;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f-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-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
  box-sizing: border-box;
}



.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
      position: relative;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f-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-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
  box-sizing: border-box;
}



.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
      position: relative;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f-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-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
  box-sizing: border-box;
}



.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
      position: relative;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f-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-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image {
  box-sizing: border-box;
}



.s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container {
      position: relative;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e02f1af0-69f5-4cb9-b529-d1ad22f65b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-7238d1a3-cfee-4c44-bef7-d69321940145 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-7238d1a3-cfee-4c44-bef7-d69321940145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7238d1a3-cfee-4c44-bef7-d69321940145.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-913fdf2f-3c4f-468c-8f32-f7d12ff3b806 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-913fdf2f-3c4f-468c-8f32-f7d12ff3b806 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-a5d08196-416a-4db0-99a0-6796567eef2e {
  margin-left: auto;
margin-right: auto;
}

#s-bb056092-a6da-4c5b-9f79-cb5cb9d53117 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bb056092-a6da-4c5b-9f79-cb5cb9d53117"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bb056092-a6da-4c5b-9f79-cb5cb9d53117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bb056092-a6da-4c5b-9f79-cb5cb9d53117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb056092-a6da-4c5b-9f79-cb5cb9d53117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84-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-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
  box-sizing: border-box;
}



.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
      position: relative;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84-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-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
  box-sizing: border-box;
}



.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
      position: relative;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84-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-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
  box-sizing: border-box;
}



.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
      position: relative;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84-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-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
  box-sizing: border-box;
}



.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
      position: relative;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84-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-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image {
  box-sizing: border-box;
}



.s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container {
      position: relative;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b3cd677-4db8-4821-a9b7-c02f36e74b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-ccea8a79-19f5-41c6-91cb-049f77741da4 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-ccea8a79-19f5-41c6-91cb-049f77741da4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccea8a79-19f5-41c6-91cb-049f77741da4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a9f25d11-39ee-4ff7-a3a6-540b85350d17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9f25d11-39ee-4ff7-a3a6-540b85350d17 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-a45d3e70-4aa5-4fb6-b11a-790d22837f3b {
  margin-left: auto;
margin-right: auto;
}

#s-7043d62f-5899-44e8-8c43-bca5c326e38a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7043d62f-5899-44e8-8c43-bca5c326e38a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7043d62f-5899-44e8-8c43-bca5c326e38a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7043d62f-5899-44e8-8c43-bca5c326e38a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7043d62f-5899-44e8-8c43-bca5c326e38a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d-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-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
  box-sizing: border-box;
}



.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
      position: relative;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d-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-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
  box-sizing: border-box;
}



.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
      position: relative;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d-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-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
  box-sizing: border-box;
}



.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
      position: relative;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d-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-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
  box-sizing: border-box;
}



.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
      position: relative;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  margin: 0 !important;
  overflow: visible;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d-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-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add background color handling */
  
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image {
  box-sizing: border-box;
}



.s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container {
      position: relative;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf71fb05-e9a8-424a-b24a-0c292fd1d16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-a5f63002-137b-4b2e-9f25-1efd9c04cfb2 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-a5f63002-137b-4b2e-9f25-1efd9c04cfb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5f63002-137b-4b2e-9f25-1efd9c04cfb2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0afc33a-66cc-4e94-8da5-502542a063ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0afc33a-66cc-4e94-8da5-502542a063ff .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-fd527a78-a7a0-4804-8946-aa789d9b56ba {
  margin-left: auto;
margin-right: auto;
}

#s-848263de-21b3-4593-9786-51ed44925f08 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-848263de-21b3-4593-9786-51ed44925f08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-848263de-21b3-4593-9786-51ed44925f08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-848263de-21b3-4593-9786-51ed44925f08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-848263de-21b3-4593-9786-51ed44925f08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50-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-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
  box-sizing: border-box;
}



.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
      position: relative;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50-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-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
  box-sizing: border-box;
}



.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
      position: relative;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50-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-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
  box-sizing: border-box;
}



.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
      position: relative;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50-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-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
  box-sizing: border-box;
}



.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
      position: relative;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  margin: 0 !important;
  overflow: visible;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50-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-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add background color handling */
  
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image {
  box-sizing: border-box;
}



.s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container {
      position: relative;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdf2f6a2-277b-4ecd-afc3-9df47535dc50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-3bcd7419-8d0c-4044-8f70-f34c7410d985 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-3bcd7419-8d0c-4044-8f70-f34c7410d985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bcd7419-8d0c-4044-8f70-f34c7410d985.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-176c167d-548a-40cd-88ce-973fed371538 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-176c167d-548a-40cd-88ce-973fed371538 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-01a51813-cf3b-4669-b735-abc95aa53aaa {
  margin-left: auto;
margin-right: auto;
}

#s-f62be290-663a-4c4b-8afa-6c6f4c9c100e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f62be290-663a-4c4b-8afa-6c6f4c9c100e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f62be290-663a-4c4b-8afa-6c6f4c9c100e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f62be290-663a-4c4b-8afa-6c6f4c9c100e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f62be290-663a-4c4b-8afa-6c6f4c9c100e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81-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-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
  box-sizing: border-box;
}



.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
      position: relative;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81-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-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
  box-sizing: border-box;
}



.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
      position: relative;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81-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-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
  box-sizing: border-box;
}



.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
      position: relative;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81-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-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
  box-sizing: border-box;
}



.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
      position: relative;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81-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-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image {
  box-sizing: border-box;
}



.s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container {
      position: relative;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1c09ef9-4d39-4bf3-9701-075671cc9b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-174b64d3-26bb-4998-be18-37e057e8a7f3 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-174b64d3-26bb-4998-be18-37e057e8a7f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-174b64d3-26bb-4998-be18-37e057e8a7f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c343a53a-0b0c-44dd-8971-b3340c93e1d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c343a53a-0b0c-44dd-8971-b3340c93e1d4 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-0c9fedff-ab43-43d2-b052-ad8d0d735ab2 {
  margin-left: auto;
margin-right: auto;
}

#s-f4cc7782-1784-49de-8ccc-ac0fba3b5260 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f4cc7782-1784-49de-8ccc-ac0fba3b5260"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f4cc7782-1784-49de-8ccc-ac0fba3b5260"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f4cc7782-1784-49de-8ccc-ac0fba3b5260"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f4cc7782-1784-49de-8ccc-ac0fba3b5260"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 285/162;
text-align: center;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2-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-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
  box-sizing: border-box;
}



.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
      position: relative;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2-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-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
  box-sizing: border-box;
}



.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
      position: relative;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2-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-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
  box-sizing: border-box;
}



.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
      position: relative;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2-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-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
  box-sizing: border-box;
}



.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
      position: relative;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2-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-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }

    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-link {
      aspect-ratio: 285/162;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image {
  box-sizing: border-box;
}



.s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 {
      --shg-aspect-ratio: calc(285/162); 
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container {
      position: relative;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30c7a2bd-9645-41d9-bbd2-dec90bdb87e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-e6519ba7-47cf-4d8b-90d4-c8ab9c6531a1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-e6519ba7-47cf-4d8b-90d4-c8ab9c6531a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6519ba7-47cf-4d8b-90d4-c8ab9c6531a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d48636d8-7dfb-44d7-aa9a-2049352ca42b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d48636d8-7dfb-44d7-aa9a-2049352ca42b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-e61540f1-fb7f-48df-9f89-cb5bac29c0fc {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
}
